Skip to content

Commit cb08aef

Browse files
authored
Upgrade Algolia DocSearch and add Ask AI (#208)
* Update to Algolia DocSearch v4 * Enable Algolia Ask AI --------- Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]>
1 parent 5da898f commit cb08aef

File tree

2 files changed

+187
-78
lines changed

2 files changed

+187
-78
lines changed

docusaurus.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,12 @@ const config: Config = {
262262
appId: '5VBG92C77M',
263263
apiKey: 'd47061076173b8f8974c70dd94efb676',
264264
indexName: 'stacklok',
265+
askAi: {
266+
indexName: 'stacklok-markdown',
267+
apiKey: 'd47061076173b8f8974c70dd94efb676',
268+
appId: '5VBG92C77M',
269+
assistantId: '7acHoXQLOA6U',
270+
},
265271
contextualSearch: true,
266272
},
267273
} satisfies Preset.ThemeConfig,

0 commit comments

Comments
 (0)