From f8b31089866f4c29b56bc8cef2bc4a53522d9fea Mon Sep 17 00:00:00 2001 From: gong hanbo <3438093763@qq.com> Date: Sun, 16 Nov 2025 20:45:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.ts | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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' } ]