From edf90bcdc87e93167863df73c9bedf05b37b078a Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Thu, 10 Apr 2025 08:13:23 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4=E6=97=A0=E6=95=88?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 300efb35c4..9d395b1b5e 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -60,11 +60,11 @@ export default defineConfig({ link: '/case/index', activeMatch: '^/case/' }, - { - text: '开发手册', - link: '/developer/index', - activeMatch: '^/developer/' - }, + // { + // text: '开发手册', + // link: '/developer/index', + // activeMatch: '^/developer/' + // }, { text: 'VPS余量监控', link: 'https://spiders.spiritlhl.net/' }, { text: 'VPS测试存档', link: 'https://beta.spiritlhl.net/' } ], @@ -91,7 +91,7 @@ export default defineConfig({ }, nav: [ { text: 'One Click Virtualization', link: '/en/', activeMatch: '^/en/guide/' }, - { text: 'Development Manual', link: '/en/developer/index', activeMatch: '^/en/developer/' }, + // { text: 'Development Manual', link: '/en/developer/index', activeMatch: '^/en/developer/' }, { text: 'VPS Stock Monitor', link: 'https://spiders.spiritlhl.net/' }, { text: 'VPS Test Archive', link: 'https://beta.spiritlhl.net/' } ],