Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,15 @@ <h1 class="text-5xl font-medium" id="operate">Explore by product</h1>
)
) }}
{{ partial "docs-section.html" (dict
"Title" "RedisInsight"
"Description" "RedisInsight is a cross-platform GUI for Redis, with focus on reducing memory usage and improving application performance."
"Title" "Redis Insight"
"Description" "Redis Insight is a cross-platform GUI for Redis, with focus on reducing memory usage and improving application performance."
"ButtonLink" "./develop/connect/insight/"
"ButtonLabel" "Read more"
"LinksLeftTitle" "Learn more about"
"LinksLeft" (slice
(dict "Text" "Install" "URL" "./operate/redisinsight/install/")
(dict "Text" "User guide" "URL" "./develop/connect/insight/")
(dict "Text" "Manage Streams in RedisInsight" "URL" "./develop/connect/insight/tutorials/insight-stream-consumer/")
(dict "Text" "Manage Streams in Redis Insight" "URL" "./develop/connect/insight/tutorials/insight-stream-consumer/")
)
) }}
</div>
Expand Down
5 changes: 4 additions & 1 deletion layouts/partials/header/docs-dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ <h3 class="uppercase font-mono mb-2">Learn</h3>
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="http://redis.io/docs/">
<span class="">Docs</span>
</a>
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/docs/latest/commands/">
<span class="">Commands</span>
</a>
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="http://redis.io/docs/get-started/">
<span class="">Quick starts</span>
</a>
Expand All @@ -18,7 +21,7 @@ <h3 class="uppercase font-mono mb-2">Learn</h3>
<div class="w-full h-px bg-redis-pen-300 my-4"></div>

<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="http://redis.io/chat">
<span class="">Redis copilot <span class="filter brightness-[10%]">&#x2728;</span></span>
<span class="">Redis Copilot <span class="filter brightness-[10%]">&#x2728;</span></span>
</a>
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="http://redis.io/kb">
<span class="">Knowledge base</span>
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/tabs/wrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
{{ $tabs := (or (.tabs) (slice (dict "title" "error" "content" "Example not found"))) }}
{{ $cliName := ">_ Redis CLI" }}
{{ $btnQuickStartText := "Quick-Start" }}
{{ $btnRIText := "Get RedisInsight" }}
{{ $btnRIText := "Get Redis Insight" }}
{{ $btnRIUrl := "https://redis.com/redis-enterprise/redis-insight/" }}
{{ $footerText := "Are you tired of using redis-cli? Try RedisInsight - the developer GUI for Redis." }}
{{ $footerText := "Are you tired of using redis-cli? Try Redis Insight - the developer GUI for Redis." }}
{{ $showFooter := (.showFooter) }}

<!-- spellchecker-disable -->
Expand Down