File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -275,22 +275,34 @@ <h2 class="text-5xl font-medium" id="operate">Client APIs</h2>
275275< table >
276276< thead >
277277< tr >
278- < th style ="text-align:left "> "LinksLeft" (slice
278+ < th style ="text-align:left ">
279+ {{ partial "docs-section.html" (dict
280+
281+
282+ "LinksLeft" (slice
279283 (dict "Text" "Python" "URL" "./develop/clients/redis-py/")
280284 (dict "Text" "Python (vector)" "URL" "./integrate/redisvl/")
281285 (dict "Text" "C#/.NET" "URL" "./develop/clients/dotnet/")
282- )</ th >
283- < th style ="text-align:left "> "LinksLeft" (slice
286+ ) ) }}
287+ </ th >
288+
289+ < th style ="text-align:left "> {{ partial "docs-section.html" (dict
290+
291+ "LinksLeft" (slice
284292 (dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/")
285293 (dict "Text" "Java (synchronous)" "URL" "./develop/clients/jedis/")
286294 (dict "Text" "Java (asynchronous)" "URL" "./develop/clients/lettuce/")
287- )</ th >
288- < th style ="text-align:left "> "LinksLeft" (slice
295+ ) ) }}
296+ </ th >
297+ < th style ="text-align:left "> {{ partial "docs-section.html" (dict
298+
299+ "LinksLeft" (slice
289300 (dict "Text" "Go" "URL" "./develop/clients/go/")
290301 (dict "Text" "PHP" "URL" "./develop/clients/php/")
291302 (dict "Text" "Spring Data" "URL" "./integrate/spring-framework-cache/")
292303 (dict "Text" "More client APIs" "URL" "./develop/clients/")
293- )</ th >
304+ ) ) }}
305+ </ th >
294306</ tr >
295307</ thead >
296308</ table >
You can’t perform that action at this time.
0 commit comments