diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 0c93897..fd4deb8 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -12,12 +12,19 @@ export default defineConfig({ ], sidebar: [ + { text: 'Examples', items: [ { text: 'Markdown Examples', link: '/markdown-examples' }, { text: 'Runtime API Examples', link: '/api-examples' }, - { text: '黄睿', link: '/hr' }, + ] + }, + + { + text: '黄睿', + items: [ + { text: 'hr 示例', link: '/hr' }, ] } ], diff --git a/docs/api-examples.md b/docs/example/api-examples.md similarity index 100% rename from docs/api-examples.md rename to docs/example/api-examples.md diff --git a/docs/markdown-examples.md b/docs/example/markdown-examples.md similarity index 100% rename from docs/markdown-examples.md rename to docs/example/markdown-examples.md diff --git a/docs/hr.md b/docs/黄睿/hr.md similarity index 100% rename from docs/hr.md rename to docs/黄睿/hr.md