Skip to content

Commit 0fb074b

Browse files
committed
docs: added algolia search
1 parent 408782f commit 0fb074b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/docusaurus.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,15 @@ const config = {
179179
theme: lightCodeTheme,
180180
darkTheme: darkCodeTheme,
181181
},
182+
algolia: {
183+
appId: 'ZDJCB729YA',
184+
apiKey: '236e9347eae6f053a9ce35a93d67d5c6',
185+
indexName: 'react-native-header-codeherence',
186+
contextualSearch: true,
187+
externalUrlRegex: 'external\\.com|domain\\.com',
188+
searchParameters: {},
189+
searchPagePath: 'search',
190+
},
182191
}),
183192
};
184193

0 commit comments

Comments
 (0)