From 4d9838ea5eabc9686bdf69d621911fe6f3851bce Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Wed, 5 Dec 2018 18:14:45 +0100 Subject: [PATCH] docs: enable Algolia search Hey there! I enabled VuePress' feature to show the search via DocSearch so there's the extra features, like searching in the content, and typo tolerance. Thanks! --- docs/.vuepress/config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 33dfdc297a..7a9ec7289d 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -27,6 +27,10 @@ module.exports = { docsBranch: 'docs', editLinks: true, sidebarDepth: 3, + algolia: { + indexName: 'cli_vuejs', + apiKey: 'f6df220f7d246aff64a56300b7f19f21', + }, locales: { '/': { label: 'English',