Skip to content

Commit fa9a16f

Browse files
Update home.html
1 parent 1cd9b57 commit fa9a16f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

layouts/home.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
7474
<div class="lg:px-11 w-full flex flex-col gap-3">
7575
<h2 class="text-5xl font-medium" id="operate">Get Started</h2>
7676
{{ partial "docs-section.html" (dict
77-
"Title" "Quickly set up Redis"
77+
"Title" "Quickly set up a Redis cache, primary, vector, or custom database"
7878
"Description" "Set up a Free Redis-managed database on AWS, GCP, or Azure"
7979
"ButtonLink" "./operate/rc/rc-quickstart/"
8080
"ButtonLabel" "Redis Cloud quick start"
@@ -104,7 +104,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
104104
"Title" "Migrate data to or from Redis"
105105
"Description" "Migrate data from files, data generators, relational databases, or snapshots"
106106
"ButtonLink" "./integrate/riot/"
107-
"ButtonLabel" "Redis input and output CLI tool user guide"
107+
"ButtonLabel" "Redis input and output CLI tool"
108108
"LinksLeft" (slice
109109
(dict "Text" "Redis Input/Output Tool quick start" "URL" "./integrate/riot/quick-start/")
110110
)
@@ -127,16 +127,16 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
127127
<div class="lg:px-11 w-full flex flex-col gap-3">
128128
<h2 class="text-5xl font-medium" id="operate">Deploy</h2>
129129
{{ partial "docs-section.html" (dict
130-
"Title" "Control your Redis deployments on-premises or on cloud platforms"
131-
"Description" "Robust support for hybrid and geo-distributed environments"
130+
"Title" "Control your Redis deployments on-premises and on cloud platforms"
131+
"Description" "Robust support for hybrid and multi-AZ environments"
132132
"ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/"
133133
"ButtonLabel" "Redis deployment planning"
134134
"LinksLeft" (slice
135135
(dict "Text" "Active-Active geo-distributed Redis" "URL" "./operate/rs/databases/active-active/")
136136
)
137137
) }}
138138
{{ partial "docs-section.html" (dict
139-
"Title" "Deploy on containers running in Kubernetes"
139+
"Title" "Deploy on Kubernetes"
140140
"Description" "Get started with the Redis Software for Kubernetes container image"
141141
"ButtonLink" "./operate/kubernetes/deployment/quick-start/"
142142
"ButtonLabel" "Kubernetes deployment guide"
@@ -157,7 +157,7 @@ <h2 class="text-5xl font-medium" id="operate">Deploy</h2>
157157
"Title" "Monitor Redis with Prometheus"
158158
"Description" "Get started with the Redis Software integration for Prometheus and Grafana"
159159
"ButtonLink" "./integrate/prometheus-with-redis-enterprise/"
160-
"ButtonLabel" "Prometheus and Grafana with Redis Software"
160+
"ButtonLabel" "Prometheus and Grafana with Redis"
161161
"LinksLeft" (slice
162162
(dict "Text" "Prometheus and Grafana with Redis Cloud" "URL" "./integrate/prometheus-with-redis-cloud/")
163163
)

0 commit comments

Comments
 (0)