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

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


The following commit(s) were added to refs/heads/master by this push:
     new 42023fc  Add Licenses/Events/Security links (#24)
42023fc is described below

commit 42023fc34e02d0dfc35b4482f9d8979ccb3cbff0
Author: ulysses <[email protected]>
AuthorDate: Fri Oct 29 13:45:48 2021 +0800

    Add Licenses/Events/Security links (#24)
---
 config.toml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/config.toml b/config.toml
index 956f363..252513b 100644
--- a/config.toml
+++ b/config.toml
@@ -60,6 +60,21 @@ publishDir = "content"
    weight = 5
 
 [[menu.main]]
+   name = "Apache Licenses"
+   url = "https://www.apache.org/licenses/";
+   parent = "help"
+
+[[menu.main]]
+   name = "Events"
+   url = "https://apachecon.com/?ref=www.apache.org";
+   parent = "help"
+
+[[menu.main]]
+   name = "Security"
+   url = "https://www.apache.org/security/";
+   parent = "help"
+
+[[menu.main]]
    name = "Sponsorship"
    url = "https://www.apache.org/foundation/sponsorship.html";
    parent = "help"

Reply via email to