You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/04/08 03:31:21 UTC

[pulsar-site] 01/01: fix: migrate algolia to new credencials

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

urfree pushed a commit to branch fix/algolia
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit c172953d8e2dedabc2c23462d70fb6386840301d
Author: Li Li <ur...@apache.org>
AuthorDate: Fri Apr 8 11:31:11 2022 +0800

    fix: migrate algolia to new credencials
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/website-next/docusaurus.config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site2/website-next/docusaurus.config.js b/site2/website-next/docusaurus.config.js
index 50bd0c7650..7965a6225f 100644
--- a/site2/website-next/docusaurus.config.js
+++ b/site2/website-next/docusaurus.config.js
@@ -322,8 +322,8 @@ module.exports = {
       additionalLanguages: ["powershell", "java", "go", "c", "cpp", "python"],
     },
     algolia: {
-      appId: "d226a455cecdd4bc18a554c1b47e5b52",
-      apiKey: "d226a455cecdd4bc18a554c1b47e5b52",
+      appId: "WK2YL0SALL",
+      apiKey: "3d383365697b6418f159cbe03e12a0f8",
       indexName: "apache_pulsar",
       algoliaOptions: {
         facetFilters: ["language:LANGUAGE", "version:VERSION"],