|
|
@ -44,16 +44,12 @@ export default defineConfig({
|
|
|
|
|
|
|
|
|
|
|
|
function nav() {
|
|
|
|
function nav() {
|
|
|
|
return [
|
|
|
|
return [
|
|
|
|
// { text: 'Guide', link: '/guide/what-is-vitepress', activeMatch: '/guide/' },
|
|
|
|
{ text: 'Guide', link: '/guide/what-is-vitepress', activeMatch: '/guide/' },
|
|
|
|
{ text: 'Configs', link: '/config/introduction', activeMatch: '/config/' },
|
|
|
|
{ text: 'Configs', link: '/config/introduction', activeMatch: '/config/' },
|
|
|
|
{
|
|
|
|
{
|
|
|
|
text: 'Changelog',
|
|
|
|
text: 'Changelog',
|
|
|
|
link: 'https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md'
|
|
|
|
link: 'https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md'
|
|
|
|
},{
|
|
|
|
},
|
|
|
|
text:'Gruop Nav',
|
|
|
|
|
|
|
|
activeMatch: '/guide/',
|
|
|
|
|
|
|
|
items: [{ text: 'Guide', link: '/guide/what-is-vitepress', },]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|