mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 11:14:12 +01:00
nav menu: contributing now points to src/doc about contributing
This commit is contained in:
parent
950832e56b
commit
6b8f60efcf
@@ -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',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user