Merge branch 'ghb'

This commit is contained in:
2025-11-22 19:38:05 +08:00

View File

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