Skip to content

Commit 6f23aeb

Browse files
author
DominicGBauer
committed
chore: disable search for now
1 parent 71e6355 commit 6f23aeb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/docusaurus.config.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,13 @@ const config: Config = {
164164
],
165165
copyright: `Copyright © ${new Date().getFullYear()} Journey Mobile, Inc.`,
166166
},
167-
algolia: {
168-
appId: '8U0Z3F95NH',
169-
// Public API key: it is safe to commit it
170-
apiKey: '45caa5b7ec2fd9e5f3dbfe8b3c661c04',
171-
indexName: 'powersync-react-native-sdk-react-native-sdk',
172-
contextualSearch: true,
173-
},
167+
// algolia: {
168+
// appId: '8U0Z3F95NH',
169+
// // Public API key: it is safe to commit it
170+
// apiKey: '45caa5b7ec2fd9e5f3dbfe8b3c661c04',
171+
// indexName: 'powersync-react-native-sdk-react-native-sdk',
172+
// contextualSearch: false,
173+
// },
174174
prism: {
175175
theme: prismThemes.github,
176176
darkTheme: prismThemes.dracula,

0 commit comments

Comments
 (0)