From f46a5b480d6466a867851c7d13654ce891ce31f1 Mon Sep 17 00:00:00 2001
From: Bettygogo2021 <91529409+Bettygogo2021@users.noreply.github.com>
Date: Mon, 29 Aug 2022 11:47:03 +0800
Subject: [PATCH] fix display issues
Signed-off-by: Bettygogo2021 <91529409+Bettygogo2021@users.noreply.github.com>
---
config/_default/config.toml | 37 +++++++++++++++++++++++++------------
1 file changed, 25 insertions(+), 12 deletions(-)
diff --git a/config/_default/config.toml b/config/_default/config.toml
index 381d72a2b..5dbf306be 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -107,41 +107,47 @@ weight = 4
name = "Documentation"
hasChildren = true
+ [[languages.en.menu.main]]
+ parent = "Documentation"
+ name = "v3.3.0"
+ URL = "https://kubesphere.io/docs/v3.3/"
+ weight = 1
+
[[languages.en.menu.main]]
parent = "Documentation"
name = "v3.2.x
"
URL = "https://v3-2.docs.kubesphere.io/docs"
- weight = 1
+ weight = 2
[[languages.en.menu.main]]
parent = "Documentation"
name = "v3.1.x"
URL = "https://v3-1.docs.kubesphere.io/docs"
- weight = 2
+ weight = 3
[[languages.en.menu.main]]
parent = "Documentation"
name = "v3.0.0"
URL = "https://v3-0.docs.kubesphere.io/docs"
- weight = 3
+ weight = 4
[[languages.en.menu.main]]
parent = "Documentation"
name = "v2.1.x"
URL = "https://v2-1.docs.kubesphere.io/docs"
- weight = 4
+ weight = 5
[[languages.en.menu.main]]
parent = "Documentation"
name = "v2.0.x"
URL = "https://v2-0.docs.kubesphere.io/docs/"
- weight = 5
+ weight = 6
[[languages.en.menu.main]]
parent = "Documentation"
name = "v1.0.0"
URL = "https://v1-0.docs.kubesphere.io/docs/"
- weight = 6
+ weight = 7
[[languages.en.menu.main]]
weight = 5
@@ -260,41 +266,48 @@ hasChildren = true
weight = 4
hasChildren = true
name = "文档中心"
+
+ [[languages.zh.menu.main]]
+ parent = "文档中心"
+ name = "v3.3.0"
+ URL = "https://kubesphere.io/zh/docs/v3.3/"
+ weight = 1
+
[[languages.zh.menu.main]]
parent = "文档中心"
name = "v3.2.x
"
URL = "/docs/"
- weight = 1
+ weight = 2
[[languages.zh.menu.main]]
parent = "文档中心"
name = "v3.1.x"
URL = "https://v3-1.docs.kubesphere.io/zh/docs/"
- weight = 2
+ weight = 3
[[languages.zh.menu.main]]
parent = "文档中心"
name = "v3.0.0"
URL = "https://v3-0.docs.kubesphere.io/zh/docs/"
- weight = 3
+ weight = 4
[[languages.zh.menu.main]]
parent = "文档中心"
name = "v2.1.x"
URL = "https://v2-1.docs.kubesphere.io/docs/zh-CN/"
- weight = 4
+ weight = 5
[[languages.zh.menu.main]]
parent = "文档中心"
name = "v2.0.x"
URL = "https://v2-0.docs.kubesphere.io/docs/zh-CN/"
- weight = 5
+ weight = 6
[[languages.zh.menu.main]]
parent = "文档中心"
name = "v1.0.0"
URL = "https://v1-0.docs.kubesphere.io/docs/zh-CN/"
- weight = 6
+ weight = 7
[[languages.zh.menu.main]]
weight = 5