Fix case that generate broken link on docs

This commit is contained in:
Laurent
2023-11-02 12:51:52 +01:00
committed by GitHub
parent f5bd1e0809
commit 379722d0fb

View File

@@ -150,7 +150,7 @@ function sidebarSyntax() {
{ text: 'Timeline 🔥', link: '/syntax/timeline' },
{ text: 'Zenuml 🔥', link: '/syntax/zenuml' },
{ text: 'Sankey 🔥', link: '/syntax/sankey' },
{ text: 'XYChart 🔥', link: '/syntax/xychart' },
{ text: 'XYChart 🔥', link: '/syntax/xyChart' },
{ text: 'Other Examples', link: '/syntax/examples' },
],
},