1
0
forked from bot/app

docs: vuepress构建文档

This commit is contained in:
2024-03-28 12:05:03 +08:00
parent 7cecfd1053
commit 37b1346361
20 changed files with 295 additions and 917 deletions

View File

@ -7,14 +7,12 @@ export default sidebar({
text: "项目部署",
icon: "laptop-code",
prefix: "deployment/",
link: "deployment/",
children: "structure",
},
{
text: "使用手册",
icon: "laptop-code",
icon: "book",
prefix: "usage/",
link: "usage/",
children: "structure",
},
],