LiteyukiBot/docs/.vuepress/sidebar.ts

26 lines
564 B
TypeScript
Raw Normal View History

import {sidebar} from "vuepress-theme-hope";
2024-03-28 02:50:19 +00:00
export default sidebar({
"/": [
"",
{
2024-07-20 10:32:40 +00:00
text: "安装及部署",
icon: "laptop-code",
prefix: "deployment/",
children: "structure",
},
{
2024-07-20 10:32:40 +00:00
text: "使用及开发",
icon: "book",
prefix: "usage/",
children: "structure",
},
{
2024-07-20 16:40:55 +00:00
text: "资源及插件",
icon: "store",
prefix: "store/",
children: "structure",
}
],
2024-03-28 02:50:19 +00:00
});