Skip to content

Commit a8cb4e9

Browse files
Update home.html
1 parent 7ef5842 commit a8cb4e9

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

layouts/home.html

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -72,23 +72,23 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
7272
</nav>
7373
</div>
7474
<div class="lg:px-11 w-full flex flex-col gap-3">
75-
<h2 class="text-5xl font-medium" id="operate">Learn</h2>
75+
<h2 class="text-5xl font-medium" id="operate">Welcome to Redis Documentation</h2>
7676

7777

7878

7979
<table>
8080
<thead>
8181
<tr>
82-
<th style="text-align:left">Get started</th>
83-
<th style="text-align:left">Install RedisInsight</th>
84-
<th style="text-align:left">Install Redis Stack</th>
82+
<th style="text-align:left">Get started by reviewing the user guides for setting up a free account, creating your first database, downloading RedisInsight, and installing Redis Stack. </th>
83+
<th style="text-align:left"></th>
84+
<th style="text-align:left"></th>
8585
</tr>
8686
</thead>
8787
<tbody>
8888
<tr>
8989
<td style="text-align:left">
9090
{{ partial "docs-section.html" (dict
91-
"Title" "Redis Cloud"
91+
"Title" "Try Redis Cloud"
9292
"Description" "Free Redis Cloud account and database quick start guide"
9393
"ButtonLink" ".operate/rc/rc-quickstart/"
9494
"ButtonLabel" "Quick start guide"
@@ -106,22 +106,20 @@ <h2 class="text-5xl font-medium" id="operate">Learn</h2>
106106

107107
<td style="text-align:left">
108108

109-
109+
{{ partial "docs-section.html" (dict
110+
"Title" "Optimize data in RedisInsight GUI"
111+
"Description" "RedisInsight on AWS EC2, Docker, Kubernetes, and desktop install guide"
112+
"ButtonLink" ".operate/oss_and_stack/redisinsight/install/"
113+
"ButtonLabel" "Install guide"
114+
) }}
110115

111116

112117

113118

114119

115120

116121

117-
<a href='/docs/latest/images/ai-brain.png' sdata-lightbox="/images/ai-brain.png">
118-
<img src='/docs/latest/images/ai-brain.png'
119-
120-
121-
alt="AI Redis icon."
122-
/>
123-
</a>
124-
<a href="https://redis.io/docs/latest/operate/oss_and_stack/redisinsight/install/">RedisInsight on AWS EC2, Docker, Kubernetes, and desktop install guide</a></td></td>
122+
125123
<td style="text-align:left">
126124

127125

0 commit comments

Comments
 (0)