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
commit 00443641fba7e31bf21fdddf80f26cb09094c004 Author: Hans Van Akelyen <[email protected]> AuthorDate: Sun May 2 22:33:38 2021 +0200 Add website clutch requirements --- config.toml | 29 +++++++++++++++++++++++++---- content/community/events/index.adoc | 9 +++++++++ 2 files changed, 34 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index f0cd965..cec442a 100644 --- a/config.toml +++ b/config.toml @@ -136,16 +136,37 @@ enableRobotsTXT = true url = "/download/" [[menu.main]] - name = "About" - identifier = "about" + name = "Apache" + identifier = "apache" weight = 4 [[menu.main]] name = "License" - parent = "about" + parent = "apache" weight = 1 identifier = "about-license" - url = "https://www.apache.org/licenses/LICENSE-2.0" + url = "https://www.apache.org/licenses" + +[[menu.main]] + name = "Thanks to our sponsors" + parent = "apache" + weight = 2 + identifier = "about-thanks" + url = "https://www.apache.org/foundation/thanks.html" + +[[menu.main]] + name = "Apache Security" + parent = "apache" + weight = 3 + identifier = "about-security" + url = "https://www.apache.org/security/" + +[[menu.main]] + name = "Become a sponsor" + parent = "apache" + weight = 4 + identifier = "about-sponsor" + url = "https://www.apache.org/foundation/sponsorship.html" [module] diff --git a/content/community/events/index.adoc b/content/community/events/index.adoc index 593e1f6..c689b0d 100644 --- a/content/community/events/index.adoc +++ b/content/community/events/index.adoc @@ -2,6 +2,15 @@ title: "Events" --- +## Apache Events +++++ +<a href="https://www.apache.org/events/current-event.html"> + <img src="https://www.apache.org/events/current-event-234x60.png"/> +</a> +++++ + +For more information about Apache organised events visit the https://www.apache.org/events/current-event.html[Apache events] page + ## Community Events No (wo)man is an island. As an open source project and even more so a community, Apache Hop (Incubating) cares deeply about sharing knowledge and experiences.
