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 e0c6fb8  Add the missing ASF links (#19)
e0c6fb8 is described below

commit e0c6fb81c7b6f1a55569dac1dc1e17d0e83c6453
Author: Yingchun Lai <[email protected]>
AuthorDate: Mon Oct 30 11:14:21 2023 +0800

    Add the missing ASF links (#19)
---
 _config.yml            | 12 ++++++++++++
 _data/en/translate.yml |  7 +++++++
 _data/navigation.yml   | 15 +++++++++++++++
 _data/zh/translate.yml |  7 +++++++
 4 files changed, 41 insertions(+)

diff --git a/_config.yml b/_config.yml
index 5787d45..fe40f45 100755
--- a/_config.yml
+++ b/_config.yml
@@ -11,6 +11,8 @@ collections:
     output: true
   docs:
     output: true
+  asf:
+    output: true
 
 plugins:
   - jekyll-sitemap
@@ -51,6 +53,16 @@ defaults:
       layout: community
       hero_style: is-white is-centered
       header_style: is-black
+  - scope:
+      path: ""
+      type: asf
+    values:
+      show_sidebar: false
+      toc: true
+      front: false
+      layout: asf
+      hero_style: is-white is-centered
+      header_style: is-black
   - scope:
       path: ""
       type: docs
diff --git a/_data/en/translate.yml b/_data/en/translate.yml
index 06b74e1..29382a4 100644
--- a/_data/en/translate.yml
+++ b/_data/en/translate.yml
@@ -18,6 +18,13 @@ title_coding-guides: "Coding Guides"
 title_roadmap: "RoadMap"
 title_bug-tracking: "Bug Tracking"
 title_apache-proposal: "Apache Proposal"
+title_asf: "ASF"
+title_asf_foundation: "Foundation"
+title_asf_license: "License"
+title_asf_events: "Events"
+title_asf_sponsorship: "Sponsorship"
+title_asf_privacy: "Privacy"
+title_asf_thanks: "Thanks"
 title_github: "Github"
 title_releases: "Releases"
 title_benchmark: "Benchmark"
diff --git a/_data/navigation.yml b/_data/navigation.yml
index e076996..e113b86 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -1,3 +1,18 @@
+- name: title_asf
+  icon: fas fa-users
+  items:
+    - name: title_asf_foundation
+      link: https://www.apache.org/
+    - name: title_asf_license
+      link: https://www.apache.org/licenses/
+    - name: title_asf_events
+      link: https://www.apache.org/events/
+    - name: title_asf_sponsorship
+      link: https://www.apache.org/foundation/sponsorship.html
+    - name: title_asf_privacy
+      link: https://privacy.apache.org/policies/privacy-policy-public.html
+    - name: title_asf_thanks
+      link: https://www.apache.org/foundation/sponsors
 - name: title_community
   link: /community
   icon: fas fa-user-plus
diff --git a/_data/zh/translate.yml b/_data/zh/translate.yml
index cb7a822..0b757dd 100644
--- a/_data/zh/translate.yml
+++ b/_data/zh/translate.yml
@@ -18,6 +18,13 @@ title_coding-guides: "编码指引"
 title_roadmap: "路线图"
 title_bug-tracking: "Bug追踪"
 title_apache-proposal: "Apache提案"
+title_asf: "ASF"
+title_asf_foundation: "Foundation"
+title_asf_license: "License"
+title_asf_events: "Events"
+title_asf_sponsorship: "Sponsorship"
+title_asf_privacy: "Privacy"
+title_asf_thanks: "Thanks"
 title_github: "Github"
 title_releases: "版本发布"
 title_benchmark: "性能测试"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to