Skip to content

Commit 7ef5842

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

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

layouts/home.html

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ <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-
<h1>
76-
Welcome to Redis documentation</h1>
75+
<h2 class="text-5xl font-medium" id="operate">Learn</h2>
7776

7877

7978

@@ -88,7 +87,12 @@ <h1>
8887
<tbody>
8988
<tr>
9089
<td style="text-align:left">
91-
90+
{{ partial "docs-section.html" (dict
91+
"Title" "Redis Cloud"
92+
"Description" "Free Redis Cloud account and database quick start guide"
93+
"ButtonLink" ".operate/rc/rc-quickstart/"
94+
"ButtonLabel" "Quick start guide"
95+
) }}
9296

9397

9498

@@ -97,14 +101,7 @@ <h1>
97101

98102

99103

100-
<a href='/docs/latest/images/ai-cube.png' sdata-lightbox="/images/ai-cube.png">
101-
<img src='/docs/latest/images/ai-cube.png'
102-
103-
104-
alt="AI Redis icon."
105-
/>
106-
</a>
107-
<a href="https://redis.io/docs/latest/operate/rc/rc-quickstart/">Free Redis Cloud account and database quick start guide</a>
104+
108105

109106

110107
<td style="text-align:left">

0 commit comments

Comments
 (0)