diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index a686f8e..9f066d9 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -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' } ]