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/06/13 02:04:30 UTC

[pulsar-site] branch main updated: Add link to Apache Privacy Policy

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 26b71154568 Add link to Apache Privacy Policy
     new cf46af6f87f Merge pull request #107 from tisonkun/patch-1
26b71154568 is described below

commit 26b71154568b7c309027f71c3ca03e6f53b41050
Author: tison <wa...@gmail.com>
AuthorDate: Sun Jun 12 15:53:57 2022 +0800

    Add link to Apache Privacy Policy
    
    Signed-off-by: tison <wa...@gmail.com>
---
 site2/website-next/docusaurus.config.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/site2/website-next/docusaurus.config.js b/site2/website-next/docusaurus.config.js
index 7b3c55e507d..bc4d48d9115 100644
--- a/site2/website-next/docusaurus.config.js
+++ b/site2/website-next/docusaurus.config.js
@@ -311,6 +311,10 @@ module.exports = {
               label: "Sponsorship",
               href: "https://www.apache.org/foundation/sponsorship",
             },
+	    {
+              label: "Privacy",
+              href: "https://www.apache.org/foundation/policies/privacy.html",
+            },
           ],
         },
         {