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 568429f  Add 1.3.0-incubating in doc menu bar
568429f is described below

commit 568429f1d803e931f50cf23696658a94da0967b2
Author: Cheng Pan <[email protected]>
AuthorDate: Fri Sep 17 16:31:44 2021 +0800

    Add 1.3.0-incubating in doc menu bar
---
 config.toml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/config.toml b/config.toml
index a471420..52c2bed 100644
--- a/config.toml
+++ b/config.toml
@@ -42,16 +42,16 @@ publishDir = "content"
    parent = "documentation"
    url = "docs/stable/index.html"
 
-
-
+[[menu.main]]
+   name = "1.3.0-incubating"
+   parent = "documentation"
+   url = "docs/r1.3.0-incubating/index.html"
 
 [[menu.main]]
    name = "Community"
    identifier = "community"
    weight = 3
 
-
-
 [[menu.main]]
    name = "Development"
    identifier = "development"

Reply via email to