From 203eb9db2308cc5e63c52557590125fb3d3dc8b3 Mon Sep 17 00:00:00 2001 From: Sylvain Pace Date: Sat, 11 Apr 2020 11:13:42 +0200 Subject: [PATCH] feat: add DocSearch as recommended by vuepress --- docs/.vuepress/config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index afb6aafce..23469c872 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -108,6 +108,10 @@ module.exports = { ] }, themeConfig: { + algolia: { + apiKey: '1e7de593e1699e48c6dabbe77da817c6', + indexName: 'vuesax' + }, // Assumes GitHub. Can also be a full GitLab url. repo: 'lusaxweb/vuesax', // Customising the header label