We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba6f0b commit 037d1efCopy full SHA for 037d1ef
documentation/docusaurus.config.js
@@ -17,6 +17,11 @@ module.exports = {
17
organizationName: 'thecodingmachine',
18
projectName: 'react-native-boilerplate',
19
themeConfig: {
20
+ algolia: {
21
+ apiKey: '870ae81ec981530781f32849c55a593f',
22
+ indexName: 'rnboilerplate',
23
+ contextualSearch: true,
24
+ },
25
navbar: {
26
title: 'RNBoilerplate',
27
logo: {
0 commit comments