This commit is contained in:
2025-11-16 21:00:07 +08:00
parent e9b0af5477
commit 9defbb3283
4 changed files with 8 additions and 1 deletions

View File

@@ -12,12 +12,19 @@ export default defineConfig({
], ],
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: '/hr' }, ]
},
{
text: '黄睿',
items: [
{ text: 'hr 示例', link: '/hr' },
] ]
} }
], ],