From 13d0dde9f4b5db1865dfb0fec08a5ad5ef171315 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sat, 8 Feb 2025 22:21:45 +0800 Subject: [PATCH] chore: --- 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 b5854290c..a91b54fb9 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -103,12 +103,12 @@ export default defineConfig({ { text: "js脚本插件使用", link: "/guide/use/custom-script/index.md" }, { text: "邮箱配置", link: "/guide/use/email/index.md" }, { text: "IPv6支持", link: "/guide/use/setting/ipv6.md" }, - { text: "如何贡献代码", link: "/guide/development/index.md" }, ] }, { text: "其他", items: [ + { text: "贡献代码", link: "/guide/development/index.md" }, { text: "更新日志", link: "/guide/changelogs/CHANGELOG.md" }, { text: "镜像说明", link: "/guide/image.md" }, { text: "联系我们", link: "/guide/contact/" },