This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus-website.git
The following commit(s) were added to refs/heads/master by this push:
new eb6d16d8 Add ASF 'Privacy' link (#23)
eb6d16d8 is described below
commit eb6d16d846cfc7241c2233305cdab0fcdbbd5754
Author: Yingchun Lai <[email protected]>
AuthorDate: Thu Nov 2 14:02:48 2023 +0800
Add ASF 'Privacy' link (#23)
Fix issues reported from https://whimsy.apache.org/pods/project/pegasus to
follow the rule:
https://www.apache.org/foundation/marks/pmcs.html#navigation
---
_data/en/translate.yml | 1 +
_data/navigation.yml | 4 +++-
_data/zh/translate.yml | 1 +
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/_data/en/translate.yml b/_data/en/translate.yml
index 3851b7d8..c66258f6 100644
--- a/_data/en/translate.yml
+++ b/_data/en/translate.yml
@@ -24,6 +24,7 @@ title_asf_license: "License"
title_asf_events: "Events"
title_asf_sponsorship: "Sponsorship"
title_asf_security: "Security"
+title_asf_privacy: "Privacy"
title_asf_thanks: "Thanks"
title_github: "Github"
title_releases: "Releases"
diff --git a/_data/navigation.yml b/_data/navigation.yml
index b69143ce..48a0fbbb 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -10,7 +10,9 @@
- name: title_asf_sponsorship
link: https://www.apache.org/foundation/sponsorship.html
- name: title_asf_security
- link: https://www.apache.org/security
+ link: https://www.apache.org/security/
+ - name: title_asf_privacy
+ link: https://privacy.apache.org/policies/privacy-policy-public.html
- name: title_asf_thanks
link: https://www.apache.org/foundation/thanks.html
- name: title_community
diff --git a/_data/zh/translate.yml b/_data/zh/translate.yml
index 558762d2..b0ac5386 100644
--- a/_data/zh/translate.yml
+++ b/_data/zh/translate.yml
@@ -24,6 +24,7 @@ title_asf_license: "License"
title_asf_events: "Events"
title_asf_sponsorship: "Sponsorship"
title_asf_security: "Security"
+title_asf_privacy: "Privacy"
title_asf_thanks: "Thanks"
title_github: "Github"
title_releases: "版本发布"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]