Skip to content

Commit 34414e3

Browse files
Update home.html
1 parent 74cb4ce commit 34414e3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

layouts/home.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ <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+
"LinksLeftTitle" "Client API library guides"
132+
"LinksLeft" (slice
133+
(dict "Text" "Official Python client" "URL" "./develop/clients/redis-py/")
134+
(dict "Text" "Python Vector Library" "URL" "./integrate/redisvl/")
135+
(dict "Text" "C#/.NET" "URL" "./develop/clients/dotnet/")
136+
)
131137
) }}
132138

133139

@@ -191,6 +197,11 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
191197
"Description" "Get started with the Redis Software for Kubernetes container image"
192198
"ButtonLink" "./operate/kubernetes/deployment/quick-start/"
193199
"ButtonLabel" "Kubernetes deployment quickstart"
200+
"LinksLeft" (slice
201+
(dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/")
202+
(dict "Text" "Java (synchronous)" "URL" "./develop/clients/jedis/")
203+
(dict "Text" "Java (asynchronous)" "URL" "./develop/clients/lettuce/")
204+
)
194205
) }}
195206

196207

@@ -256,6 +267,11 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
256267
"Description" "Get started with the Redis Software integration for Prometheus"
257268
"ButtonLink" "./integrate/prometheus-with-redis-enterprise/"
258269
"ButtonLabel" "Prometheus and Grafana with Redis"
270+
"LinksLeft" (slice
271+
(dict "Text" "Go" "URL" "./develop/clients/go/")
272+
(dict "Text" "PHP" "URL" "./develop/clients/php/")
273+
(dict "Text" "More client libraries" "URL" "./develop/clients/")
274+
)
259275
) }}
260276

261277

0 commit comments

Comments
 (0)