feat: add spec, makefile and update the docs for sync summary arch diagram#9
Open
sonupreetam wants to merge 6 commits intocomplytime:mainfrom
Open
feat: add spec, makefile and update the docs for sync summary arch diagram#9sonupreetam wants to merge 6 commits intocomplytime:mainfrom
sonupreetam wants to merge 6 commits intocomplytime:mainfrom
Conversation
Signed-off-by: sonupreetam <spreetam@redhat.com>
Signed-off-by: sonupreetam <spreetam@redhat.com>
…endency
All mermaid diagram blocks written as `kroki {type=mermaid}` now delegate
to the theme's client-side mermaid renderer instead of POSTing to kroki.io.
This eliminates the build-time dependency on an external free service that
intermittently rejects requests from GitHub Actions runners.
For non-mermaid kroki types, kroki.io is still used but fetch failures are
downgraded from errorf to warnf so CI builds are not broken by network issues.
Made-with: Cursor
… warnings Two fixes for the doks-core render-codeblock-kroki.html (v1.8.3): 1. output_format "SVG" → "svg": the upstream template sends uppercase which kroki.io rejects with HTTP 400 "Bad Request", breaking CI builds. Upstream bug: thuliteio/doks-core#106 2. errorf → warnf for network fetch failures: a remote service being unreachable is not an authoring error and should not abort the build. Made-with: Cursor
Signed-off-by: sonupreetam <spreetam@redhat.com>
Signed-off-by: sonupreetam <spreetam@redhat.com>
f964b61 to
9c8a484
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
013-sync-summary-arch-diagram(Hugo shortcode + PNG images for architecture diagrams with dark/light mode support)CONTRIBUTING.mdwith development workflow guidanceMakefilewith build, serve, and sync commands for the projectREADME.mdandcmd/sync-content/README.mdwith current tooling infospecs/006-go-sync-toolwith additional tasksTest plan