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/header/docs-dropdown.html b/layouts/partials/header/docs-dropdown.html index f21fff39e0..c5d40a1175 100644 --- a/layouts/partials/header/docs-dropdown.html +++ b/layouts/partials/header/docs-dropdown.html @@ -5,6 +5,9 @@

Learn

Docs + + Commands + Quick starts @@ -18,7 +21,7 @@

Learn

- Redis copilot + Redis Copilot Knowledge base 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) }}