diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index e79afeb..068d7a5 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -16,7 +16,9 @@ export default defineConfig({ { text: "Examples", items: [ - { text: "Markdown Examples", link: "/markdown-examples" }, + { 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" }, @@ -27,6 +29,15 @@ export default defineConfig({ { text: "石亚玲", link: "/syl" }, ], }, + + + { + text: 'ex', + items: [ + { text: '龚涵博', link :'/ghb'} + ] + } + ],