Skip to content

Commit 61874e1

Browse files
Update home.html
1 parent 8b37dba commit 61874e1

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

layouts/home.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,10 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
128128
"Description" "Install and use Redis Stack on Linux, macOS, Windows, or Docker"
129129
"ButtonLink" "./operate/oss_and_stack/install/install-stack/"
130130
"ButtonLabel" "Redis Stack install guide"
131-
132-
) }}
131+
"LinksLeft" (slice
132+
(dict "Text" "Install Redis Community Edition" "URL" "./operate/oss_and_stack/install/install-redis")
133+
) ) }}
134+
133135

134136

135137
</td>
@@ -192,8 +194,10 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
192194
"Description" "Get started with the Redis Software for Kubernetes container image"
193195
"ButtonLink" "./operate/kubernetes/deployment/quick-start/"
194196
"ButtonLabel" "Kubernetes deployment quickstart"
197+
"LinksLeft" (slice
198+
(dict "Text" "Manage Redis clusters" "URL" "./operate/rs/clusters/")
199+
) ) }}
195200

196-
) }}
197201

198202

199203
</td>
@@ -258,8 +262,10 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
258262
"Description" "Get started with the Redis Software integration for Prometheus"
259263
"ButtonLink" "./integrate/prometheus-with-redis-enterprise/"
260264
"ButtonLabel" "Prometheus and Grafana with Redis"
265+
"LinksLeft" (slice
266+
(dict "Text" "Optimize Redis clusters" "URL" "./operate/rs/clusters/optimize")
267+
) ) }}
261268

262-
) }}
263269

264270

265271
</td>

0 commit comments

Comments
 (0)