diff --git a/layouts/home.html b/layouts/home.html index bbce1b4c8..4e9672b72 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -266,9 +266,6 @@

Get Started

- - -

Client APIs

@@ -277,7 +274,8 @@

Client APIs

{{ partial "docs-section.html" (dict - + "ButtonLink" "./develop/clients/" + "ButtonLabel" "Connect with Redis client API libraries" "LinksLeft" (slice (dict "Text" "Python" "URL" "./develop/clients/redis-py/") @@ -286,8 +284,10 @@

Client APIs

) ) }} - {{ partial "docs-section.html" (dict - + + {{ partial "docs-section.html" (dict + "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/") @@ -295,7 +295,8 @@

Client APIs

) ) }} {{ 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" "PHP" "URL" "./develop/clients/php/")