新增类
This commit is contained in:
@@ -8,8 +8,8 @@ export default defineConfig({
|
|||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
nav: [
|
nav: [
|
||||||
{ text: 'Home', link: '/' },
|
{ text: 'Home', link: '/' },
|
||||||
{ text: 'Examples', link: '/markdown-examples' },
|
{ text: 'Examples', link: '/markdown-examples' }
|
||||||
{ text: 'ghb', link :'/ghb'}
|
|
||||||
],
|
],
|
||||||
|
|
||||||
sidebar: [
|
sidebar: [
|
||||||
@@ -18,11 +18,18 @@ export default defineConfig({
|
|||||||
items: [
|
items: [
|
||||||
{ text: 'Markdown Examples', link: '/markdown-examples' },
|
{ text: 'Markdown Examples', link: '/markdown-examples' },
|
||||||
{ text: 'Runtime API Examples', link: '/api-examples' },
|
{ text: 'Runtime API Examples', link: '/api-examples' },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: 'ex',
|
||||||
|
items: [
|
||||||
{ text: '龚涵博', link :'/ghb'}
|
{ text: '龚涵博', link :'/ghb'}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
socialLinks: [
|
socialLinks: [
|
||||||
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
|
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user