diff --git a/packages/mermaid/src/docs/.vitepress/config.ts b/packages/mermaid/src/docs/.vitepress/config.ts index ee57b7973..7c52f0079 100644 --- a/packages/mermaid/src/docs/.vitepress/config.ts +++ b/packages/mermaid/src/docs/.vitepress/config.ts @@ -30,6 +30,7 @@ export default defineConfig({ }, }); +// Top (across the page) menu function nav() { return [ { text: 'Intro', link: '/intro/', activeMatch: '/intro/' }, @@ -54,7 +55,7 @@ function nav() { }, { text: 'Contributing', - link: 'https://github.com/mermaid-js/mermaid/blob/develop/CONTRIBUTING.md', + link: '/community/development', }, ], },