1
0
forked from bot/app

🐛 文档构建失败的问题

This commit is contained in:
2024-08-17 02:24:25 +08:00
parent 66ade9efc6
commit ee851116d8
40 changed files with 323 additions and 360 deletions

View File

@ -0,0 +1,26 @@
import {navbar} from "vuepress-theme-hope";
export const zhNavbarConfig = navbar([
"/",
{
text: "安装及部署",
link: "/deploy/",
prefix: "deploy/",
},
{
text: "使用及功能",
link: "/usage/",
prefix: "usage/",
},
{
text: "资源及插件",
link: "/store/",
prefix: "store/",
},
{
text: "开发及贡献",
link: "/dev/",
prefix: "dev/",
},
]);