From 53436c2c03f308bf04cd7edf4fc68b44b8136dae Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Mon, 17 Mar 2025 21:06:21 +0100 Subject: [PATCH] feat: add algolia search to docs --- docs/docusaurus.config.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 474599d..9ed473c 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -131,11 +131,11 @@ const config: Config = { ], }, - // algolia: { - // appId: '8VTVGK458K', - // apiKey: '2f311b65edaffdd986645eb42d4afa51', - // indexName: 'pluginpal', - // }, + algolia: { + appId: 'ADLP623G89', + apiKey: '8f91ceaf54e8e8db14479fd79a420a8c', + indexName: 'pluginpal', + }, prism: { theme: prismThemes.github,