From 35726163dda826b5744abfb0cff3cb9ca0bdf304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B8egh?= <22152591+BenjaminHoegh@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:14:12 +0200 Subject: [PATCH] temp removed search --- docusaurus.config.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 6c402db..d60bdf0 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -77,18 +77,18 @@ const config: Config = { theme: prismThemes.github, darkTheme: prismThemes.dracula, }, - algolia: { - // The application ID provided by Algolia - appId: 'B59KS6JY8P', + // algolia: { + // // The application ID provided by Algolia + // appId: 'B59KS6JY8P', - // Public API key: it is safe to commit it - apiKey: 'b878c55047a3baf1724d36e0a5c58c52', + // // Public API key: it is safe to commit it + // apiKey: 'b878c55047a3baf1724d36e0a5c58c52', - indexName: 'ParsedownExtended', + // indexName: 'ParsedownExtended', - // Optional: see doc section below - contextualSearch: true, - }, + // // Optional: see doc section below + // contextualSearch: true, + // }, } satisfies Preset.ThemeConfig, };