LiteyukiBot/docs/.vuepress/navbar.ts

21 lines
390 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
"/",
{
2024-07-20 10:31:51 +00:00
text: "安装及部署",
2024-03-28 04:05:03 +00:00
link: "/deployment/",
prefix: "deployment/",
},
{
2024-07-20 10:31:51 +00:00
text: "使用及开发",
2024-03-28 04:05:03 +00:00
link: "/usage/",
prefix: "usage/",
},
{
2024-07-20 16:40:55 +00:00
text: "资源及插件",
2024-04-19 20:10:20 +00:00
link: "/store/resource",
prefix: "store/",
2024-03-28 04:05:03 +00:00
}
2024-03-28 02:50:19 +00:00
]);