From 462c6e614d6fcc9317d8c803cbda28122db226af Mon Sep 17 00:00:00 2001 From: hoodiearon Date: Mon, 27 Apr 2020 16:00:34 +0800 Subject: [PATCH] asd --- docs/.vuepress/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index d3dad0e..3692667 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -15,10 +15,10 @@ module.exports = { themeConfig: { repo: 'https://github.com/hoochanlon/helpdesk-manual/', nav: [{ text: '跳转首页', link: '/' }], - // algolia: { - // apiKey: '', - // indexName: '' - // }, + algolia: { + apiKey: 'cb720d4380fe1a8f6fc0caeaccf225dc', + indexName: 'hoochanlon_helpdesk' + }, sidebar: [ { title: 'OA办公', // 必要的 -- GitLab