Skip to content

Commit 6182253

Browse files
amyrlamTimer
authored andcommitted
Add Algolia search bar to Docusaurus (facebook#5551)
1 parent 5ead915 commit 6182253

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docusaurus/website/siteConfig.js

+5
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ const siteConfig = {
8282
// You may provide arbitrary config keys to be used as needed by your
8383
// template. For example, if you need your repo's URL...
8484
repoUrl: 'https://github.com/facebook/create-react-app',
85+
86+
algolia: {
87+
apiKey: '3be60f4f8ffc24c75da84857d6323791',
88+
indexName: 'create-react-app',
89+
}
8590
};
8691

8792
module.exports = siteConfig;

0 commit comments

Comments
 (0)