Skip to content

Commit 74adb50

Browse files
authored
Add algolia search to docs
1 parent befd943 commit 74adb50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ module.exports = {
99
organizationName: 'cuvent',
1010
projectName: 'react-native-vision-camera',
1111
themeConfig: {
12+
algolia: {
13+
apiKey: 'ab7f44570bb62d0e07c0f7d92312ed1a',
14+
indexName: 'react-native-vision-camera',
15+
},
1216
navbar: {
1317
title: 'VisionCamera',
1418
logo: {

0 commit comments

Comments
 (0)