From 1c2d391596c3d54c217e8d8ce5a130e566889415 Mon Sep 17 00:00:00 2001 From: Eric Bariaux <375613+ebariaux@users.noreply.github.com> Date: Wed, 27 May 2026 09:41:15 +0200 Subject: [PATCH] Using its own index --- docusaurus.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 0dc0bad..61e441e 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -168,9 +168,9 @@ const config: Config = { copyright: `© ${new Date().getFullYear()} OpenRemote, Inc. All Rights Reserved.`, }, algolia: { - apiKey: '18c8ff9992cf5a0b37acb9b008fa7cd9', - appId: 'TVHZ0YEM1U', - indexName: 'openremote', + apiKey: 'c6085332effe30a5d24493fcd7d29f5a', + appId: 'B7C3QZQ81K', + indexName: 'or-handbook', }, } satisfies Preset.ThemeConfig, };