File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments