1
0
forked from bot/app
LiteyukiBot/docs/.vuepress/navbar/zh.ts

27 lines
484 B
TypeScript
Raw Normal View History

2024-08-17 02:24:25 +08:00
2024-03-28 12:05:03 +08:00
import {navbar} from "vuepress-theme-hope";
2024-03-28 10:50:19 +08:00
2024-08-17 02:24:25 +08:00
export const zhNavbarConfig = navbar([
2024-03-28 12:05:03 +08:00
"/",
{
2024-07-20 18:31:51 +08:00
text: "安装及部署",
2024-08-17 02:24:25 +08:00
link: "/deploy/",
prefix: "deploy/",
2024-03-28 12:05:03 +08:00
},
{
text: "使用及功能",
2024-03-28 12:05:03 +08:00
link: "/usage/",
prefix: "usage/",
},
{
2024-07-21 00:40:55 +08:00
text: "资源及插件",
link: "/store/",
prefix: "store/",
},
{
text: "开发及贡献",
link: "/dev/",
prefix: "dev/",
2024-08-17 02:24:25 +08:00
},
2024-03-28 10:50:19 +08:00
]);