From 07b9769504f141192eb8499a6863fb89c59ae11f Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 19 May 2025 11:34:59 +0800 Subject: [PATCH] docs: --- docs/.vitepress/config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 8b796c63..57ca5abc 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -91,14 +91,14 @@ export default defineConfig({ {text: "多数据库支持", link: "/guide/install/database.md"}, {text: "开放接口", link: "/guide/open/index.md"}, { - text: "站点安全", link: "/guide/feature/safe" + text: "站点安全", link: "/guide/feature/safe/" }, { text: "插件列表", items: [ - {text: "授权提供商", link: "/guide/plugins/access"}, - {text: "DNS提供商", link: "/guide/plugins/dns-provider"}, - {text: "任务插件", link: "/guide/plugins/deploy"}, - {text: "通知插件", link: "/guide/plugins/notification"}, + {text: "授权提供商", link: "/guide/plugins/access.md"}, + {text: "DNS提供商", link: "/guide/plugins/dns-provider.md"}, + {text: "任务插件", link: "/guide/plugins/deploy.md"}, + {text: "通知插件", link: "/guide/plugins/notification.md"}, ] }, ] @@ -106,7 +106,7 @@ export default defineConfig({ { text: "常见问题", items: [ - {text: "QA", link: "/guide/qa/use"}, + {text: "QA", link: "/guide/qa/use.md"}, {text: "常见报错处理", link: "/guide/qa/"}, {text: "群晖证书部署", link: "/guide/use/synology/"}, {text: "腾讯云密钥获取", link: "/guide/use/tencent/"},