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 78b2395 commit 8b37dba
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
(dict "Text" "Python" "URL" "./develop/clients/redis-py/")
(dict "Text" "Python (vector)" "URL" "./integrate/redisvl/")
(dict "Text" "C#/.NET" "URL" "./develop/clients/dotnet/")
(dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/")
(dict "Text" "Java (synchronous)" "URL" "./develop/clients/jedis/")
) ) }}
</th>

Expand All @@ -289,21 +291,14 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
"ButtonLink" "./develop/tools/"
"ButtonLabel" "Tools to connect to a Redis server"
"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"> {{ partial "docs-section.html" (dict
"ButtonLink" "./develop/clients/client-side-caching/"
"ButtonLabel" "Client-side caching introduction"
"LinksLeft" (slice
(dict "Text" "Go" "URL" "./develop/clients/go/")
(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>

</tr>
</thead>
</table>
Expand Down

0 comments on commit 8b37dba

Please sign in to comment.