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

22 lines
395 B
TypeScript
Raw Normal View History

2024-03-28 08:31:49 +08:00
import { sidebar } from "vuepress-theme-hope";
export default sidebar({
"/": [
"",
{
2024-03-28 09:38:46 +08:00
text: "项目部署",
2024-03-28 08:31:49 +08:00
icon: "laptop-code",
2024-03-28 09:38:46 +08:00
prefix: "deployment/",
link: "deployment/",
2024-03-28 08:31:49 +08:00
children: "structure",
},
{
2024-03-28 09:38:46 +08:00
text: "使用手册",
icon: "laptop-code",
prefix: "usage/",
link: "usage/",
2024-03-28 08:31:49 +08:00
children: "structure",
},
],
});