Skip to content

Commit 36a04b4

Browse files
Update home.html
1 parent 218d52a commit 36a04b4

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

layouts/home.html

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,19 @@ <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>
7675
{{ partial "docs-section.html" (dict
77-
"Title" "Develop with Redis"
78-
"Description" "Learn how to use the Redis in-memory data store."
79-
"ButtonLink" "./develop"
80-
"ButtonLabel" "Learn more"
81-
"LinksLeftTitle" "Featured content"
82-
"LinksLeft" (slice
83-
(dict "Text" "Vector search" "URL" "./develop/interact/search-and-query/query/vector-search")
84-
(dict "Text" "Data structure store" "URL" "./develop/get-started/data-store/")
85-
(dict "Text" "Document database" "URL" "./develop/get-started/document-database/")
86-
)
87-
) }}
76+
"Title" "Get Started"
77+
"Description" "Installation & setup for new users"
78+
"ButtonLink" "./operate/get-started/quick-start-install"
79+
"ButtonLabel" "Quick start guide"
80+
"LinksLeftTitle" "Step-by-step instructions"
81+
"ButtonLink" "./operate/get-started/quick-start-install"
82+
"ButtonLabel" "Single-node cluster install"
83+
"ButtonLink" "./operate/rc/databases/create-database/create-active-active-database/"
84+
"ButtonLabel" "Deploy Active-Active databases in Redis Cloud"
85+
"ButtonLink" "./operate/kubernetes/deployment/quick-start/"
86+
"ButtonLabel" "Kubernetes deployment"
87+
}}
8888
{{ partial "docs-section.html" (dict
8989
"Title" "Libraries and tools"
9090
"Description" "Learn about libraries and tools available for Redis."
@@ -125,19 +125,18 @@ <h2 class="text-5xl font-medium" id="operate">Learn</h2>
125125
) }}
126126
</div>
127127
<div class="lg:px-11 w-full flex flex-col gap-3">
128-
<h2 class="text-5xl font-medium" id="operate">Explore</h2>
129128
{{ partial "docs-section.html" (dict
130-
"Title" "Redis and Stack"
131-
"Description" "Redis Stack extends Redis with modern data models and processing engines."
132-
"ButtonLink" "./operate/oss_and_stack/"
133-
"ButtonLabel" "Read more"
134-
"LinksLeftTitle" "Learn more"
135-
"LinksLeft" (slice
136-
(dict "Text" "Install" "URL" "./operate/oss_and_stack/install/install-stack/")
137-
(dict "Text" "Redis Query Engine" "URL" "./develop/interact/search-and-query/")
138-
(dict "Text" "JSON" "URL" "./develop/data-types/json/")
139-
)
140-
) }}
129+
"Title" "Use cases"
130+
"Description" "Cache user sessions"
131+
"ButtonLink" "./operate/get-started/use-cases/caching"
132+
"ButtonLabel" "Caching quick start"
133+
"ButtonLink" "./operate/get-started/leaderboards"
134+
"ButtonLabel" "Create leaderboards in gaming apps"
135+
"ButtonLink" "./develop/get-started/redis-in-ai/"
136+
"ButtonLabel" "AI agents, chatbots, and apps"
137+
"ButtonLink" "./develop/get-started/vector-database/"
138+
"ButtonLabel" "Vector database quick start guide"
139+
}}
141140
{{ partial "docs-section.html" (dict
142141
"Title" "Redis Cloud"
143142
"Description" "Deploy Redis Enterprise on Amazon Web Services, Google Cloud, or Microsoft Azure."

0 commit comments

Comments
 (0)