From 925edef0a5abd24b1a3ae5318ffdf18a9edb002b Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sat, 26 Oct 2024 11:01:47 +0800 Subject: [PATCH] docs: --- docs/.vitepress/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 95314a37d..4236d3183 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -94,6 +94,7 @@ export default defineConfig({ { text: "腾讯云密钥获取", link: "/guide/use/tencent/" }, { text: "连接windows主机", link: "/guide/use/host/windows.md" }, { text: "Google EAB获取", link: "/guide/use/google/" }, + { text: "阿里云相关", link: "/guide/use/aliyun/" }, { text: "忘记密码", link: "/guide/use/forgotpasswd/" }, { text: "数据备份", link: "/guide/use/backup/" }, { text: "如何贡献代码", link: "/guide/development/index.md" },