This is an automated email from the ASF dual-hosted git repository.
yao 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 57e23df Code of Conduct & Github Link (#40)
57e23df is described below
commit 57e23df2b7e28c067c3bf86b986bd42cb0a1b630
Author: Kent Yao <[email protected]>
AuthorDate: Thu Mar 3 10:49:55 2022 +0800
Code of Conduct & Github Link (#40)
---
config.toml | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/config.toml b/config.toml
index 4ffd596..8739ef4 100644
--- a/config.toml
+++ b/config.toml
@@ -44,14 +44,25 @@ publishDir = "content"
weight = 3
[[menu.main]]
+ name = "Code of Conduct"
+ url = "https://www.apache.org/foundation/policies/conduct"
+ parent = "community"
+
+[[menu.main]]
name = "Development"
identifier = "development"
weight = 4
[[menu.main]]
+ name = "Github"
+ identifier = "github"
+ url = "https://github.com/apache/incubator-kyuubi"
+ weight = 5
+
+[[menu.main]]
name = "ASF"
identifier = "asf"
- weight = 5
+ weight = 6
[[menu.main]]
name = "Foundation"