Skip to content

Commit ddaeccd

Browse files
Update home.html
1 parent 4614146 commit ddaeccd

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

layouts/home.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,10 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
110110
)
111111
) }}
112112
{{ partial "docs-section.html" (dict
113+
"Title" "Connect with Redis client API libraries"
114+
"Description" "Connect your application to a Redis database and try an example"
113115
"ButtonLink" "./develop/clients/"
114-
"ButtonLabel" "Connect with Redis client API libraries"
116+
"ButtonLabel" "Redis client API library guides"
115117

116118
"LinksLeft" (slice
117119
(dict "Text" "Python" "URL" "./develop/clients/redis-py/")
@@ -124,7 +126,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
124126
<div class="lg:px-11 w-full flex flex-col gap-3">
125127
<h2 class="text-5xl font-medium" id="operate">Deploy</h2>
126128
{{ partial "docs-section.html" (dict
127-
"Title" "Deploy Redis for a large-scale organization"
129+
"Title" "Deploy Redis in a large-scale organization"
128130
"Description" "Robust support for hybrid and geo-distributed environments"
129131
"ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/"
130132
"ButtonLabel" "Redis Software deployment planning guide"
@@ -160,9 +162,11 @@ <h2 class="text-5xl font-medium" id="operate">Deploy</h2>
160162
)
161163
) }}
162164
{{ partial "docs-section.html" (dict
163-
"ButtonLink" "./develop/tools/"
164-
"ButtonLabel" "Tools to connect to a Redis server"
165-
"LinksLeft" (slice
165+
"Title" "Client tools to connect to a Redis server"
166+
"Description" "You can use the CLI, Redis Insight, or the Redis VSCode extension to connect to a Redis server"
167+
"ButtonLink" "./develop/tools/"
168+
"ButtonLabel" "Client tools overview guide"
169+
"LinksLeft" (slice
166170
(dict "Text" "Java (asynchronous)" "URL" "./develop/clients/lettuce/")
167171
(dict "Text" "Go" "URL" "./develop/clients/go/")
168172
(dict "Text" "PHP" "URL" "./develop/clients/php/")

0 commit comments

Comments
 (0)