Skip to content

Commit

Permalink
Merge pull request #5532 from TWiStErRob/patch-1
Browse files Browse the repository at this point in the history
Tiny improvements to Diagram Syntax sidebar
  • Loading branch information
sidharthv96 authored May 24, 2024
2 parents cf20ccb + 44f42b2 commit d6ccd93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mermaid/src/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ function sidebarSyntax() {
{ text: 'C4 Diagram 🦺⚠️', link: '/syntax/c4' },
{ text: 'Mindmaps', link: '/syntax/mindmap' },
{ text: 'Timeline', link: '/syntax/timeline' },
{ text: 'Zenuml', link: '/syntax/zenuml' },
{ text: 'ZenUML', link: '/syntax/zenuml' },
{ text: 'Sankey 🔥', link: '/syntax/sankey' },
{ text: 'XYChart 🔥', link: '/syntax/xyChart' },
{ text: 'XY Chart 🔥', link: '/syntax/xyChart' },
{ text: 'Block Diagram 🔥', link: '/syntax/block' },
{ text: 'Packet 🔥', link: '/syntax/packet' },
{ text: 'Other Examples', link: '/syntax/examples' },
Expand Down

0 comments on commit d6ccd93

Please sign in to comment.