From 698c0d63a786688a3cc1ca6ff89f1386d32c0ea5 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Fri, 1 Nov 2019 09:53:25 +0100 Subject: [PATCH] docs: add 'Browse plugins' link to header (#4760) --- docs/.vuepress/config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 3f44e1b323..867e7c1057 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -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',