We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e51bf commit 6c8dadbCopy full SHA for 6c8dadb
1 file changed
docusaurus.config.js
@@ -93,14 +93,14 @@ const config = {
93
],
94
},
95
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
- },
+ // 👇 Algolia search config commented out to fix API errors
+ // algolia: {
+ // appId: 'QAKQC6L05F',
+ // apiKey: 'f140345eff360bfd9a7ed22a50b0dbf5',
+ // indexName: 'Documentation Website', // must match your Algolia dashboard
+ // // Optional: see the official docs for more options
+ // contextualSearch: true,
+ // },
104
105
footer: {
106
style: 'dark',
0 commit comments