Skip to content

Commit e083149

Browse files
gHashTagclaude
andcommitted
feat: add Mermaid diagram support to docsite
Install @docusaurus/theme-mermaid and enable markdown.mermaid so flowcharts and diagrams render as SVG instead of raw text. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent eb63867 commit e083149

3 files changed

Lines changed: 1355 additions & 107 deletions

File tree

docsite/docusaurus.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ const config: Config = {
3939
},
4040
],
4141

42-
themes: ['@docusaurus/theme-live-codeblock'],
42+
markdown: {
43+
mermaid: true,
44+
},
45+
46+
themes: ['@docusaurus/theme-live-codeblock', '@docusaurus/theme-mermaid'],
4347

4448
presets: [
4549
[

0 commit comments

Comments
 (0)