From 0d87848a7ea0085f3eca160b8b9cafbf046aa251 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Sat, 20 Jul 2024 18:32:40 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E9=A3=8E=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/sidebar.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/sidebar.ts b/docs/.vuepress/sidebar.ts index 9bec2050..699cf8de 100644 --- a/docs/.vuepress/sidebar.ts +++ b/docs/.vuepress/sidebar.ts @@ -4,19 +4,19 @@ export default sidebar({ "/": [ "", { - text: "项目部署", + text: "安装及部署", icon: "laptop-code", prefix: "deployment/", children: "structure", }, { - text: "使用手册", + text: "使用及开发", icon: "book", prefix: "usage/", children: "structure", }, { - text: "商店", + text: "资源及插件商店", icon: "store", prefix: "store/", children: "structure",