创建分支

This commit is contained in:
2025-11-16 19:57:06 +08:00
parent 05bb98a2c2
commit f887ae4032
14 changed files with 10517 additions and 13288 deletions

View File

@@ -8,7 +8,8 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'Examples', link: '/markdown-examples' }
{ text: 'Examples', link: '/markdown-examples' },
{ text: 'ghb', link :'/ghb'}
],
sidebar: [
@@ -16,7 +17,8 @@ export default defineConfig({
text: 'Examples',
items: [
{ text: 'Markdown Examples', link: '/markdown-examples' },
{ text: 'Runtime API Examples', link: '/api-examples' }
{ text: 'Runtime API Examples', link: '/api-examples' },
{ text: '龚涵博', link :'/ghb'}
]
}
],