1
0
forked from bot/app
LiteyukiBot/docs/.vuepress/sidebar.ts

20 lines
339 B
TypeScript
Raw Normal View History

2024-03-28 10:50:19 +08:00
import { sidebar } from "vuepress-theme-hope";
export default sidebar({
"/": [
"",
{
2024-03-28 11:12:55 +08:00
text: "项目部署",
2024-03-28 10:50:19 +08:00
icon: "laptop-code",
2024-03-28 11:12:55 +08:00
prefix: "deployment/",
2024-03-28 10:50:19 +08:00
children: "structure",
},
{
2024-03-28 11:12:55 +08:00
text: "使用手册",
2024-03-28 12:05:03 +08:00
icon: "book",
2024-03-28 11:12:55 +08:00
prefix: "usage/",
2024-03-28 10:50:19 +08:00
children: "structure",
},
],
});