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
|
|
|
"/": [
|
|
|
|
"",
|
|
|
|
{
|
|
|
|
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 10:50:19 +08:00
|
|
|
});
|