From 12d7c57250240f0441e9fe6f3633a09800fa7df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=90=91=E5=A4=9C?= Date: Thu, 14 Dec 2023 15:05:02 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=9B=B4=E6=96=B0=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E4=B8=8E=E4=BE=A7=E8=BE=B9=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/.vuepress/config.ts | 58 +++++++++++++++++++++++++++++++----- 1 file changed, 50 insertions(+), 8 deletions(-) diff --git a/docs/src/.vuepress/config.ts b/docs/src/.vuepress/config.ts index 177a6a9..09e618b 100644 --- a/docs/src/.vuepress/config.ts +++ b/docs/src/.vuepress/config.ts @@ -23,11 +23,8 @@ export default { }, { text: '开始', + link: '/getting-started/', children: [ - { - text: '快速开始', - link: '/getting-started/README.md', - }, { text: '安装', link: '/getting-started/installation.html', @@ -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: [ { @@ -50,11 +71,8 @@ export default { }, { text: '开始', + link: '/getting-started/', children: [ - { - text: '快速开始', - link: '/getting-started/README.md', - }, { text: '安装', link: '/getting-started/installation.html', @@ -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', + }, + ] + }, + ] + }, ], }),