pull/369/head
xiaojunnuo 2025-04-08 13:53:54 +08:00
parent eaf68fa463
commit efad8bac3c
2 changed files with 7 additions and 2 deletions

View File

@ -61,7 +61,7 @@ export default defineConfig({
nav: [ nav: [
{ text: "首页", link: "/" }, { text: "首页", link: "/" },
{ text: "指南", link: "/guide/" }, { text: "指南", link: "/guide/" },
{ text: "插件", link: "/deply/" }, { text: "插件", link: "/deploy/" },
{ text: "商业版", link: "/comm/" }, { text: "商业版", link: "/comm/" },
{ text: "Demo体验", link: "https://certd.handfree.work" } { text: "Demo体验", link: "https://certd.handfree.work" }
], ],
@ -127,8 +127,9 @@ export default defineConfig({
], ],
"/deploy/":[ "/deploy/":[
{ {
text: "部署证书", text: "部署证书插件",
items: [ items: [
{ text: "插件说明", link: "/deploy/index.md" },
{ text: "部署到ESXi", link: "/deploy/ESXi/index.md" }, { text: "部署到ESXi", link: "/deploy/ESXi/index.md" },
] ]
} }

4
docs/deploy/index.md Normal file
View File

@ -0,0 +1,4 @@
# 部署插件说明
## 待完善