pull/369/head
xiaojunnuo 2025-04-08 13:40:58 +08:00
parent c3603ba220
commit eaf68fa463
1 changed files with 2 additions and 1 deletions

View File

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