mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
update defaul URL for documentation (v3.0.0)
Signed-off-by: FeynmanZhou <pengfeizhou@yunify.com>
This commit is contained in:
parent
8a76f82b9a
commit
ba4b8643b0
|
|
@ -98,6 +98,30 @@ weight = 4
|
|||
name = "Documentation"
|
||||
URL = "https://kubesphere.io/docs/"
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
parent = "Documentation"
|
||||
name = "v3.0.0"
|
||||
URL = "https://kubesphere.io/docs"
|
||||
weight = 1
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
parent = "Documentation"
|
||||
name = "v2.1.x"
|
||||
URL = "https://v2-1.docs.kubesphere.io/docs"
|
||||
weight = 2
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
parent = "Documentation"
|
||||
name = "v2.0.x"
|
||||
URL = "https://v2-0.docs.kubesphere.io/docs/"
|
||||
weight = 3
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
parent = "Documentation"
|
||||
name = "v1.0.0"
|
||||
URL = "https://v1-0.docs.kubesphere.io/docs/"
|
||||
weight = 4
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
weight = 5
|
||||
hasChildren = true
|
||||
|
|
@ -198,8 +222,31 @@ hasChildren = true
|
|||
|
||||
[[languages.zh.menu.main]]
|
||||
weight = 4
|
||||
hasChildren = true
|
||||
name = "文档中心"
|
||||
URL = "https://kubesphere.com.cn/docs/zh-CN/"
|
||||
[[languages.zh.menu.main]]
|
||||
parent = "文档中心"
|
||||
name = "v3.0.0"
|
||||
URL = "https://kubesphere.com.cn/docs"
|
||||
weight = 1
|
||||
|
||||
[[languages.zh.menu.main]]
|
||||
parent = "文档中心"
|
||||
name = "v2.1.x"
|
||||
URL = "https://v2-1.docs.kubesphere.io/docs/zh-CN/"
|
||||
weight = 2
|
||||
|
||||
[[languages.zh.menu.main]]
|
||||
parent = "文档中心"
|
||||
name = "v2.0.x"
|
||||
URL = "https://v2-0.docs.kubesphere.io/docs/zh-CN/"
|
||||
weight = 3
|
||||
|
||||
[[languages.zh.menu.main]]
|
||||
parent = "文档中心"
|
||||
name = "v1.0.0"
|
||||
URL = "https://v1-0.docs.kubesphere.io/docs/zh-CN/"
|
||||
weight = 4
|
||||
|
||||
[[languages.zh.menu.main]]
|
||||
weight = 5
|
||||
|
|
|
|||
|
|
@ -66,6 +66,30 @@ weight = 4
|
|||
name = "Documentation"
|
||||
URL = "https://kubesphere.io/docs/"
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
parent = "Documentation"
|
||||
name = "v3.0.0"
|
||||
URL = "https://kubesphere.io/docs"
|
||||
weight = 1
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
parent = "Documentation"
|
||||
name = "v2.1.x"
|
||||
URL = "https://v2-1.docs.kubesphere.io/docs"
|
||||
weight = 2
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
parent = "Documentation"
|
||||
name = "v2.0.x"
|
||||
URL = "https://v2-0.docs.kubesphere.io/docs/"
|
||||
weight = 3
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
parent = "Documentation"
|
||||
name = "v1.0.0"
|
||||
URL = "https://v1-0.docs.kubesphere.io/docs/"
|
||||
weight = 4
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
weight = 5
|
||||
hasChildren = true
|
||||
|
|
@ -298,4 +322,4 @@ name = "Topluluk"
|
|||
parent = "Topluluk"
|
||||
name = "Partnerler"
|
||||
URL = "partner"
|
||||
weight = 3
|
||||
weight = 3
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@ section1:
|
|||
topic: The Kubernetes platform tailored for hybrid multicloud
|
||||
content: KubeSphere is a distributed operating system managing cloud native applications with Kubernetes as its kernel, and provides plug-and-play architecture for the seamless integration of third-party applications to boost its ecosystem.
|
||||
btnContent1: Install on Kubernetes
|
||||
downloadLink1: "https://kubesphere.io/docs/installation/install-on-k8s/"
|
||||
downloadLink1: "https://kubesphere.io/docs/quick-start/minimal-kubesphere-on-k8s/"
|
||||
btnContent2: Install on Linux
|
||||
downloadLink2: "https://kubesphere.io/docs/installation/all-in-one/"
|
||||
downloadLink2: "https://kubesphere.io/docs/quick-start/all-in-one-on-linux/"
|
||||
|
||||
section2:
|
||||
title: One Platform for Full Stack Solutions
|
||||
|
|
|
|||
Loading…
Reference in New Issue