We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf20ccb + 44f42b2 commit d6ccd93Copy full SHA for d6ccd93
packages/mermaid/src/docs/.vitepress/config.ts
@@ -150,9 +150,9 @@ function sidebarSyntax() {
150
{ text: 'C4 Diagram 🦺⚠️', link: '/syntax/c4' },
151
{ text: 'Mindmaps', link: '/syntax/mindmap' },
152
{ text: 'Timeline', link: '/syntax/timeline' },
153
- { text: 'Zenuml', link: '/syntax/zenuml' },
+ { text: 'ZenUML', link: '/syntax/zenuml' },
154
{ text: 'Sankey 🔥', link: '/syntax/sankey' },
155
- { text: 'XYChart 🔥', link: '/syntax/xyChart' },
+ { text: 'XY Chart 🔥', link: '/syntax/xyChart' },
156
{ text: 'Block Diagram 🔥', link: '/syntax/block' },
157
{ text: 'Packet 🔥', link: '/syntax/packet' },
158
{ text: 'Other Examples', link: '/syntax/examples' },
0 commit comments