diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index e2342b9..f301de5 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -7,16 +7,18 @@ export default defineConfig({ themeConfig: { // https://vitepress.dev/reference/default-theme-config nav: [ - { text: "Home", link: "/" }, - { text: "Examples", link: "/markdown-examples" }, + { text: 'Home', link: '/' }, + { text: 'Examples', link: '/markdown-examples' } + ], sidebar: [ { text: "Examples", items: [ - { text: "Markdown Examples", link: "/markdown-examples" }, - { text: "Runtime API Examples", link: "/api-examples" }, + { text: 'Markdown Examples', link: '/markdown-examples' }, + { text: 'Runtime API Examples', link: '/api-examples' }, + { text: "龚涵博", link: "/ghb" }, { text: "吴禹谷", link: "/wyg" }, { text: "黄睿", link: "/hr" }, @@ -30,8 +32,19 @@ export default defineConfig({ }, ], }, + + + { + text: 'ex', + items: [ + { text: '龚涵博', link :'/ghb'} + ] + } + ], + + socialLinks: [ { icon: "github", link: "https://github.com/vuejs/vitepress" }, ],