From 8990611341cc82e4b812e834d102d2f274d01f0e Mon Sep 17 00:00:00 2001 From: Sylvain Pace Date: Sat, 11 Apr 2020 11:46:32 +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 6b7dee1..3892cc0 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -23,6 +23,10 @@ const users = [ const repoUrl = 'https://github.com/facebookincubator/bowler'; const siteConfig = { + algolia: { + apiKey: '54987596d168f804b64977e44742c4b7', + indexName: 'facebookincubator_bowler' + }, title: 'Bowler' /* title for your website */, tagline: 'Safe code refactoring for modern Python', url: 'https://pybowler.io' /* your website url */,