LiteyukiBot/docs/.vuepress/sidebar.ts

27 lines
584 B
TypeScript
Raw Normal View History

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