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/11 04:58:08 UTC

[pulsar-site] branch main updated: enable ga

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9bc64f6649b enable ga
9bc64f6649b is described below

commit 9bc64f6649b9d1730674dd7f7a22240c9ccfb489
Author: Li Li <ur...@apache.org>
AuthorDate: Wed May 11 12:57:54 2022 +0800

    enable ga
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/website-next/docusaurus.config.js | 16 ++++++++--------
 site2/website/siteConfig.js             |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/site2/website-next/docusaurus.config.js b/site2/website-next/docusaurus.config.js
index 5cc3837655d..6409fcc6f7c 100644
--- a/site2/website-next/docusaurus.config.js
+++ b/site2/website-next/docusaurus.config.js
@@ -377,14 +377,14 @@ module.exports = {
         },
       },
     ],
-    // [
-    //   "@docusaurus/preset-classic",
-    //   {
-    //     googleAnalytics: {
-    //       trackingID: "UA-102219959-1",
-    //     },
-    //   },
-    // ],
+    [
+      "@docusaurus/preset-classic",
+      {
+        googleAnalytics: {
+          trackingID: "UA-102219959-1",
+        },
+      },
+    ],
   ],
   plugins: [
     [
diff --git a/site2/website/siteConfig.js b/site2/website/siteConfig.js
index 5607a6230b8..228b7425c3c 100644
--- a/site2/website/siteConfig.js
+++ b/site2/website/siteConfig.js
@@ -154,7 +154,7 @@ const siteConfig = {
       facetFilters: ["language:LANGUAGE", "version:VERSION"],
     },
   },
-  gaTrackingId: "UA-102219959-1",
+  // gaTrackingId: "UA-102219959-1",
 
   /* colors for website */
   colors: {