mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
add kubedesign and extension links
Signed-off-by: bestpala <pala@kubesphere.io>
This commit is contained in:
parent
23dfe4a6f9
commit
c27b1ecfb5
|
|
@ -173,6 +173,18 @@ hasChildren = true
|
|||
name = "v3.3"
|
||||
URL = "/docs/v3.3"
|
||||
weight = 44
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
parent = "Documentation"
|
||||
name = "Extension Development"
|
||||
URL = "https://dev-guide.kubesphere.io/extension-dev-guide/en/ "
|
||||
weight = 45
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
parent = "Documentation"
|
||||
name = "Kube Design"
|
||||
URL = "https://kube.design/"
|
||||
weight = 46
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
weight = 5
|
||||
|
|
@ -311,6 +323,18 @@ name = "文档中心"
|
|||
URL = "/docs/v3.3"
|
||||
weight = 44
|
||||
|
||||
[[languages.zh.menu.main]]
|
||||
parent = "文档中心"
|
||||
name = "扩展组件开发"
|
||||
URL = "https://dev-guide.kubesphere.io/extension-dev-guide/zh/"
|
||||
weight = 45
|
||||
|
||||
[[languages.zh.menu.main]]
|
||||
parent = "文档中心"
|
||||
name = "Kube Design"
|
||||
URL = "https://kube.design/"
|
||||
weight = 46
|
||||
|
||||
[[languages.zh.menu.main]]
|
||||
weight = 5
|
||||
hasChildren = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue