Skip to content

Commit

Permalink
docs: add 'Browse plugins' link to header (vuejs#4760)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum authored and haoqunjiang committed Nov 1, 2019
1 parent 17925c6 commit 698c0d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ module.exports = {
},
{
text: 'Plugins',
link: '/core-plugins/'
items: [
{ text: 'Core plugins', link: '/core-plugins/' },
{ text: 'Browse plugins', link: 'https://awesomejs.dev/for/vue-cli/' }
]
},
{
text: 'Migrating From v3',
Expand Down

0 comments on commit 698c0d6

Please sign in to comment.