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