Skip to content

Commit 71c2485

Browse files
authored
Merge pull request #7582 from lee-treehouse/add-link-to-wardley-beta
Add link in sidebar to Wardley map
2 parents 2b938d0 + 48424ae commit 71c2485

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/green-peas-search.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'mermaid': patch
3+
---
4+
5+
docs: add Wardley diagram link to sidebar

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ function sidebarSyntax() {
191191
{ text: 'Treemap 🔥', link: '/syntax/treemap' },
192192
{ text: 'Venn 🔥', link: '/syntax/venn' },
193193
{ text: 'Ishikawa 🔥', link: '/syntax/ishikawa' },
194+
{ text: 'Wardley 🔥', link: '/syntax/wardley' },
194195
{ text: 'TreeView 🔥', link: '/syntax/treeView' },
195196
{ text: 'Other Examples', link: '/syntax/examples' },
196197
],

0 commit comments

Comments
 (0)