Skip to content

Commit 9fd0a0f

Browse files
Update and rename docs-dropdown.html to learn-dropdown.html
1 parent afe79ef commit 9fd0a0f

File tree

1 file changed

+4
-26
lines changed

1 file changed

+4
-26
lines changed
Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
<div class="flex flex-col lg:hidden lg:group-hover:flex lg:absolute lg:-ml-60 lg:border lg:border-redis-pencil-300 bg-white lg:p-8 lg:flex-row lg:rounded-b-md gap-8 text-[15px]">
1+
<div class="flex flex-col lg:hidden lg:group-hover:flex lg:absolute lg:left-90 lg:border lg:border-redis-pencil-300 bg-white lg:p-8 lg:flex-row lg:rounded-b-md gap-4 text-[15px]">
22
<div class="lg:w-60">
33
<div class="flex flex-col gap-4">
44
<h3 class="uppercase font-mono mb-2">Learn</h3>
5-
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/docs/">
6-
<span class="">Docs</span>
7-
</a>
85
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/commands/">
96
<span class="">Commands</span>
107
</a>
@@ -17,12 +14,6 @@ <h3 class="uppercase font-mono mb-2">Learn</h3>
1714
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/university">
1815
<span class="">University</span>
1916
</a>
20-
21-
<div class="w-full h-px bg-redis-pen-300 my-4"></div>
22-
23-
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/chat">
24-
<span class="">Redis Copilot <span class="filter brightness-[10%]">&#x2728;</span></span>
25-
</a>
2617
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/kb">
2718
<span class="">Knowledge base</span>
2819
</a>
@@ -32,22 +23,9 @@ <h3 class="uppercase font-mono mb-2">Learn</h3>
3223
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/blog">
3324
<span class="">Blog</span>
3425
</a>
35-
</div>
36-
</div>
37-
<div class="border-t lg:border-l border-redis-pen-300"></div>
38-
<div class="lg:w-60">
39-
<div class="flex flex-col gap-4">
40-
<h3 class="uppercase font-mono mb-2">Connect</h3>
41-
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/community">
42-
<span class="">Community</span>
43-
</a>
44-
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/events">
45-
<span class="">Events, tech talks & webinars</span>
46-
</a>
4726
<div class="w-full h-px bg-redis-pen-300 my-4"></div>
48-
<h3 class="uppercase font-mono mb-2">Vector search</h3>
49-
<p class="text-redis-pen-600 font-sans font-medium">Learn what you need to go from beginner to GenAI expert</p>
50-
{{ partial "components/button-link.html" (dict "Href" "https://redis.io/learn/vector/" "Text" "Get started") }}
27+
<h3 class="uppercase font-mono mb-2">See how it works</h3>
28+
{{ partial "components/button-link.html" (dict "Href" "https://redis.io/demo-center" "Text" "Visit Demo Center") }}
5129
</div>
5230
</div>
53-
</div>
31+
</div>

0 commit comments

Comments
 (0)