Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Algolia search bar to Docusaurus #5551

Merged
merged 1 commit into from
Oct 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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;