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
121
-
// replaceSearchResultPathname: {
122
-
// from: "/docs/", // or as RegExp: /\/docs\//
123
-
// to: "/",
124
-
// },
124
+
// 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
125
+
// replaceSearchResultPathname: {
126
+
// from: "/docs/", // or as RegExp: /\/docs\//
127
+
// to: "/",
128
+
// },
125
129
126
-
// Optional: Algolia search parameters
127
-
// searchParameters: {},
130
+
// Optional: Algolia search parameters
131
+
// searchParameters: {},
128
132
129
-
// Optional: path for search page that enabled by default (`false` to disable it)
130
-
searchPagePath: "search",
133
+
// Optional: path for search page that enabled by default (`false` to disable it)
0 commit comments