website/layouts/partials/downloadButton.html
zhuxiujuan28 c7b262b36a remove .adoc
Signed-off-by: zhuxiujuan28 <562873187@qq.com>
2024-09-13 11:03:30 +08:00

6 lines
578 B
HTML

<a href="{{ "docs/02-quickstart/01-install-kubesphere/" | 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/03-installation-and-upgrade/02-install-kubesphere/02-install-kubernetes-and-kubesphere/" | 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>