Skip to content

Commit

Permalink
Add Algolia search bar to Docusaurus (facebook#5551)
Browse files Browse the repository at this point in the history
  • Loading branch information
amyrlam authored and chanand committed Oct 25, 2018
1 parent 1877fd5 commit 23efd2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus/website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ const siteConfig = {
// You may provide arbitrary config keys to be used as needed by your
// template. For example, if you need your repo's URL...
repoUrl: 'https://github.com/facebook/create-react-app',

algolia: {
apiKey: '3be60f4f8ffc24c75da84857d6323791',
indexName: 'create-react-app',
}
};

module.exports = siteConfig;

0 comments on commit 23efd2c

Please sign in to comment.