Skip to content

Commit 95de6c9

Browse files
authored
Added commands and capitalized copilot in docs header (#91)
* Added commands and capitalized copilot in docs header * Fixed Redis Insight spacing in html files * Quick starts
1 parent d45496f commit 95de6c9

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

layouts/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,15 +190,15 @@ <h1 class="text-5xl font-medium" id="operate">Explore by product</h1>
190190
)
191191
) }}
192192
{{ partial "docs-section.html" (dict
193-
"Title" "RedisInsight"
194-
"Description" "RedisInsight is a cross-platform GUI for Redis, with focus on reducing memory usage and improving application performance."
193+
"Title" "Redis Insight"
194+
"Description" "Redis Insight is a cross-platform GUI for Redis, with focus on reducing memory usage and improving application performance."
195195
"ButtonLink" "./develop/connect/insight/"
196196
"ButtonLabel" "Read more"
197197
"LinksLeftTitle" "Learn more about"
198198
"LinksLeft" (slice
199199
(dict "Text" "Install" "URL" "./operate/redisinsight/install/")
200200
(dict "Text" "User guide" "URL" "./develop/connect/insight/")
201-
(dict "Text" "Manage Streams in RedisInsight" "URL" "./develop/connect/insight/tutorials/insight-stream-consumer/")
201+
(dict "Text" "Manage Streams in Redis Insight" "URL" "./develop/connect/insight/tutorials/insight-stream-consumer/")
202202
)
203203
) }}
204204
</div>

layouts/partials/header/docs-dropdown.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ <h3 class="uppercase font-mono mb-2">Learn</h3>
55
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="http://redis.io/docs/">
66
<span class="">Docs</span>
77
</a>
8+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/docs/latest/commands/">
9+
<span class="">Commands</span>
10+
</a>
811
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="http://redis.io/docs/get-started/">
912
<span class="">Quick starts</span>
1013
</a>
@@ -18,7 +21,7 @@ <h3 class="uppercase font-mono mb-2">Learn</h3>
1821
<div class="w-full h-px bg-redis-pen-300 my-4"></div>
1922

2023
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="http://redis.io/chat">
21-
<span class="">Redis copilot <span class="filter brightness-[10%]">&#x2728;</span></span>
24+
<span class="">Redis Copilot <span class="filter brightness-[10%]">&#x2728;</span></span>
2225
</a>
2326
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="http://redis.io/kb">
2427
<span class="">Knowledge base</span>

layouts/partials/tabs/wrapper.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
{{ $tabs := (or (.tabs) (slice (dict "title" "error" "content" "Example not found"))) }}
33
{{ $cliName := ">_ Redis CLI" }}
44
{{ $btnQuickStartText := "Quick-Start" }}
5-
{{ $btnRIText := "Get RedisInsight" }}
5+
{{ $btnRIText := "Get Redis Insight" }}
66
{{ $btnRIUrl := "https://redis.com/redis-enterprise/redis-insight/" }}
7-
{{ $footerText := "Are you tired of using redis-cli? Try RedisInsight - the developer GUI for Redis." }}
7+
{{ $footerText := "Are you tired of using redis-cli? Try Redis Insight - the developer GUI for Redis." }}
88
{{ $showFooter := (.showFooter) }}
99

1010
<!-- spellchecker-disable -->

0 commit comments

Comments
 (0)