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 fb06739 remove-stable (#36)
fb06739 is described below
commit fb0673984910fafaa05b775f9aa0e1b9876df9b6
Author: ulysses <[email protected]>
AuthorDate: Tue Feb 15 14:13:04 2022 +0800
remove-stable (#36)
---
README.md | 2 +-
config.toml | 6 ------
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 283d54e..13152b9 100644
--- a/README.md
+++ b/README.md
@@ -66,4 +66,4 @@ The docs are not generated as part of the website.
They are built separately for each release of Kyuubi from the Kyuubi source
repository and then copied to the website under the ```content/docs```
directory.
-The sub-dir name should like ```r<version>``` such as ```r0.0.1```, please
also update soft links ```latest``` and ```stable```.
+The sub-dir name should like ```r<version>``` such as ```r0.0.1```, please
also update soft links ```latest```.
diff --git a/config.toml b/config.toml
index 252513b..9c30065 100644
--- a/config.toml
+++ b/config.toml
@@ -39,12 +39,6 @@ publishDir = "content"
weight = 1
[[menu.main]]
- name = "Stable"
- parent = "documentation"
- url = "docs/stable/index.html"
- weight = 2
-
-[[menu.main]]
name = "Community"
identifier = "community"
weight = 3