Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored Nov 11, 2024
1 parent 7821fa2 commit a10babe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ export default defineConfig({
text: '开发手册',
link: '/developer/index',
activeMatch: '^/developer/'
}
},
{ text: 'VPS余量监控', link: 'https://spiders.spiritlhl.net/' }
],
sidebar: {
'/': getGuideSidebarZhCN(),
Expand All @@ -89,7 +90,8 @@ 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/' }
],
sidebar: {
'/en/': getGuideSidebarEnUS(),
Expand Down

0 comments on commit a10babe

Please sign in to comment.