You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus.config.js
+3-18Lines changed: 3 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -211,28 +211,13 @@ const config = {
211
211
// Public API key: it is safe to commit it
212
212
apiKey: '43fd4ebb5bb9875aa8764793ff9a09ff',
213
213
214
-
indexName: 'Defang Docs',
214
+
indexName: 'prod_DOCS',
215
215
216
216
// Optional: see doc section below
217
-
contextualSearch: true,
218
-
219
-
// Optional: Specify domains where the navigation should occur through window.location instead on history.push. Useful when our Algolia config crawls multiple documentation sites and we want to navigate with window.location.href to them.
220
-
externalUrlRegex: 'external\\.com|domain\\.com',
221
-
222
-
// Optional: Replace parts of the item URLs from Algolia. Useful when using the same search index for multiple deployments using a different baseUrl. You can use regexp or string in the `from` param. For example: localhost:3000 vs myCompany.com/docs
223
-
replaceSearchResultPathname: {
224
-
from: '/docs/',// or as RegExp: /\/docs\//
225
-
to: '/',
226
-
},
227
-
228
-
// Optional: Algolia search parameters
229
-
searchParameters: {},
230
-
231
-
// Optional: path for search page that enabled by default (`false` to disable it)
232
-
searchPagePath: 'search',
217
+
contextualSearch: false,
233
218
234
219
// Optional: whether the insights feature is enabled or not on Docsearch (`false` by default)
235
-
insights: false,
220
+
insights: true,
236
221
237
222
// Optional: whether you want to use the new Ask AI feature (undefined by default)
0 commit comments