-
Notifications
You must be signed in to change notification settings - Fork 48
Fix Mermaid sequence diagram rendering in documentation #324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Mossaka <[email protected]>
Co-authored-by: Mossaka <[email protected]>
Co-authored-by: Mossaka <[email protected]>
3239827 to
aed5d49
Compare
|
@copilot it looks like the spell check CI failed. Can you ignore the files for mermaid in the spell check CI since we don't own those files? |
Co-authored-by: Mossaka <[email protected]>
Added mermaid files to the spell check exclusion list in |
Co-authored-by: Mossaka <[email protected]>
…entally added Co-authored-by: Mossaka <[email protected]>
Signed-off-by: Jiaxiao Zhou <[email protected]>
|
@copilot display the visual change one more time for me to verify if they are working |
Here's the rendered Mermaid sequence diagram showing the architecture flow: The diagram now renders properly as an interactive Mermaid sequence diagram, showing the complete flow:
|

Fix Mermaid sequence diagram rendering in documentation
This PR addresses the issue where the architecture.md sequence diagram is not being rendered on the docs website (https://microsoft.github.io/wassette/design/architecture.html).
Root Cause: The mdBook configuration lacked the
mdbook-mermaidpreprocessor, which is required to render Mermaid diagrams.Changes Made:
Technical Details:
[preprocessor.mermaid]configuration todocs/book.tomlScreenshot of Rendered Diagram:
The sequence diagram now renders properly as an interactive Mermaid diagram instead of showing raw code.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.