From 6c775dd2afa47db7f7db834f773d6c8dedf2a565 Mon Sep 17 00:00:00 2001 From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:53:53 -0800 Subject: [PATCH] Update home.html --- layouts/home.html | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/layouts/home.html b/layouts/home.html index 6f472a024..bbce1b4c8 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -275,22 +275,34 @@

Client APIs

- - + + - + + ) ) }} +
"LinksLeft" (slice + + {{ 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/") - ) "LinksLeft" (slice + ) ) }} + {{ 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/") - )"LinksLeft" (slice + ) ) }} + {{ 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/") - )