Skip to content

Commit

Permalink
docs: add theme-plume into navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed May 29, 2024
1 parent c8c1abe commit 566784a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vuepress/configs/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ export const navbarEn: NavbarConfig = [
text: 'Hope Theme',
link: 'https://theme-hope.vuejs.press',
},
{
text: 'Plume Theme',
link: 'https://theme-plume.vuejs.press',
},
],
},
{
Expand Down
4 changes: 4 additions & 0 deletions docs/.vuepress/configs/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ export const navbarZh: NavbarConfig = [
text: 'Hope 主题',
link: 'https://theme-hope.vuejs.press/zh/',
},
{
text: 'Plume 主题',
link: 'https://theme-plume.vuejs.press',
},
],
},
{
Expand Down

0 comments on commit 566784a

Please sign in to comment.