Skip to content

Commit

Permalink
chore: disable search for now
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGBauer committed Dec 1, 2023
1 parent 71e6355 commit 6f23aeb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ const config: Config = {
],
copyright: `Copyright © ${new Date().getFullYear()} Journey Mobile, Inc.`,
},
algolia: {
appId: '8U0Z3F95NH',
// Public API key: it is safe to commit it
apiKey: '45caa5b7ec2fd9e5f3dbfe8b3c661c04',
indexName: 'powersync-react-native-sdk-react-native-sdk',
contextualSearch: true,
},
// algolia: {
// appId: '8U0Z3F95NH',
// // Public API key: it is safe to commit it
// apiKey: '45caa5b7ec2fd9e5f3dbfe8b3c661c04',
// indexName: 'powersync-react-native-sdk-react-native-sdk',
// contextualSearch: false,
// },
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
Expand Down

0 comments on commit 6f23aeb

Please sign in to comment.