LiteyukiBot/docs/.vuepress/navbar.ts

21 lines
373 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/",
},
{
text: "主题商店",
link: "/store/",
prefix: "store/",
2024-03-28 04:05:03 +00:00
}
2024-03-28 02:50:19 +00:00
]);