LiteyukiBot/docs/.vuepress/sidebar.ts

22 lines
395 B
TypeScript
Raw Normal View History

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