LiteyukiBot/docs/.vuepress/navbar.ts

21 lines
375 B
TypeScript
Raw Normal View History

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