You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/03/30 02:39:30 UTC

[incubator-apisix-website] branch master updated: feat: added ASF to the top menu

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

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c30dd5  feat: added ASF to the top menu
7c30dd5 is described below

commit 7c30dd5001746942a86820b3dddaaddbcf557934
Author: juzhiyuan <jj...@gmail.com>
AuthorDate: Mon Mar 30 10:39:10 2020 +0800

    feat: added ASF to the top menu
---
 config.yaml                  | 28 ++++++++++++++++++++++++++++
 layouts/partials/footer.html |  2 +-
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/config.yaml b/config.yaml
index bfacad5..da66a65 100644
--- a/config.yaml
+++ b/config.yaml
@@ -56,6 +56,20 @@ languages:
           url: /contribute/2fa
       - title: Team
         url: /team
+      - title: ASF
+        sublinks:
+        - title: Foundation
+          url: https://www.apache.org/
+        - title: License
+          url: https://www.apache.org/licenses/
+        - title: Events
+          url: https://www.apache.org/events/current-event
+        - title: Security
+          url: https://www.apache.org/security/
+        - title: SponsorShip
+          url: https://www.apache.org/foundation/sponsorship.html
+        - title: Thanks
+          url: https://www.apache.org/foundation/thanks.html
       language:
         name: 中
         link: /zh
@@ -152,6 +166,20 @@ languages:
         url: /zh/contribute/2fa
     - title: 团队
       url: /zh/team
+    - title: ASF
+      sublinks:
+      - title: 基金会
+        url: https://www.apache.org/
+      - title: 协议
+        url: https://www.apache.org/licenses/
+      - title: 事件
+        url: https://www.apache.org/events/current-event
+      - title: 安全
+        url: https://www.apache.org/security/
+      - title: 赞助
+        url: https://www.apache.org/foundation/sponsorship.html
+      - title: 致谢
+        url: https://www.apache.org/foundation/thanks.html
     language:
         name: EN
         link: /
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index b23e2e0..7eabd0c 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -27,7 +27,7 @@
     </div>
     <div class="divider"></div>
     <div class="copyright">
-Copyright © 2019 The Apache Software Foundation. Apache APISIX, and its feather logo are trademarks of The Apache Software Foundation.
+Copyright © 2019-2020 The Apache Software Foundation. Apache APISIX, and its feather logo are trademarks of The Apache Software Foundation.
     </div>
   </div>
 </footer>