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/kyuubi-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8fac7f0  Add docker repo link (#102)
8fac7f0 is described below

commit 8fac7f024534e446acf2ee459bb4c85f2a0493c0
Author: ulysses <[email protected]>
AuthorDate: Fri Jan 13 15:29:43 2023 +0800

    Add docker repo link (#102)
---
 config.toml | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/config.toml b/config.toml
index cf8173e..7965677 100644
--- a/config.toml
+++ b/config.toml
@@ -78,11 +78,17 @@ defaultContentLanguage = 'en'
   url = "https://github.com/apache/kyuubi-client";
   weight = 2
 
+[[menu.main]]
+  name = "kyuubi-docker"
+  parent = "github"
+  url = "https://github.com/apache/kyuubi-docker";
+  weight = 3
+
 [[menu.main]]
   name = "kyuubi-website"
   parent = "github"
   url = "https://github.com/apache/kyuubi-website";
-  weight = 3
+  weight = 4
 
 [[menu.main]]
   name = "ASF"
@@ -188,11 +194,17 @@ defaultContentLanguage = 'en'
   url = "https://github.com/apache/kyuubi-client";
   weight = 2
 
+[[languages.zh.menu.main]]
+  name = "kyuubi-docker"
+  parent = "github"
+  url = "https://github.com/apache/kyuubi-docker";
+  weight = 3
+
 [[languages.zh.menu.main]]
   name = "kyuubi-website"
   parent = "github"
   url = "https://github.com/apache/kyuubi-website";
-  weight = 3
+  weight = 4
 
 [[languages.zh.menu.main]]
   name = "ASF"

Reply via email to