fix links in homepage

Signed-off-by: zhuxiujuan28 <562873187@qq.com>
This commit is contained in:
zhuxiujuan28 2024-09-13 10:56:27 +08:00
parent 9b37f423b6
commit 54b41009f1
3 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
---
title: "在 Linux 上以 All-in-One 模式安装 KubeSphere"
linkTitle: "在 Linux 上以 All-in-One 模式安装 KubeSphere"
title: "在 Kubernetes 上快速安装 KubeSphere"
linkTitle: "在 Kubernetes 上快速安装 KubeSphere"
keywords: 'KubeSphere, Kubernetes, All-in-One, 安装'
description: '了解如何在 Linux 上最小化安装 KubeSphere。'
description: '了解如何快速部署 Kubernetes 和 KubeSphere。'
weight: 01
---

View File

@ -1,6 +1,6 @@
---
title: "安装 Kubernetes 和 KubeSphere"
linkTitle: "安装 Kubernetes 和 KubeSphere"
title: "在 Linux 上安装 Kubernetes 和 KubeSphere"
linkTitle: "在 Linux 上安装 Kubernetes 和 KubeSphere"
keywords: "Kubernetes, {ks_product}, 安装, 安装{ks_product_left}, 安装 Kubernetes"
description: "介绍如何在生产环境中安装 Kubernetes 和{ks_product_left}。"
weight: 02

View File

@ -1,6 +1,6 @@
<a href="{{ "docs/quick-start/minimal-kubesphere-on-k8s/" | relLangURL }}" aria-label="{{ i18n "Install on Kubernetes" }}" target="_blank" rel="noopener noreferrer">
<a href="{{ "docs/02-quickstart/01-install-kubesphere.adoc/" | relLangURL }}" aria-label="{{ i18n "Install on Kubernetes" }}" target="_blank" rel="noopener noreferrer">
<button class='download-btn download-btn1 common-btn'>{{ i18n "Install on Kubernetes" }}</button>
</a>
<a href="{{ "docs/quick-start/all-in-one-on-linux/" | relLangURL }}" aria-label="{{ i18n "Install on Linux" }}" target="_blank" rel="noopener noreferrer">
<a href="{{ "docs/03-installation-and-upgrade/02-install-kubesphere/02-install-kubernetes-and-kubesphere.adoc" | relLangURL }}" aria-label="{{ i18n "Install on Linux" }}" target="_blank" rel="noopener noreferrer">
<button class='download-btn download-btn2 common-btn'>{{ i18n "Install on Linux" }}</button>
</a>