Skip to content

Commit a99274f

Browse files
committed
restore Algolia Ask AI credentials
1 parent e94670c commit a99274f

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docusaurus.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -291,15 +291,15 @@ module.exports = {
291291
apiKey: 'fb2f4e1fb40f962900631121cb365549',
292292
indexName: 'crawler_sumodocs',
293293
contextualSearch: false,
294-
searchPagePath: 'docs-search', // Default value is 'search'; renamed to 'docs-search' so it doesn't conflict with '/Search' redirect
294+
searchPagePath: 'docs-search', // Default value is 'search'; renamed to 'docs-search' so it doesn't conflict with '/Search' cid-redirect
295295
insights: true,
296296
// Testing AskAI in Algolia portal
297-
// askAi: {
298-
// assistantId: 'Gj8Bh1qOc2XJ',
299-
// indexName: 'crawler_sumodocs',
300-
// apiKey: 'fb2f4e1fb40f962900631121cb365549',
301-
// appId: '2SJPGMLW1Q',
302-
// },
297+
askAi: {
298+
assistantId: 'T7pp7iENesuU',
299+
indexName: 'crawler_sumodocs',
300+
apiKey: 'fb2f4e1fb40f962900631121cb365549',
301+
appId: '2SJPGMLW1Q',
302+
},
303303
insightsConfig: {
304304
useCookie: true, // alt to useCookie: true,
305305
},
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
abc655ef33c7411c86d05452602d6c02

0 commit comments

Comments
 (0)