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

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


The following commit(s) were added to refs/heads/master by this push:
     new cab72f8  add current apache event to links
     new 39f7683  Merge pull request #54 from hansva/master
cab72f8 is described below

commit cab72f8af779bcfc8983cacd5da30a5bf25bd4c1
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Fri May 28 10:44:13 2021 +0200

    add current apache event to links
---
 config.toml | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/config.toml b/config.toml
index 70b5628..2818cf2 100644
--- a/config.toml
+++ b/config.toml
@@ -141,30 +141,37 @@ enableRobotsTXT = true
     weight = 4
 
 [[menu.main]]
-    name = "License"
+    name = "Events"
     parent = "apache"
     weight = 1
+    identifier = "about-events"
+    url = "https://www.apache.org/events/current-event";
+
+[[menu.main]]
+    name = "License"
+    parent = "apache"
+    weight = 2
     identifier = "about-license"
-    url = "https://www.apache.org/licenses";
+    url = "https://www.apache.org/licenses/";
 
 [[menu.main]]
     name = "Thanks to our sponsors"
     parent = "apache"
-    weight = 2
+    weight = 3
     identifier = "about-thanks"
     url = "https://www.apache.org/foundation/thanks.html";
 
 [[menu.main]]
     name = "Apache Security"
     parent = "apache"
-    weight = 3
+    weight = 4
     identifier = "about-security"
     url = "https://www.apache.org/security/";
 
 [[menu.main]]
     name = "Become a sponsor"
     parent = "apache"
-    weight = 4
+    weight = 5
     identifier = "about-sponsor"
     url = "https://www.apache.org/foundation/sponsorship.html";
 

Reply via email to