LiteyukiBot/docs/.vuepress/sidebar.ts

20 lines
339 B
TypeScript
Raw Normal View History

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