Skip to content

Commit 6c775dd

Browse files
Update home.html
1 parent 165e676 commit 6c775dd

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

layouts/home.html

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -275,22 +275,34 @@ <h2 class="text-5xl font-medium" id="operate">Client APIs</h2>
275275
<table>
276276
<thead>
277277
<tr>
278-
<th style="text-align:left"> "LinksLeft" (slice
278+
<th style="text-align:left">
279+
{{ partial "docs-section.html" (dict
280+
281+
282+
"LinksLeft" (slice
279283
(dict "Text" "Python" "URL" "./develop/clients/redis-py/")
280284
(dict "Text" "Python (vector)" "URL" "./integrate/redisvl/")
281285
(dict "Text" "C#/.NET" "URL" "./develop/clients/dotnet/")
282-
)</th>
283-
<th style="text-align:left"> "LinksLeft" (slice
286+
) ) }}
287+
</th>
288+
289+
<th style="text-align:left"> {{ partial "docs-section.html" (dict
290+
291+
"LinksLeft" (slice
284292
(dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/")
285293
(dict "Text" "Java (synchronous)" "URL" "./develop/clients/jedis/")
286294
(dict "Text" "Java (asynchronous)" "URL" "./develop/clients/lettuce/")
287-
)</th>
288-
<th style="text-align:left">"LinksLeft" (slice
295+
) ) }}
296+
</th>
297+
<th style="text-align:left"> {{ partial "docs-section.html" (dict
298+
299+
"LinksLeft" (slice
289300
(dict "Text" "Go" "URL" "./develop/clients/go/")
290301
(dict "Text" "PHP" "URL" "./develop/clients/php/")
291302
(dict "Text" "Spring Data" "URL" "./integrate/spring-framework-cache/")
292303
(dict "Text" "More client APIs" "URL" "./develop/clients/")
293-
)</th>
304+
) ) }}
305+
</th>
294306
</tr>
295307
</thead>
296308
</table>

0 commit comments

Comments
 (0)