Skip to content

Commit 037d1ef

Browse files
committed
add algolia search
1 parent bba6f0b commit 037d1ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

documentation/docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ module.exports = {
1717
organizationName: 'thecodingmachine',
1818
projectName: 'react-native-boilerplate',
1919
themeConfig: {
20+
algolia: {
21+
apiKey: '870ae81ec981530781f32849c55a593f',
22+
indexName: 'rnboilerplate',
23+
contextualSearch: true,
24+
},
2025
navbar: {
2126
title: 'RNBoilerplate',
2227
logo: {

0 commit comments

Comments
 (0)