Skip to content

Commit f7a0d62

Browse files
Update home.html
1 parent c261860 commit f7a0d62

File tree

1 file changed

+68
-2
lines changed

1 file changed

+68
-2
lines changed

layouts/home.html

Lines changed: 68 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
8989
<td style="text-align:center">
9090
{{ partial "docs-section.html" (dict
9191
"Title" "Try Redis Cloud"
92-
"Description" "Free Redis Cloud account and database quick start guide"
92+
"Description" "Free Redis Cloud account managed by Redis or on AWS, GCP, or Azure"
9393
"ButtonLink" ".operate/rc/rc-quickstart/"
9494
"ButtonLabel" "Cloud quick start guide"
9595
) }}
@@ -125,7 +125,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
125125

126126
{{ partial "docs-section.html" (dict
127127
"Title" "Use Redis Stack"
128-
"Description" "Install Redis Stack on Linux, macOS, Windows, or Docker"
128+
"Description" "Install and use Redis Stack on Linux, macOS, Windows, or Docker"
129129
"ButtonLink" ".operate/oss_and_stack/install/install-stack/"
130130
"ButtonLabel" "Redis Stack install guide"
131131
) }}
@@ -140,6 +140,72 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
140140
</tr>
141141
</tbody>
142142
</table>
143+
144+
<h2 class="text-5xl font-medium" id="operate">Deploy to production</h2>
145+
146+
147+
148+
<table>
149+
<thead>
150+
<tr>
151+
<th style="text-align:left"></th>
152+
<th style="text-align:left"></th>
153+
<th style="text-align:left"></th>
154+
</tr>
155+
</thead>
156+
<tbody>
157+
<tr>
158+
<td style="text-align:center">
159+
{{ partial "docs-section.html" (dict
160+
"Title" "Deploy Redis Software"
161+
"Description" "Enterprise-grade deployment including hybrid and geo-distributed environments"
162+
"ButtonLink" ".operate/rs/installing-upgrading/install/plan-deployment/"
163+
"ButtonLabel" ">Redis Software deployment planning guide"
164+
) }}
165+
166+
167+
168+
169+
170+
171+
172+
173+
174+
175+
176+
<td style="text-align:center">
177+
178+
{{ partial "docs-section.html" (dict
179+
"Title" "Deploy Redis Cloud"
180+
"Description" "Deploy Redis Cloud in multiple regions and availability zones"
181+
"ButtonLink" ".operate/rc/databases/create-database/create-active-active-database/"
182+
"ButtonLabel" "Active-active Redis Cloud database guide"
183+
) }}
184+
185+
186+
187+
188+
189+
190+
191+
192+
<td style="text-align:center">
193+
194+
195+
{{ partial "docs-section.html" (dict
196+
"Title" "Deploy Redis Software for Kubernetes"
197+
"Description" "Get started with the Redis Software for Kubernetes container image"
198+
"ButtonLink" ".operate/kubernetes/deployment/quick-start/"
199+
"ButtonLabel" "Redis operator for Kubernetes quick start guide"
200+
) }}
201+
202+
203+
204+
205+
206+
207+
208+
143209
<h2 id="overview">Deploy Redis to production</h2>
144210
<ul>
145211
<li>Use the <a href="https://redis.io/docs/latest/operate/rs/installing-upgrading/install/plan-deployment/">Redis Software deployment planning guide</a> for enterprise-grade deployments including hybrid and geo-distributed environments.</li>

0 commit comments

Comments
 (0)