[codex] Add docs architecture diagrams#133
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds new architecture diagrams to the documentation site and introduces a scoped figure style so dense system diagrams can render wider than standard prose without impacting existing tutorial screenshots.
Changes:
- Add a new
figure.architecture-diagramstyle in the website CSS to render wide, centered, framed diagrams with captions. - Embed two WebP diagrams on the Architecture concept page.
- Embed the live-view sequence diagram on the Live View workflow page.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
website/src/styles/site.css |
Introduces scoped architecture-diagram figure styling (wider layout + framing) for dense diagrams. |
website/src/content/docs/docs/core-workflows/live-view.mdx |
Imports and embeds the live-view path sequence diagram under a new “Runtime path” section. |
website/src/content/docs/docs/concepts/architecture.mdx |
Imports and embeds top-level + live-view sequence architecture diagrams on the Architecture page. |
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
architecture-diagramfigure style so dense system diagrams can render wider than normal prose without affecting existing tutorial screenshots.Validation
cmd.exe /c npm.cmd cicmd.exe /c npm.cmd run builddotnet test Luotsi.Cli.Tests/Luotsi.Cli.Tests.csproj --filter "FullyQualifiedName~Website_Documentation_Links_Resolve|FullyQualifiedName~Website_Documentation_Sidebar_Slugs_Resolve"Note:
npm cicompleted successfully and reported existing npm audit findings; this PR does not change package dependencies.