Skip to content

Commit

Permalink
docs: fix navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Mar 10, 2024
1 parent db932b2 commit 88ebba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const zhNavbarConfig = navbar([
text: '迁移',
icon: 'migration',
prefix: '/migration/',
children: ['client', 'valine', 'tool'],
children: ['v3', 'v2', 'valine', 'tool'],
},
{
text: '参考',
Expand Down Expand Up @@ -49,7 +49,7 @@ export const enNavbarConfig = navbar([
text: 'Migration',
icon: 'migration',
prefix: '/en/migration/',
children: ['client', 'valine', 'tool'],
children: ['v3', 'v2', 'valine', 'tool'],
},
{
text: 'Reference',
Expand Down

0 comments on commit 88ebba8

Please sign in to comment.