From 42bac95e6d6d7b439c77c706b1cf375ac4992b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cnico-shishkin=E2=80=9D?= <“nicoshishkinatlogz@outlook.com”> Date: Wed, 1 Nov 2023 12:03:52 +0000 Subject: [PATCH] Algolia config --- docusaurus.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 61f5201f..97c1f796 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -111,11 +111,7 @@ const config = { // 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. externalUrlRegex: 'external\\.com|domain\\.com', - // 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 - replaceSearchResultPathname: { - from: '/docs/', // or as RegExp: /\/docs\// - to: '/', - }, + // Optional: Algolia search parameters searchParameters: {},