From 42e4ba3e8b9027fdbf63b864502988335cbdce4f Mon Sep 17 00:00:00 2001 From: Olivier Demers Date: Thu, 23 Mar 2023 21:31:05 -0400 Subject: [PATCH] added algolia search (thanks) --- docusaurus.config.js | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index b77e53c..7b004ec 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -10,8 +10,6 @@ const config = { tagline: "Documentation PLS5618", favicon: "img/favicon.ico", - //themes: ["@docusaurus/theme-search-algolia"], - // Set the production url of your site here url: "https://docs.pls5618.com", // Set the // pathname under which your site is served @@ -136,12 +134,12 @@ const config = { theme: lightCodeTheme, darkTheme: darkCodeTheme, }, - // algolia: { - // appId: "", - // apiKey: "", - // indexName: "", - // contextualSearch: true, - // }, + algolia: { + appId: "FWL5E6J51N", + apiKey: "311ff1b7dfe8b50e47c8f1b58617356d", + indexName: "pls5618", + contextualSearch: true, + }, }), };