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: 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.
// 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.
// // 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
157
-
// replaceSearchResultPathname: {
158
-
// from: '/docs/', // or as RegExp: /\/docs\//
159
-
// to: '/',
160
-
// },
156
+
// 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
157
+
replaceSearchResultPathname: {
158
+
from: '/docs/',// or as RegExp: /\/docs\//
159
+
to: '/',
160
+
},
161
+
162
+
// Optional: Algolia search parameters
163
+
searchParameters: {},
161
164
162
-
// // Optional: Algolia search parameters
163
-
// searchParameters: {},
165
+
// Optional: path for search page that enabled by default (`false` to disable it)
166
+
searchPagePath: 'search',
164
167
165
-
// // Optional: path for search page that enabled by default (`false` to disable it)
166
-
// searchPagePath: 'search',
168
+
// Optional: whether the insights feature is enabled or not on Docsearch (`false` by default)
0 commit comments