Adding changeset and kanban in the docs sidenav

This commit is contained in:
Knut Sveidqvist
2024-10-28 10:03:42 +01:00
parent 56cc3728c5
commit 742ad7c130
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
'mermaid': minor
---
Adding Kanban board, a new diagram type

View File

@@ -157,6 +157,7 @@ function sidebarSyntax() {
{ text: 'XY Chart 🔥', link: '/syntax/xyChart' },
{ text: 'Block Diagram 🔥', link: '/syntax/block' },
{ text: 'Packet 🔥', link: '/syntax/packet' },
{ text: 'Kanban 🔥', link: '/syntax/kanban' },
{ text: 'Architecture 🔥', link: '/syntax/architecture' },
{ text: 'Other Examples', link: '/syntax/examples' },
],