LiteyukiBot-TriM/docs/.vuepress/navbar.ts

21 lines
375 B
TypeScript
Raw Normal View History

2024-03-28 12:05:03 +08:00
import {navbar} from "vuepress-theme-hope";
2024-03-28 10:50:19 +08:00
export default navbar([
2024-03-28 12:05:03 +08:00
"/",
{
text: "项目部署",
link: "/deployment/",
prefix: "deployment/",
},
{
text: "使用手册",
link: "/usage/",
prefix: "usage/",
},
{
2024-04-20 04:10:20 +08:00
text: "商店",
link: "/store/resource",
prefix: "store/",
2024-03-28 12:05:03 +08:00
}
2024-03-28 10:50:19 +08:00
]);