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

feiwang 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 d8d3e7a  Fix zh language powered page (#85)
d8d3e7a is described below

commit d8d3e7a0a7c306739d9da9763e641d3c875940ae
Author: Fei Wang <[email protected]>
AuthorDate: Thu Oct 13 12:57:19 2022 +0800

    Fix zh language powered page (#85)
---
 config.toml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/config.toml b/config.toml
index 2b9f0a0..4bebd9d 100644
--- a/config.toml
+++ b/config.toml
@@ -63,6 +63,7 @@ defaultContentLanguage = 'en'
 
 [[menu.main]]
   name = "Powered by Kyuubi"
+  identifier = "powered"
   url = "powered_by.html"
   weight = 5
 
@@ -154,16 +155,22 @@ defaultContentLanguage = 'en'
   identifier = "development"
   weight = 4
 
+[[languages.zh.menu.main]]
+  name = "Powered by Kyuubi"
+  identifier = "powered"
+  url = "zh/powered_by.html"
+  weight = 5
+
 [[languages.zh.menu.main]]
   name = "Github"
   identifier = "github"
   url = "https://github.com/apache/incubator-kyuubi";
-  weight = 5
+  weight = 6
 
 [[languages.zh.menu.main]]
   name = "ASF"
   identifier = "asf"
-  weight = 6
+  weight = 7
 
 [[languages.zh.menu.main]]
   name = "基金会"

Reply via email to