mirror of https://github.com/certd/certd
chore:
parent
eaf68fa463
commit
efad8bac3c
|
@ -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" },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
# 部署插件说明
|
||||||
|
|
||||||
|
## 待完善
|
||||||
|
|
Loading…
Reference in New Issue