📝 修改文档语言风格

This commit is contained in:
远野千束 2024-07-20 18:31:51 +08:00 committed by GitHub
parent 93ced26e07
commit 44ad0832ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,17 +3,17 @@ import {navbar} from "vuepress-theme-hope";
export default navbar([ export default navbar([
"/", "/",
{ {
text: "项目部署", text: "安装及部署",
link: "/deployment/", link: "/deployment/",
prefix: "deployment/", prefix: "deployment/",
}, },
{ {
text: "使用手册", text: "使用及开发",
link: "/usage/", link: "/usage/",
prefix: "usage/", prefix: "usage/",
}, },
{ {
text: "商店", text: "主题及插件",
link: "/store/resource", link: "/store/resource",
prefix: "store/", prefix: "store/",
} }