@@ -128,11 +128,7 @@ <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- "LinksLeft" (slice
132- (dict "Text" "Python" "URL" "./develop/clients/redis-py/")
133- (dict "Text" "Python (vector)" "URL" "./integrate/redisvl/")
134- (dict "Text" "C#/.NET" "URL" "./develop/clients/dotnet/")
135- )
131+
136132 ) }}
137133
138134
@@ -196,11 +192,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
196192 "Description" "Get started with the Redis Software for Kubernetes container image"
197193 "ButtonLink" "./operate/kubernetes/deployment/quick-start/"
198194 "ButtonLabel" "Kubernetes deployment quickstart"
199- "LinksLeft" (slice
200- (dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/")
201- (dict "Text" "Java (synchronous)" "URL" "./develop/clients/jedis/")
202- (dict "Text" "Java (asynchronous)" "URL" "./develop/clients/lettuce/")
203- )
195+
204196 ) }}
205197
206198
@@ -266,12 +258,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
266258 "Description" "Get started with the Redis Software integration for Prometheus"
267259 "ButtonLink" "./integrate/prometheus-with-redis-enterprise/"
268260 "ButtonLabel" "Prometheus and Grafana with Redis"
269- "LinksLeft" (slice
270- (dict "Text" "Go" "URL" "./develop/clients/go/")
271- (dict "Text" "PHP" "URL" "./develop/clients/php/")
272- (dict "Text" "Spring Data" "URL" "./integrate/spring-framework-cache/")
273- (dict "Text" "More client APIs" "URL" "./develop/clients/")
274- )
261+
275262 ) }}
276263
277264
@@ -281,8 +268,32 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
281268</ table >
282269
283270
284-
285-
271+ < h2 class ="text-5xl font-medium " id ="operate "> Client APIs</ h2 >
272+
273+
274+
275+ < table >
276+ < thead >
277+ < tr >
278+ < th style ="text-align:left "> "LinksLeft" (slice
279+ (dict "Text" "Python" "URL" "./develop/clients/redis-py/")
280+ (dict "Text" "Python (vector)" "URL" "./integrate/redisvl/")
281+ (dict "Text" "C#/.NET" "URL" "./develop/clients/dotnet/")
282+ )</ th >
283+ < th style ="text-align:left "> "LinksLeft" (slice
284+ (dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/")
285+ (dict "Text" "Java (synchronous)" "URL" "./develop/clients/jedis/")
286+ (dict "Text" "Java (asynchronous)" "URL" "./develop/clients/lettuce/")
287+ )</ th >
288+ < th style ="text-align:left "> "LinksLeft" (slice
289+ (dict "Text" "Go" "URL" "./develop/clients/go/")
290+ (dict "Text" "PHP" "URL" "./develop/clients/php/")
291+ (dict "Text" "Spring Data" "URL" "./integrate/spring-framework-cache/")
292+ (dict "Text" "More client APIs" "URL" "./develop/clients/")
293+ )</ th >
294+ </ tr >
295+ </ thead >
296+ </ table >
286297
287298
288299
0 commit comments