Skip to content

Commit 47d9b7b

Browse files
DOC-5131 implemented feedback
1 parent 885e782 commit 47d9b7b

File tree

4 files changed

+33
-169
lines changed

4 files changed

+33
-169
lines changed

content/develop/_index.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,36 @@ on your machine. Then, explore Redis with your favorite
1414
or analyze and manage your database with our
1515
[UI tools]({{< relref "/develop/tools" >}}):
1616

17-
{{< client-splash >}}
17+
| | Get started | Document search | Vector search |
18+
|:----- | :-----: | :-----: | :-----:|
19+
| [Python]({{< relref "/develop/clients/redis-py" >}}) | [See Python examples]({{< relref "/develop/clients/redis-py/connect" >}}) | [See Python examples]({{< relref "/develop/clients/redis-py/queryjson" >}}) | [See Python examples]({{< relref "/develop/clients/redis-py/vecsearch" >}}) |
20+
| [C#/.NET]({{< relref "/develop/clients/dotnet" >}}) | [See C# examples]({{< relref "/develop/clients/dotnet/connect" >}}) | [See C# examples]({{< relref "/develop/clients/dotnet/queryjson" >}}) | [See C# examples]({{< relref "/develop/clients/dotnet/vecsearch" >}}) |
21+
| [Node.js]({{< relref "/develop/clients/nodejs" >}}) | [See JS examples]({{< relref "/develop/clients/nodejs/connect" >}}) | [See JS examples]({{< relref "/develop/clients/nodejs/queryjson" >}}) | [See JS examples]({{< relref "/develop/clients/nodejs/vecsearch" >}}) |
22+
| [Java]({{< relref "/develop/clients/jedis" >}}) | [See Java examples]({{< relref "/develop/clients/jedis/connect" >}}) | [See Java examples]({{< relref "/develop/clients/jedis/queryjson" >}}) | [See Java examples]({{< relref "/develop/clients/jedis/vecsearch" >}}) |
23+
| [Go]({{< relref "/develop/clients/go" >}}) | [See Go examples]({{< relref "/develop/clients/go/connect" >}}) | [See Go examples]({{< relref "/develop/clients/go/queryjson" >}}) | [See Go examples]({{< relref "/develop/clients/go/vecsearch" >}}) |
24+
| [PHP]({{< relref "/develop/clients/php" >}}) | [See PHP examples]({{< relref "/develop/clients/php/connect" >}}) | [See PHP examples]({{< relref "/develop/clients/php/queryjson" >}}) | [See PHP examples]({{< relref "/develop/clients/php/vecsearch" >}}) |
1825

19-
{{< dev-features >}}
26+
<div class="flex flex-col gap-5">
27+
<div class="flex items-start">
28+
<img src="/develop/tools/insight/images/Browser.png" class="w-[300px] mr-4">
29+
<div>
30+
<h3><a href="/develop/tools/insight">Redis Insight</a></h3>
31+
<p>Visual client tool for creating, managing, and analyzing Redis databases.</p>
32+
</div>
33+
</div>
34+
<div class="flex items-start">
35+
<img src="/images/dev/connect/vscode/vscode-cli.png" class="w-[300px] mr-4">
36+
<div>
37+
<h3><a href="/develop/tools/insight">Redis for VS Code</a></h3>
38+
<p>Visual client tool for creating, managing, and analyzing Redis databases.</p>
39+
</div>
40+
</div>
41+
</div>
42+
43+
| {{< image filename="images/icon_logo/icon-developers-32-midnight.png" >}}</br>[**Quick start**]({{< relref "/develop/get-started" >}}) | {{< image filename="images/icon_logo/icon-data-structures-32-midnight.png" >}}</br>[**Data types**]({{< relref "/develop/data-types" >}}) | {{< image filename="images/icon_logo/icon-text-search-32-midnight.png" >}}</br>[**Query engine**]({{< relref "/develop/interact/search-and-query" >}}) |
44+
|-----|-----|-----|
45+
| [Vector database]({{< relref "/develop/get-started/vector-database" >}}) | [String]({{< relref "/develop/data-types/strings" >}}) | [Get started]({{< relref "/develop/interact/search-and-query" >}}) |
46+
| [Document store]({{< relref "/develop/get-started/document-database" >}}) | [JSON]({{< relref "/develop/data-types/json" >}}) | [Schema field types]({{< relref "/develop/interact/search-and-query/basic-constructs/field-and-type-options" >}}) |
47+
| [Data structure store]({{< relref "/develop/get-started/data-store" >}}) | [Hash]({{< relref "/develop/data-types/hashes" >}}) | [Indexing]({{< relref "/develop/interact/search-and-query/indexing" >}}) |
48+
| [RAG with Redis]({{< relref "/develop/get-started/rag" >}}) | [Vector set]({{< relref "/develop/data-types/vector-sets" >}}) | [Querying]({{< relref "/develop/interact/search-and-query/query" >}}) |
49+
| [GenAI]({{< relref "/develop/get-started/redis-in-ai" >}}) | [Probabilistic]({{< relref "/develop/data-types/probabilistic" >}}) | [Use cases]({{< relref "/develop/interact/search-and-query/query-use-cases" >}}) |

layouts/develop/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1>
3838
<!-- Responsive CLI Display Block as Table -->
3939
{{ if strings.HasSuffix .RelPermalink "/develop/" }}
4040
<div class="overflow-x-auto">
41-
<table class="w-full border-collapse md:table" style="background-color: rgb(240,240,240)">
41+
<table class="w-full border-collapse md:table bg-neutral-150">
4242
<thead>
4343
<tr>
4444
<th class="p-4 text-left">Try these Redis commands</th>

layouts/shortcodes/client-splash.html

Lines changed: 0 additions & 111 deletions
This file was deleted.

layouts/shortcodes/dev-features.html

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)