Skip to content

Commit

Permalink
Update home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mich-elle-luna authored Jan 7, 2025
1 parent 165e676 commit 6c775dd
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,22 +275,34 @@ <h2 class="text-5xl font-medium" id="operate">Client APIs</h2>
<table>
<thead>
<tr>
<th style="text-align:left"> "LinksLeft" (slice
<th style="text-align:left">
{{ partial "docs-section.html" (dict


"LinksLeft" (slice
(dict "Text" "Python" "URL" "./develop/clients/redis-py/")
(dict "Text" "Python (vector)" "URL" "./integrate/redisvl/")
(dict "Text" "C#/.NET" "URL" "./develop/clients/dotnet/")
)</th>
<th style="text-align:left"> "LinksLeft" (slice
) ) }}
</th>

<th style="text-align:left"> {{ partial "docs-section.html" (dict

"LinksLeft" (slice
(dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/")
(dict "Text" "Java (synchronous)" "URL" "./develop/clients/jedis/")
(dict "Text" "Java (asynchronous)" "URL" "./develop/clients/lettuce/")
)</th>
<th style="text-align:left">"LinksLeft" (slice
) ) }}
</th>
<th style="text-align:left"> {{ partial "docs-section.html" (dict

"LinksLeft" (slice
(dict "Text" "Go" "URL" "./develop/clients/go/")
(dict "Text" "PHP" "URL" "./develop/clients/php/")
(dict "Text" "Spring Data" "URL" "./integrate/spring-framework-cache/")
(dict "Text" "More client APIs" "URL" "./develop/clients/")
)</th>
) ) }}
</th>
</tr>
</thead>
</table>
Expand Down

0 comments on commit 6c775dd

Please sign in to comment.