From b46693b75324185ca18e365acd93fe510955a812 Mon Sep 17 00:00:00 2001 From: Sylvain Pace Date: Mon, 27 Apr 2020 12:08:34 +0200 Subject: [PATCH] docs: add algolia search (#355) --- docs/.vuepress/config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index ad23fe5..432310c 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -3,6 +3,10 @@ module.exports = { description: 'Axios Module for Nuxt', head: [['link', { rel: 'stylesheet', href: '/styles.css' }]], themeConfig: { + algolia: { + apiKey: 'b41badfa89f1ce270dfeaf0fdfbfbaea', + indexName: 'nuxtjs_axios' + }, repo: 'nuxt-community/axios-module', docsDir: 'docs', editLinks: true,