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 6c775dd commit 78b2395
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,6 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
</tr>
</tbody>
</table>


<h2 class="text-5xl font-medium" id="operate">Client APIs</h2>



Expand All @@ -277,7 +274,8 @@ <h2 class="text-5xl font-medium" id="operate">Client APIs</h2>
<tr>
<th style="text-align:left">
{{ 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/")
Expand All @@ -286,16 +284,19 @@ <h2 class="text-5xl font-medium" id="operate">Client APIs</h2>
) ) }}
</th>

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

<th style="text-align:left">
{{ 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/")
(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" "PHP" "URL" "./develop/clients/php/")
Expand Down

0 comments on commit 78b2395

Please sign in to comment.