From d33c95416916261cef42ca9dc030ef8d9558cd55 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Mon, 12 Feb 2024 19:45:54 +0100 Subject: [PATCH] remove additional params --- docusaurus/docusaurus.config.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docusaurus/docusaurus.config.js b/docusaurus/docusaurus.config.js index 059afb518..d08e64468 100644 --- a/docusaurus/docusaurus.config.js +++ b/docusaurus/docusaurus.config.js @@ -178,19 +178,9 @@ const config = { apiKey: '0ca6a3850b4a44a153523f0028fc73e3', indexName: 'palworld-server-ker', - - // Optional: see doc section below - contextualSearch: true, - - // Optional: Algolia search parameters - searchParameters: {}, - - // Optional: path for search page that enabled by default (`false` to disable it) - searchPagePath: 'search', insights: true, - //... other Algolia params }, }), };