LiteyukiBot/docs/.vuepress/sidebar.ts
2024-03-28 09:38:46 +08:00

22 lines
395 B
TypeScript

import { sidebar } from "vuepress-theme-hope";
export default sidebar({
"/": [
"",
{
text: "项目部署",
icon: "laptop-code",
prefix: "deployment/",
link: "deployment/",
children: "structure",
},
{
text: "使用手册",
icon: "laptop-code",
prefix: "usage/",
link: "usage/",
children: "structure",
},
],
});