Skip to content

Commit d0958b8

Browse files
committed
Add Algolia askAi key to Docusaurus config
Add the `askAi` key (UUID) to the Algolia configuration in website/docusaurus.config.js and tidy the surrounding options. This enables Algolia's AI Ask integration and keeps `appId` and `algoliaOptions` present.
1 parent 10ea760 commit d0958b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/docusaurus.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,9 @@ module.exports = {
159159
algolia: {
160160
apiKey: '4b060907ba79d92e8869e9d1ff80bce7',
161161
indexName: 'flet',
162-
appId: 'ESNSJEY7OD', // Optional, if you run the DocSearch crawler on your own
163-
algoliaOptions: {}, // Optional, if provided by Algolia
162+
appId: 'ESNSJEY7OD',
163+
askAi: '48c9b8c8-278a-48b3-aa3e-ed18efad6fdd',
164+
algoliaOptions: {}
164165
}
165166
},
166167
presets: [

0 commit comments

Comments
 (0)