You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ya...@apache.org on 2022/04/12 07:33:08 UTC

[incubator-kyuubi-website] branch master updated: [KYUUBI #2327] Add a master nightly docs (#61)

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

yao 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 78d0a8f  [KYUUBI #2327] Add a master nightly docs (#61)
78d0a8f is described below

commit 78d0a8f73cd6de389b07614e49a5bdebad37cb89
Author: Ada Wang <rs...@foxmail.com>
AuthorDate: Tue Apr 12 15:33:05 2022 +0800

    [KYUUBI #2327] Add a master nightly docs (#61)
    
    * [KYUUBI #2327] Add a master nightly docs
    
    * update
---
 config.toml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/config.toml b/config.toml
index 036b066..aa30a4a 100644
--- a/config.toml
+++ b/config.toml
@@ -38,6 +38,12 @@ publishDir = "content"
    url = "docs/latest/index.html"
    weight = 1
 
+[[menu.main]]
+   name = "Master(unreleased)"
+   parent = "documentation"
+   url = "https://kyuubi.readthedocs.io/en/latest/index.html"
+   weight = 10
+
 [[menu.main]]
    name = "Community"
    identifier = "community"