@@ -74,7 +74,7 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
74
74
< div class ="lg:px-11 w-full flex flex-col gap-3 ">
75
75
< h2 class ="text-5xl font-medium " id ="operate "> Get Started</ h2 >
76
76
{{ partial "docs-section.html" (dict
77
- "Title" "Quickly set up Redis"
77
+ "Title" "Quickly set up a Redis cache, primary, vector, or custom database "
78
78
"Description" "Set up a Free Redis-managed database on AWS, GCP, or Azure"
79
79
"ButtonLink" "./operate/rc/rc-quickstart/"
80
80
"ButtonLabel" "Redis Cloud quick start"
@@ -104,7 +104,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
104
104
"Title" "Migrate data to or from Redis"
105
105
"Description" "Migrate data from files, data generators, relational databases, or snapshots"
106
106
"ButtonLink" "./integrate/riot/"
107
- "ButtonLabel" "Redis input and output CLI tool user guide "
107
+ "ButtonLabel" "Redis input and output CLI tool"
108
108
"LinksLeft" (slice
109
109
(dict "Text" "Redis Input/Output Tool quick start" "URL" "./integrate/riot/quick-start/")
110
110
)
@@ -127,16 +127,16 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
127
127
< div class ="lg:px-11 w-full flex flex-col gap-3 ">
128
128
< h2 class ="text-5xl font-medium " id ="operate "> Deploy</ h2 >
129
129
{{ 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"
132
132
"ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/"
133
133
"ButtonLabel" "Redis deployment planning"
134
134
"LinksLeft" (slice
135
135
(dict "Text" "Active-Active geo-distributed Redis" "URL" "./operate/rs/databases/active-active/")
136
136
)
137
137
) }}
138
138
{{ partial "docs-section.html" (dict
139
- "Title" "Deploy on containers running in Kubernetes"
139
+ "Title" "Deploy on Kubernetes"
140
140
"Description" "Get started with the Redis Software for Kubernetes container image"
141
141
"ButtonLink" "./operate/kubernetes/deployment/quick-start/"
142
142
"ButtonLabel" "Kubernetes deployment guide"
@@ -157,7 +157,7 @@ <h2 class="text-5xl font-medium" id="operate">Deploy</h2>
157
157
"Title" "Monitor Redis with Prometheus"
158
158
"Description" "Get started with the Redis Software integration for Prometheus and Grafana"
159
159
"ButtonLink" "./integrate/prometheus-with-redis-enterprise/"
160
- "ButtonLabel" "Prometheus and Grafana with Redis Software "
160
+ "ButtonLabel" "Prometheus and Grafana with Redis"
161
161
"LinksLeft" (slice
162
162
(dict "Text" "Prometheus and Grafana with Redis Cloud" "URL" "./integrate/prometheus-with-redis-cloud/")
163
163
)
0 commit comments