更新
This commit is contained in:
@@ -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' },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user