From eaf68fa463f56771e5d64878a2f84fc2f584527c Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Tue, 8 Apr 2025 13:40:58 +0800 Subject: [PATCH] chore: --- docs/.vitepress/config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 919f4959..1e0a35c4 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -61,6 +61,7 @@ export default defineConfig({ nav: [ { text: "首页", link: "/" }, { text: "指南", link: "/guide/" }, + { text: "插件", link: "/deply/" }, { text: "商业版", link: "/comm/" }, { text: "Demo体验", link: "https://certd.handfree.work" } ], @@ -126,7 +127,7 @@ export default defineConfig({ ], "/deploy/":[ { - text: "部署任务", + text: "部署证书", items: [ { text: "部署到ESXi", link: "/deploy/ESXi/index.md" }, ]