From b3cb5bb1a96aaf946a9bc2f1d93c8029100701f5 Mon Sep 17 00:00:00 2001 From: samzong Date: Thu, 19 Dec 2024 08:28:53 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Update=20Algolia=20configur?= =?UTF-8?q?ation=20for=20improved=20search=20functionality?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feat: update Algolia configuration for improved search functionality Change the Algolia appId, apiKey, and indexName in the Docusaurus configuration to enhance the search experience and align it with the new project structure. ``` Signed-off-by: samzong --- docusaurus.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index d2ba244..3622f2d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -96,9 +96,9 @@ module.exports = { '⭐️ If you like HAMi, give it a star on GitHub! ⭐️', }, algolia: { - appId: '5IDBLUX6VJ', - apiKey: '0544ead27838375d12530a88e31fcce8', - indexName: 'hami', + appId: "IWSUKSVX6L", + apiKey: "30ef663a029bb4c66929ac376ae3624c", + indexName: "project-hami", // contextualSearch ensures that search results are relevant to the current language and version. contextualSearch: true, },