From 5ff4e3c4ead0526a89f36866477f2e0dc63664c8 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Fri, 17 Oct 2025 14:48:39 +0800 Subject: [PATCH] chore: 1 --- docs/.vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 1ecd238c2..4cc504206 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -95,10 +95,10 @@ export default defineConfig({ }, { text: "插件列表", items: [ - {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"}, + {text: "授权提供商", link: "/guide/plugins/access.md"}, ] }, ]