This is an automated email from the ASF dual-hosted git repository. feiwang pushed a commit to branch zh_power in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi-website.git
commit 996cc9b6c0866cc028ae4f867842aa3e62bcc50b Author: Fei Wang <[email protected]> AuthorDate: Thu Oct 13 12:56:43 2022 +0800 Fix zh language powered page --- 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 = "基金会"
