Skip to content

Commit a7aa106

Browse files
Update home.html
1 parent f7a0d62 commit a7aa106

File tree

1 file changed

+51
-39
lines changed

1 file changed

+51
-39
lines changed

layouts/home.html

Lines changed: 51 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
9191
"Title" "Try Redis Cloud"
9292
"Description" "Free Redis Cloud account managed by Redis or on AWS, GCP, or Azure"
9393
"ButtonLink" ".operate/rc/rc-quickstart/"
94-
"ButtonLabel" "Cloud quick start guide"
94+
"ButtonLabel" "Redis Cloud quick start guide"
9595
) }}
9696

9797

@@ -131,11 +131,6 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
131131
) }}
132132

133133

134-
135-
136-
137-
138-
<a href='/docs/latest/images/ai-lib.png' sdata-lightbox="/images/ai-lib.png">
139134
</td>
140135
</tr>
141136
</tbody>
@@ -200,30 +195,33 @@ <h2 class="text-5xl font-medium" id="operate">Deploy to production</h2>
200195
) }}
201196

202197

198+
</td>
199+
</tr>
200+
</tbody>
201+
</table>
203202

204203

205-
206-
207-
208-
209-
<h2 id="overview">Deploy Redis to production</h2>
210-
<ul>
211-
<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>
212-
<li>Refer to the <a href="https://redis.io/docs/latest/operate/rc/">Redis Cloud documentation</a> to deploy Redis on Amazon Web Services, Google Cloud, or Microsoft Azure.</li>
213-
<li>See the <a href="https://redis.io/docs/latest/operate/kubernetes/deployment/quick-start/">Deploy Redis Software for Kubernetes</a> to get started with the container image.</li>
214-
</ul>
215-
<h2 id="concepts">Tools to migrate to Redis and integrate with your systems</h2>
204+
<h2 class="text-5xl font-medium" id="operate">Sync, migrate, and monitor your data</h2>
205+
206+
207+
216208
<table>
217209
<thead>
218210
<tr>
219-
<th style="text-align:left">Ingest and sync data to Redis</th>
220-
<th style="text-align:left">Migrate to Redis</th>
211+
<th style="text-align:left"></th>
212+
<th style="text-align:left"></th>
213+
<th style="text-align:left"></th>
221214
</tr>
222215
</thead>
223216
<tbody>
224217
<tr>
225-
<td style="text-align:left">
226-
218+
<td style="text-align:center">
219+
{{ partial "docs-section.html" (dict
220+
"Title" "Ingest and sync data to Redis"
221+
"Description" "Sync Redis Software with live data from your disk-based databases"
222+
"ButtonLink" ".integrate/redis-data-integration/quick-start-guide/"
223+
"ButtonLabel" "Redis Data Integration pipeline quickstart guide"
224+
) }}
227225

228226

229227

@@ -232,38 +230,52 @@ <h2 id="concepts">Tools to migrate to Redis and integrate with your systems</h2>
232230

233231

234232

235-
<a href='/docs/latest/images/ai-search.png' sdata-lightbox="/images/ai-search.png">
236-
<img src='/docs/latest/images/ai-search.png'
237-
238-
239-
alt="AI Redis icon."
240-
/>
241-
</a>
242-
<a href="https://redis.io/docs/latest/develop/integrate/redis-data-integration/quick-start-guide/">Redis Data Integration pipeline quickstart guide</a></td>
243-
<td style="text-align:left">
244233

245234

246235

236+
<td style="text-align:center">
237+
238+
{{ partial "docs-section.html" (dict
239+
"Title" "Migrate data to or from Redis"
240+
"Description" "Migrate data from files, data generators, relational databases, or snapshot replication"
241+
"ButtonLink" ".integrate/riot/"
242+
"ButtonLabel" "Redis input and output CLI tool user guide"
243+
) }}
244+
247245

248246

249247

250248

251249

252250

253-
<a href='/docs/latest/images/ai-model.png' sdata-lightbox="/images/ai-model.png">
254-
<img src='/docs/latest/images/ai-model.png'
255-
256-
257-
alt="AI Redis icon."
258-
/>
259-
</a>
260-
<a href="https://redis.io/docs/latest/integrate/riot">Redis input and output CLI tool user guide</a></td>
261-
<td style="text-align:left">
262251

252+
<td style="text-align:center">
253+
254+
255+
{{ partial "docs-section.html" (dict
256+
"Title" "Monitor Redis with Prometheus and Grafana"
257+
"Description" "Get started with the Redis Software and Prometheus"
258+
"ButtonLink" ".integrate/prometheus-with-redis-enterprise/"
259+
"ButtonLabel" "Prometheus and Grafana with Redis Software guide"
260+
) }}
261+
262+
263+
</td>
263264
</tr>
264265
</tbody>
265266
</table>
266267

268+
269+
270+
271+
272+
273+
274+
275+
276+
277+
278+
267279
</div>
268280
</div>
269281
<script>

0 commit comments

Comments
 (0)