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
// 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
86
-
replaceSearchResultPathname: {
87
-
from: '/docs/',// or as RegExp: /\/docs\//
88
-
to: '/',
89
-
},
86
+
// replaceSearchResultPathname: {
87
+
// from: '/docs/', // or as RegExp: /\/docs\//
88
+
// to: '/',
89
+
// },
90
90
91
91
// Optional: Algolia search parameters
92
92
searchParameters: {},
@@ -97,8 +97,8 @@ const config: Config = {
97
97
// Optional: whether the insights feature is enabled or not on Docsearch (`false` by default)
98
98
insights: false,
99
99
100
-
// Optional: whether you want to use the new Ask AI feature (undefined by default)
101
-
askAi: 'YOUR_ALGOLIA_ASK_AI_ASSISTANT_ID',
100
+
// // Optional: whether you want to use the new Ask AI feature (undefined by default)
0 commit comments