mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
fix: Update demo tooltip text (#2616)
Signed-off-by: TheYoungManLi <cjl@kubesphere.io>
This commit is contained in:
parent
15dda94c55
commit
889ba5a0d3
|
|
@ -8,6 +8,8 @@ addBaiduAnalytics = true
|
|||
|
||||
bilibiliLink = "https://space.bilibili.com/438908638"
|
||||
|
||||
DemoLink = "https://kubesphere.cloud/console/managed-cluster/"
|
||||
|
||||
[languages.en.params]
|
||||
useSendcloud = true
|
||||
mailchimpSubscribeUrl = "https://www.sendcloud.net/v3/api/subInvite/subscription?invitecode=1dc5a4fb-894c-4470-b01d-ca7fa9d47a46"
|
||||
|
|
|
|||
|
|
@ -8,4 +8,5 @@ hotjarTracking = true
|
|||
youtubeLink = "https://www.youtube.com/c/KubeSphere"
|
||||
addLinkedin = true
|
||||
addTwitter = true
|
||||
useSendcloud = false
|
||||
useSendcloud = false
|
||||
DemoLink = "https://kubesphere.cloud/en/console/managed-cluster/"
|
||||
|
|
@ -35,11 +35,13 @@
|
|||
- id: Demo
|
||||
translation: Demo
|
||||
- id: demo content 1
|
||||
translation: "1.Experience account: demo1 / Demo1234"
|
||||
translation: "1.Create an account and log in to the KubeSphere Cloud platform."
|
||||
- id: demo content 2
|
||||
translation: 2.This account is only allowed to view parts of UI
|
||||
translation: 2.In the upper-right corner, click Console, and then click Managed Cluster.
|
||||
- id: demo content 3
|
||||
translation: 3.It's recommended that install KubeSphere in your environment
|
||||
translation: 3.Create a K8s cluster with KubeSphere installed.
|
||||
- id: demo content 4
|
||||
translation: 4.Access KubeSphere with the default account and password (admin/P@88word).
|
||||
- id: Coming Soon
|
||||
translation: Coming Soon
|
||||
- id: Read More
|
||||
|
|
|
|||
|
|
@ -37,11 +37,11 @@
|
|||
- id: Demo
|
||||
translation: Demo
|
||||
- id: demo content 1
|
||||
translation: "1.体验账号: demo1 / Demo1234"
|
||||
translation: "1.创建账户并登录。"
|
||||
- id: demo content 2
|
||||
translation: 2.该账号仅开放了部分 UI 界面查看权限
|
||||
translation: 2.进入管理控制台,点击创建托管集群服务。
|
||||
- id: demo content 3
|
||||
translation: 3.建议自行安装体验完整的管理功能
|
||||
translation: 3.使用默认账户和密码 (admin/P@88word)登录 KubeSphere。
|
||||
- id: Coming Soon
|
||||
translation: Coming Soon
|
||||
- id: Read More
|
||||
|
|
|
|||
|
|
@ -77,13 +77,15 @@
|
|||
{{ end }}
|
||||
</li>
|
||||
<li class='btn-li'>
|
||||
<a href="https://kubesphere.cloud/console/managed-cluster/" target="_blank" rel="noopener noreferrer">
|
||||
<a href="{{ .Site.Params.DemoLink }}" target="_blank" rel="noopener noreferrer">
|
||||
<button class="demo-btn">{{ i18n "Demo" }} →</button>
|
||||
</a>
|
||||
<ol class="dropdown-menu">
|
||||
<li>{{ i18n "demo content 1" }}</li>
|
||||
<li>{{ i18n "demo content 2" }}</li>
|
||||
<li>{{ i18n "demo content 3" }}</li>
|
||||
<li>{{ i18n "demo content 4" }}</li>
|
||||
<li>{{ i18n "demo content 5" }}</li>
|
||||
</ol>
|
||||
</li>
|
||||
<!-- <li class='link-li'>
|
||||
|
|
@ -138,7 +140,7 @@
|
|||
|
||||
</ul>
|
||||
<div class="btn-div">
|
||||
<a href="https://kubesphere.cloud/console/managed-cluster/" target="_blank" rel="noopener noreferrer">
|
||||
<a href="{{ .Site.Params.DemoLink }}" target="_blank" rel="noopener noreferrer">
|
||||
<button class="demo-btn">{{ i18n "Demo" }} →</button>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue