Skip to content

Commit dd77e4b

Browse files
author
Sylvain Pace
authored
feat(website): add DocSearch as recommended by docusaurus. (#254)
1 parent 6dbf94f commit dd77e4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/siteConfig.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ const siteConfig = {
8484
// template. For example, if you need your repo's URL...
8585
repoUrl,
8686
usePrism: ['jsx'],
87+
88+
// search
89+
algolia: {
90+
apiKey: 'cd9b8b73f97b64ed04570e41c507683f',
91+
indexName: 'react-native-testing-library',
92+
},
8793
};
8894

8995
module.exports = siteConfig;

0 commit comments

Comments
 (0)