From f0a2ecf95de16df97bcc7c29b290a817b28fb3d1 Mon Sep 17 00:00:00 2001 From: endiliey Date: Wed, 24 Oct 2018 18:34:56 +0800 Subject: [PATCH] docs: enable search for docusaurus site --- website/siteConfig.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index 0d1abebf9..b0da34234 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -12,10 +12,12 @@ const siteConfig = { title: "React Redux", // Title for your website. tagline: "React Redux Documentation", url: "https://react-redux.js.org", // Your website URL - baseUrl: "/", // Base URL for your project */ - // For github.io type URLs, you would set the url and baseUrl like: - // url: 'https://facebook.github.io', - // baseUrl: '/test-site/', + baseUrl: "/", + algolia: { + apiKey: '2d058d216b7fd5d68d481fd48ee72c06', + indexName: 'react-redux', + algoliaOptions: {} + }, // Used for publishing and more projectName: "react-redux",