Skip to content

Commit 65486fe

Browse files
Update home.html
1 parent a8cb4e9 commit 65486fe

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

layouts/home.html

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

7777

7878

@@ -107,7 +107,7 @@ <h2 class="text-5xl font-medium" id="operate">Welcome to Redis Documentation</h2
107107
<td style="text-align:left">
108108

109109
{{ partial "docs-section.html" (dict
110-
"Title" "Optimize data in RedisInsight GUI"
110+
"Title" "Optimize data in RedisInsight"
111111
"Description" "RedisInsight on AWS EC2, Docker, Kubernetes, and desktop install guide"
112112
"ButtonLink" ".operate/oss_and_stack/redisinsight/install/"
113113
"ButtonLabel" "Install guide"
@@ -123,21 +123,20 @@ <h2 class="text-5xl font-medium" id="operate">Welcome to Redis Documentation</h2
123123
<td style="text-align:left">
124124

125125

126-
126+
{{ partial "docs-section.html" (dict
127+
"Title" "Redis Stack provides querying, indexing, full-text search, JSON, time series, and probabilistic data structures."
128+
"Description" "Redis Stack on Linux, macOS, Windows, or Docker install guide"
129+
"ButtonLink" ".operate/oss_and_stack/install/install-stack/"
130+
"ButtonLabel" "Install guide"
131+
) }}
127132

128133

129134

130135

131136

132137

133138
<a href='/docs/latest/images/ai-lib.png' sdata-lightbox="/images/ai-lib.png">
134-
<img src='/docs/latest/images/ai-lib.png'
135-
136-
137-
alt="AI Redis icon."
138-
/>
139-
</a>
140-
<a href="https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/">Redis Stack on Linux, macOS, Windows, or Docker install guide</a></td>
139+
</td>
141140
</tr>
142141
</tbody>
143142
</table>

0 commit comments

Comments
 (0)