From 82ac80a4a4220f49ee3e068118ad5c01c9733d35 Mon Sep 17 00:00:00 2001 From: Gregory Smelkov Date: Tue, 9 Apr 2024 13:43:45 -0400 Subject: [PATCH 1/3] Added commands and capitalized copilot in docs header --- layouts/partials/header/docs-dropdown.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header/docs-dropdown.html b/layouts/partials/header/docs-dropdown.html index f21fff39e0..bea1470140 100644 --- a/layouts/partials/header/docs-dropdown.html +++ b/layouts/partials/header/docs-dropdown.html @@ -5,8 +5,11 @@

Learn

Docs + + Commands + - Quick starts + Quick start guides Tutorials @@ -18,7 +21,7 @@

Learn

- Redis copilot + Redis Copilot Knowledge base From caa45e24dd3482d9d5deaf80c5bb1e262bc602bb Mon Sep 17 00:00:00 2001 From: Gregory Smelkov Date: Tue, 9 Apr 2024 13:53:17 -0400 Subject: [PATCH 2/3] Fixed Redis Insight spacing in html files --- layouts/home.html | 6 +++--- layouts/partials/tabs/wrapper.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/home.html b/layouts/home.html index 70900f2010..193db28f3d 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -190,15 +190,15 @@

Explore by product

) ) }} {{ 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/") ) ) }} diff --git a/layouts/partials/tabs/wrapper.html b/layouts/partials/tabs/wrapper.html index 62a7f10b1e..469b4b3ef6 100644 --- a/layouts/partials/tabs/wrapper.html +++ b/layouts/partials/tabs/wrapper.html @@ -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) }} From 30e4b09b341a365a11501d8bdd11fad684de82f3 Mon Sep 17 00:00:00 2001 From: Gregory Smelkov Date: Tue, 9 Apr 2024 14:37:29 -0400 Subject: [PATCH 3/3] Quick starts --- layouts/partials/header/docs-dropdown.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header/docs-dropdown.html b/layouts/partials/header/docs-dropdown.html index bea1470140..c5d40a1175 100644 --- a/layouts/partials/header/docs-dropdown.html +++ b/layouts/partials/header/docs-dropdown.html @@ -9,7 +9,7 @@

Learn

Commands
- Quick start guides + Quick starts Tutorials