Skip to content

Commit 6c8dadb

Browse files
committed
docs: comment out agolia
1 parent b4e51bf commit 6c8dadb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docusaurus.config.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ const config = {
9393
],
9494
},
9595

96-
// 👇 Algolia search config goes here (NOT inside navbar)
97-
algolia: {
98-
appId: 'QAKQC6L05F',
99-
apiKey: 'f140345eff360bfd9a7ed22a50b0dbf5',
100-
indexName: 'Documentation Website', // must match your Algolia dashboard
101-
// Optional: see the official docs for more options
102-
contextualSearch: true,
103-
},
96+
// 👇 Algolia search config commented out to fix API errors
97+
// algolia: {
98+
// appId: 'QAKQC6L05F',
99+
// apiKey: 'f140345eff360bfd9a7ed22a50b0dbf5',
100+
// indexName: 'Documentation Website', // must match your Algolia dashboard
101+
// // Optional: see the official docs for more options
102+
// contextualSearch: true,
103+
// },
104104

105105
footer: {
106106
style: 'dark',

0 commit comments

Comments
 (0)