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/05/20 01:22:05 UTC

[pulsar-site] branch fix/disable-old-site-algolia created (now be4a9ba4733)

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

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


      at be4a9ba4733 feat: disable old website algolia

This branch includes the following new commits:

     new be4a9ba4733 feat: disable old website algolia

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[pulsar-site] 01/01: feat: disable old website algolia

Posted by ur...@apache.org.
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 <ur...@apache.org>
AuthorDate: Fri May 20 09:21:51 2022 +0800

    feat: disable old website algolia
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 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 */