2024-03-28 10:50:19 +08:00
|
|
|
import { sidebar } from "vuepress-theme-hope";
|
|
|
|
|
|
|
|
export default sidebar({
|
|
|
|
"/": [
|
|
|
|
"",
|
|
|
|
{
|
2024-03-28 11:12:55 +08:00
|
|
|
text: "项目部署",
|
2024-03-28 10:50:19 +08:00
|
|
|
icon: "laptop-code",
|
2024-03-28 11:12:55 +08:00
|
|
|
prefix: "deployment/",
|
|
|
|
link: "deployment/",
|
2024-03-28 10:50:19 +08:00
|
|
|
children: "structure",
|
|
|
|
},
|
|
|
|
{
|
2024-03-28 11:12:55 +08:00
|
|
|
text: "使用手册",
|
|
|
|
icon: "laptop-code",
|
|
|
|
prefix: "usage/",
|
|
|
|
link: "usage/",
|
2024-03-28 10:50:19 +08:00
|
|
|
children: "structure",
|
|
|
|
},
|
|
|
|
],
|
|
|
|
});
|