nav menu: contributing now points to src/doc about contributing

This commit is contained in:
Ashley Engelund (weedySeaDragon @ github)
2022-11-15 12:08:48 -08:00
parent 950832e56b
commit 6b8f60efcf

View File

@@ -30,6 +30,7 @@ export default defineConfig({
}, },
}); });
// Top (across the page) menu
function nav() { function nav() {
return [ return [
{ text: 'Intro', link: '/intro/', activeMatch: '/intro/' }, { text: 'Intro', link: '/intro/', activeMatch: '/intro/' },
@@ -54,7 +55,7 @@ function nav() {
}, },
{ {
text: 'Contributing', text: 'Contributing',
link: 'https://github.com/mermaid-js/mermaid/blob/develop/CONTRIBUTING.md', link: '/community/development',
}, },
], ],
}, },