Skip to content

Commit edf90bc

Browse files
committed
feat: 删除无效页面
1 parent bc54f68 commit edf90bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/.vitepress/config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ export default defineConfig({
6060
link: '/case/index',
6161
activeMatch: '^/case/'
6262
},
63-
{
64-
text: '开发手册',
65-
link: '/developer/index',
66-
activeMatch: '^/developer/'
67-
},
63+
// {
64+
// text: '开发手册',
65+
// link: '/developer/index',
66+
// activeMatch: '^/developer/'
67+
// },
6868
{ text: 'VPS余量监控', link: 'https://spiders.spiritlhl.net/' },
6969
{ text: 'VPS测试存档', link: 'https://beta.spiritlhl.net/' }
7070
],
@@ -91,7 +91,7 @@ export default defineConfig({
9191
},
9292
nav: [
9393
{ text: 'One Click Virtualization', link: '/en/', activeMatch: '^/en/guide/' },
94-
{ text: 'Development Manual', link: '/en/developer/index', activeMatch: '^/en/developer/' },
94+
// { text: 'Development Manual', link: '/en/developer/index', activeMatch: '^/en/developer/' },
9595
{ text: 'VPS Stock Monitor', link: 'https://spiders.spiritlhl.net/' },
9696
{ text: 'VPS Test Archive', link: 'https://beta.spiritlhl.net/' }
9797
],

0 commit comments

Comments
 (0)