This is an automated email from the ASF dual-hosted git repository.
chengpan 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 1585780 Minor fixup
1585780 is described below
commit 15857805b89df24c1e71d0c2337417d427be9459
Author: Cheng Pan <[email protected]>
AuthorDate: Fri Sep 17 16:40:43 2021 +0800
Minor fixup
---
config.toml | 2 ++
src/contributing.md | 2 +-
src/improvement-proposals.md | 2 +-
src/mailing_lists.md | 2 +-
4 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/config.toml b/config.toml
index 52c2bed..465aa92 100644
--- a/config.toml
+++ b/config.toml
@@ -36,11 +36,13 @@ publishDir = "content"
name = "Latest"
parent = "documentation"
url = "docs/latest/index.html"
+ weight = 1
[[menu.main]]
name = "Stable"
parent = "documentation"
url = "docs/stable/index.html"
+ weight = 2
[[menu.main]]
name = "1.3.0-incubating"
diff --git a/src/contributing.md b/src/contributing.md
index 8615a75..61ad747 100644
--- a/src/contributing.md
+++ b/src/contributing.md
@@ -2,7 +2,7 @@
title: Contributing
menu:
main:
- name: "Contributing to kyuubi"
+ name: "Contributing to Kyuubi"
parent: "community"
---
<!---
diff --git a/src/improvement-proposals.md b/src/improvement-proposals.md
index ca85e6d..0f82655 100644
--- a/src/improvement-proposals.md
+++ b/src/improvement-proposals.md
@@ -2,7 +2,7 @@
title: Kyuubi Project Improvement Proposals (KPIP)
menu:
main:
- name: "Improvement proposals (KPIP)"
+ name: "Improvement Proposals (KPIP)"
parent: "community"
---
<!---
diff --git a/src/mailing_lists.md b/src/mailing_lists.md
index 796c06c..ad62652 100644
--- a/src/mailing_lists.md
+++ b/src/mailing_lists.md
@@ -2,7 +2,7 @@
title: Kyuubi Mailing Lists
menu:
main:
- name: "Mailing lists"
+ name: "Mailing Lists"
parent: "community"
---
<!---