From 44ad0832bac45ec8d0c68277205c7f28be2595ab Mon Sep 17 00:00:00 2001 From: Snowykami Date: Sat, 20 Jul 2024 18:31:51 +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/navbar.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/navbar.ts b/docs/.vuepress/navbar.ts index 7a14191f..9fc44f8f 100644 --- a/docs/.vuepress/navbar.ts +++ b/docs/.vuepress/navbar.ts @@ -3,17 +3,17 @@ import {navbar} from "vuepress-theme-hope"; export default navbar([ "/", { - text: "项目部署", + text: "安装及部署", link: "/deployment/", prefix: "deployment/", }, { - text: "使用手册", + text: "使用及开发", link: "/usage/", prefix: "usage/", }, { - text: "商店", + text: "主题及插件", link: "/store/resource", prefix: "store/", }