This is an automated email from the ASF dual-hosted git repository.

jark pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/main by this push:
     new c7728d31 [webiste] Update the appId and apiKey of algolia to enable 
doc search
c7728d31 is described below

commit c7728d31cc18c3a7fdc208fc206a97746f17c8e6
Author: Jark Wu <[email protected]>
AuthorDate: Sun Aug 3 12:03:18 2025 +0800

    [webiste] Update the appId and apiKey of algolia to enable doc search
---
 website/docusaurus.config.ts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts
index d81e5620..08c66381 100644
--- a/website/docusaurus.config.ts
+++ b/website/docusaurus.config.ts
@@ -197,9 +197,9 @@ const config: Config = {
       additionalLanguages: ['java', 'bash']
     },
     algolia: {
-      appId: "D8RXQUTC99",
-      apiKey: "8039cbe25ae878764cbace303aa800e0",
-      indexName: "alibabaio",
+      appId: "X8KSGGLJW1",
+      apiKey: "5d0685995a3cb0052f32a59216ad3d35",
+      indexName: "fluss",
       contextualSearch: true,
     },
   } satisfies Preset.ThemeConfig,

Reply via email to