From c076a73531062f10f0d565ca61275431a7796a3e Mon Sep 17 00:00:00 2001 From: Sylvain Pace Date: Sat, 11 Apr 2020 12:24:19 +0200 Subject: [PATCH] feat(website): add DocSearch as recommended by docusaurus --- website/siteConfig.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/siteConfig.js b/website/siteConfig.js index 38e8d7db..530f3db0 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -22,6 +22,10 @@ const users = [ ]; const siteConfig = { + algolia: { + apiKey: '7b03192912c46228355578528d0339f9', + indexName: 'haul', + }, title: 'Haul', tagline: 'A command line tool for developing React Native apps', url: 'https://facebook.github.io' /* your website url */,