Skip to content

Commit 698c0d6

Browse files
Akryumhaoqunjiang
authored andcommitted
docs: add 'Browse plugins' link to header (#4760)
1 parent 17925c6 commit 698c0d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/.vuepress/config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ module.exports = {
8383
},
8484
{
8585
text: 'Plugins',
86-
link: '/core-plugins/'
86+
items: [
87+
{ text: 'Core plugins', link: '/core-plugins/' },
88+
{ text: 'Browse plugins', link: 'https://awesomejs.dev/for/vue-cli/' }
89+
]
8790
},
8891
{
8992
text: 'Migrating From v3',

0 commit comments

Comments
 (0)