LiteyukiBot-TriM/docs/.vuepress/sidebar.ts
snowy 8e1ec22679 feat: 野兽先辈主题包
fix: 插件模块名问题
feat: `nps` -> `npm`
2024-04-08 17:01:55 +08:00

27 lines
584 B
TypeScript

import {sidebar} from "vuepress-theme-hope";
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",
}
],
});