Skip to content

Commit

Permalink
🎨 更新导航栏与侧边栏
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Dec 14, 2023
1 parent 2deda60 commit 12d7c57
Showing 1 changed file with 50 additions and 8 deletions.
58 changes: 50 additions & 8 deletions docs/src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ export default {
},
{
text: '开始',
link: '/getting-started/',
children: [
{
text: '快速开始',
link: '/getting-started/README.md',
},
{
text: '安装',
link: '/getting-started/installation.html',
Expand All @@ -42,6 +39,30 @@ export default {
},
]
},
{
text: '指南',
link: '/usage',
children: [
{
text: '指令',
link: '/usage/commands/',
children: [
{
text: '管理指令',
link: '/usage/commands/manage.html',
},
{
text: '内置指令',
link: '/usage/commands/builtins.html',
},
{
text: '插件指令',
link: '/usage/commands/plugins.html',
},
]
},
]
},
],
sidebar: [
{
Expand All @@ -50,11 +71,8 @@ export default {
},
{
text: '开始',
link: '/getting-started/',
children: [
{
text: '快速开始',
link: '/getting-started/README.md',
},
{
text: '安装',
link: '/getting-started/installation.html',
Expand All @@ -69,6 +87,30 @@ export default {
},
]
},
{
text: '指南',
link: '/usage',
children: [
{
text: '指令',
link: '/usage/commands/',
children: [
{
text: '管理指令',
link: '/usage/commands/manage.html',
},
{
text: '内置指令',
link: '/usage/commands/builtins.html',
},
{
text: '插件指令',
link: '/usage/commands/plugins.html',
},
]
},
]
},
],
}),

Expand Down

0 comments on commit 12d7c57

Please sign in to comment.