From 41ed505556bb145ec189f54e92be8cb2f8efd36b Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Thu, 17 Aug 2017 08:34:02 -0700 Subject: [PATCH] Enable Algolia Search --- website/siteConfig.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index c58ca778ec..d9fd295f7c 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -52,12 +52,10 @@ const siteConfig = { favicon: "img/docusaurus.ico", // See https://docusaurus.io/docs/search for more information about Aloglia // search - /* algolia: { - apiKey: "my-search-only-api-key-1234", - indexName: "my-index-name" + apiKey: "3eb9507824b8be89e7a199ecaa1a9d2c", + indexName: "docusaurus" }, - */ colors: { primaryColor: "#2E8555", secondaryColor: "#205C3B",