You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kvrocks.apache.org by ti...@apache.org on 2022/06/06 08:27:17 UTC

[incubator-kvrocks-website] branch main updated: add ASF privacy dropdown item

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

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 2547bbe  add ASF privacy dropdown item
2547bbe is described below

commit 2547bbefcbf2a31dbff0fb3064b7e1096083c2b2
Author: tison <wa...@gmail.com>
AuthorDate: Mon Jun 6 16:27:02 2022 +0800

    add ASF privacy dropdown item
    
    Signed-off-by: tison <wa...@gmail.com>
---
 docusaurus.config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 88ca337..4d7c97d 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -84,6 +84,7 @@ const config = {
               {label: 'Events', to: 'https://www.apache.org/events/'},        
               {label: 'Security', to: 'https://www.apache.org/security/'},
               {label: 'Sponsorship', to: 'https://www.apache.org/foundation/sponsorship.html'},
+              {label: 'Privacy', to: 'https://www.apache.org/foundation/policies/privacy.html'},
               {label: 'Thanks', to: 'https://www.apache.org/foundation/thanks.html'}
             ],
           },