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

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

commit be4a9ba47330d36bdf570dc71b3fbe87f7c7b06d
Author: Li Li <[email protected]>
AuthorDate: Fri May 20 09:21:51 2022 +0800

    feat: disable old website algolia
    
    Signed-off-by: Li Li <[email protected]>
---
 site2/website/siteConfig.js | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/site2/website/siteConfig.js b/site2/website/siteConfig.js
index 228b7425c3c..715bf121ed4 100644
--- a/site2/website/siteConfig.js
+++ b/site2/website/siteConfig.js
@@ -147,13 +147,13 @@ const siteConfig = {
   headerIcon: "img/pulsar.svg",
   footerIcon: "img/pulsar.svg",
   favicon: "img/pulsar.ico",
-  algolia: {
-    apiKey: "d226a455cecdd4bc18a554c1b47e5b52",
-    indexName: "apache_pulsar",
-    algoliaOptions: {
-      facetFilters: ["language:LANGUAGE", "version:VERSION"],
-    },
-  },
+  // algolia: {
+  //   apiKey: "d226a455cecdd4bc18a554c1b47e5b52",
+  //   indexName: "apache_pulsar",
+  //   algoliaOptions: {
+  //     facetFilters: ["language:LANGUAGE", "version:VERSION"],
+  //   },
+  // },
   // gaTrackingId: "UA-102219959-1",
 
   /* colors for website */

Reply via email to