Skip to content

Commit d6ccd93

Browse files
authored
Merge pull request #5532 from TWiStErRob/patch-1
Tiny improvements to Diagram Syntax sidebar
2 parents cf20ccb + 44f42b2 commit d6ccd93

File tree

1 file changed

+2
-2
lines changed
  • packages/mermaid/src/docs/.vitepress

1 file changed

+2
-2
lines changed

packages/mermaid/src/docs/.vitepress/config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ function sidebarSyntax() {
150150
{ text: 'C4 Diagram 🦺⚠️', link: '/syntax/c4' },
151151
{ text: 'Mindmaps', link: '/syntax/mindmap' },
152152
{ text: 'Timeline', link: '/syntax/timeline' },
153-
{ text: 'Zenuml', link: '/syntax/zenuml' },
153+
{ text: 'ZenUML', link: '/syntax/zenuml' },
154154
{ text: 'Sankey 🔥', link: '/syntax/sankey' },
155-
{ text: 'XYChart 🔥', link: '/syntax/xyChart' },
155+
{ text: 'XY Chart 🔥', link: '/syntax/xyChart' },
156156
{ text: 'Block Diagram 🔥', link: '/syntax/block' },
157157
{ text: 'Packet 🔥', link: '/syntax/packet' },
158158
{ text: 'Other Examples', link: '/syntax/examples' },

0 commit comments

Comments
 (0)