website/layouts/partials/downloadButton.html
liuboaibc aae766df93 add download btn
Signed-off-by: liuboaibc <kukudehero@gmail.com>
2021-05-27 18:37:44 +08:00

6 lines
434 B
HTML

<a href="{{ "docs/quick-start/minimal-kubesphere-on-k8s/" | relLangURL }}" 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 }}" target="_blank" rel="noopener noreferrer">
<button class='download-btn download-btn2 common-btn'>{{ i18n "Install on Linux" }}</button>
</a>