From 537dd769ae09b736525d5e1e7cc8b3b82a022c05 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:26:25 +0200 Subject: [PATCH] removed search for now --- docusaurus.config.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 3788291..7c592a8 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -77,18 +77,6 @@ const config: Config = { theme: prismThemes.github, darkTheme: prismThemes.dracula, }, - algolia: { - // The application ID provided by Algolia - appId: 'IKKENHCO1V', - - // Public API key: it is safe to commit it - apiKey: '592380ed7332a627f9ebb69993ba442e', - - indexName: 'IKKENHCO1V', - - // Optional: see doc section below - contextualSearch: true, - }, } satisfies Preset.ThemeConfig, };