Skip to content

Commit 78b2395

Browse files
Update home.html
1 parent 6c775dd commit 78b2395

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

layouts/home.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,6 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
266266
</tr>
267267
</tbody>
268268
</table>
269-
270-
271-
<h2 class="text-5xl font-medium" id="operate">Client APIs</h2>
272269

273270

274271

@@ -277,7 +274,8 @@ <h2 class="text-5xl font-medium" id="operate">Client APIs</h2>
277274
<tr>
278275
<th style="text-align:left">
279276
{{ partial "docs-section.html" (dict
280-
277+
"ButtonLink" "./develop/clients/"
278+
"ButtonLabel" "Connect with Redis client API libraries"
281279

282280
"LinksLeft" (slice
283281
(dict "Text" "Python" "URL" "./develop/clients/redis-py/")
@@ -286,16 +284,19 @@ <h2 class="text-5xl font-medium" id="operate">Client APIs</h2>
286284
) ) }}
287285
</th>
288286

289-
<th style="text-align:left"> {{ partial "docs-section.html" (dict
290-
287+
<th style="text-align:left">
288+
{{ partial "docs-section.html" (dict
289+
"ButtonLink" "./develop/tools/"
290+
"ButtonLabel" "Tools to connect to a Redis server"
291291
"LinksLeft" (slice
292292
(dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/")
293293
(dict "Text" "Java (synchronous)" "URL" "./develop/clients/jedis/")
294294
(dict "Text" "Java (asynchronous)" "URL" "./develop/clients/lettuce/")
295295
) ) }}
296296
</th>
297297
<th style="text-align:left"> {{ partial "docs-section.html" (dict
298-
298+
"ButtonLink" "./develop/clients/client-side-caching/"
299+
"ButtonLabel" "Client-side caching introduction"
299300
"LinksLeft" (slice
300301
(dict "Text" "Go" "URL" "./develop/clients/go/")
301302
(dict "Text" "PHP" "URL" "./develop/clients/php/")

0 commit comments

Comments
 (0)