Skip to content

Commit 8cc5f75

Browse files
Update home.html
1 parent 395c7e5 commit 8cc5f75

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

layouts/home.html

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,34 +79,46 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
7979
"ButtonLabel" "Quick start guide"
8080
) }}
8181
{{ partial "docs-section.html" (dict
82+
"Title" "Clustering"
83+
"Description" "Basic Redis software cluster"
8284
"ButtonLink" "./operate/get-started/quick-start-install"
8385
"ButtonLabel" "Single-node cluster install"
8486
) }}
8587
{{ partial "docs-section.html" (dict
88+
"Title" "Active-Active"
89+
"Description" "Cloud deployment"
8690
"ButtonLink" "./operate/rc/databases/create-database/create-active-active-database/"
8791
"ButtonLabel" "Deploy Active-Active databases in Redis Cloud"
8892
) }}
8993
{{ partial "docs-section.html" (dict
94+
"Title" "Kubernetes"
95+
"Description" "Container deployment"
9096
"ButtonLink" "./operate/kubernetes/deployment/quick-start/"
9197
"ButtonLabel" "Kubernetes deployment"
9298
) }}
9399
</div>
94100
<div class="lg:px-11 w-full flex flex-col gap-3">
95101
{{ partial "docs-section.html" (dict
96-
"Title" "Use cases"
102+
"Title" "Caching"
97103
"Description" "Cache user sessions"
98104
"ButtonLink" "./operate/get-started/use-cases/caching"
99105
"ButtonLabel" "Caching quick start"
100106
) }}
101107
{{ partial "docs-section.html" (dict
102-
"ButtonLink" "./operate/get-started/leaderboards"
103-
"ButtonLabel" "Create leaderboards in gaming apps"
108+
"Title" "Leaderboards and rate limiting"
109+
"Description" "Create leaderboards or rate limiting with sorted sets"
110+
"ButtonLink" "./develop/data-types/sorted-sets/"
111+
"ButtonLabel" "Sorted sets ordered by a score with example code"
104112
) }}
105113
{{ partial "docs-section.html" (dict
114+
"Title" "AI and machine learning"
115+
"Description" "Fast and scalable data retrieval for AI projects"
106116
"ButtonLink" "./develop/get-started/redis-in-ai/"
107117
"ButtonLabel" "AI agents, chatbots, and apps"
108118
) }}
109119
{{ partial "docs-section.html" (dict
120+
"Title" "Query data and perform a vector search"
121+
"Description" "Transform unstructured data into vectors that ML models can process"
110122
"ButtonLink" "./develop/get-started/vector-database/"
111123
"ButtonLabel" "Vector database quick start guide"
112124
) }}

0 commit comments

Comments
 (0)