2024-04-08 17:01:55 +08:00
|
|
|
import {sidebar} from "vuepress-theme-hope";
|
2024-03-28 10:50:19 +08:00
|
|
|
|
|
|
|
export default sidebar({
|
2024-04-08 17:01:55 +08:00
|
|
|
"/": [
|
|
|
|
"",
|
|
|
|
{
|
2024-07-20 18:32:40 +08:00
|
|
|
text: "安装及部署",
|
2024-04-08 17:01:55 +08:00
|
|
|
icon: "laptop-code",
|
|
|
|
prefix: "deployment/",
|
|
|
|
children: "structure",
|
|
|
|
},
|
|
|
|
{
|
2024-07-20 18:32:40 +08:00
|
|
|
text: "使用及开发",
|
2024-04-08 17:01:55 +08:00
|
|
|
icon: "book",
|
|
|
|
prefix: "usage/",
|
|
|
|
children: "structure",
|
|
|
|
},
|
|
|
|
{
|
2024-07-21 00:40:55 +08:00
|
|
|
text: "资源及插件",
|
2024-04-08 17:01:55 +08:00
|
|
|
icon: "store",
|
|
|
|
prefix: "store/",
|
|
|
|
children: "structure",
|
2024-08-05 06:00:07 +08:00
|
|
|
},{
|
|
|
|
text: "其他",
|
|
|
|
icon: "question-circle",
|
|
|
|
prefix: "other/",
|
|
|
|
children: "structure",
|
2024-04-08 17:01:55 +08:00
|
|
|
}
|
|
|
|
],
|
2024-03-28 10:50:19 +08:00
|
|
|
});
|