Skip to content

Commit 6d2c8a5

Browse files
Update home.html
1 parent d128915 commit 6d2c8a5

File tree

1 file changed

+11
-24
lines changed

1 file changed

+11
-24
lines changed

layouts/home.html

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,17 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
109109
(dict "Text" "Redis Input/Output Tool quickstart guide" "URL" "./integrate/riot/quick-start/")
110110
)
111111
) }}
112+
{{ partial "docs-section.html" (dict
113+
"ButtonLink" "./develop/clients/"
114+
"ButtonLabel" "Connect with Redis client API libraries"
115+
116+
"LinksLeft" (slice
117+
(dict "Text" "Python" "URL" "./develop/clients/redis-py/")
118+
(dict "Text" "Python (vector)" "URL" "./integrate/redisvl/")
119+
(dict "Text" "C#/.NET" "URL" "./develop/clients/dotnet/")
120+
(dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/")
121+
(dict "Text" "Java (synchronous)" "URL" "./develop/clients/jedis/")
122+
) ) }}
112123
</div>
113124
<div class="lg:px-11 w-full flex flex-col gap-3">
114125
<h2 class="text-5xl font-medium" id="operate">Deploy</h2>
@@ -148,25 +159,6 @@ <h2 class="text-5xl font-medium" id="operate">Deploy</h2>
148159
(dict "Text" "Prometheus and Graphana with Redis Cloud guide" "URL" "./integrate/prometheus-with-redis-cloud/")
149160
)
150161
) }}
151-
152-
<table>
153-
<thead>
154-
<tr>
155-
<th style="text-align:left">
156-
{{ partial "docs-section.html" (dict
157-
"ButtonLink" "./develop/clients/"
158-
"ButtonLabel" "Connect with Redis client API libraries"
159-
160-
"LinksLeft" (slice
161-
(dict "Text" "Python" "URL" "./develop/clients/redis-py/")
162-
(dict "Text" "Python (vector)" "URL" "./integrate/redisvl/")
163-
(dict "Text" "C#/.NET" "URL" "./develop/clients/dotnet/")
164-
(dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/")
165-
(dict "Text" "Java (synchronous)" "URL" "./develop/clients/jedis/")
166-
) ) }}
167-
</th>
168-
169-
<th style="text-align:left">
170162
{{ partial "docs-section.html" (dict
171163
"ButtonLink" "./develop/tools/"
172164
"ButtonLabel" "Tools to connect to a Redis server"
@@ -177,11 +169,6 @@ <h2 class="text-5xl font-medium" id="operate">Deploy</h2>
177169
(dict "Text" "Spring Data" "URL" "./integrate/spring-framework-cache/")
178170
(dict "Text" "More client APIs" "URL" "./develop/clients/")
179171
) ) }}
180-
</th>
181-
182-
</tr>
183-
</thead>
184-
</table>
185172

186173
</div>
187174
</div>

0 commit comments

Comments
 (0)