File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments