Skip to content

Commit ae00696

Browse files
Update home.html
1 parent c81fb3c commit ae00696

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

layouts/home.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,25 +76,25 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
7676
"Title" "Get Started"
7777
"Description" "Installation & setup for new users"
7878
"ButtonLink" "./operate/get-started/quick-start-install"
79-
"ButtonLabel" "Quick start guide"
79+
"ButtonLabel" "Quick start install guide"
8080
) }}
8181
{{ partial "docs-section.html" (dict
8282
"Title" "Clustering"
8383
"Description" "Basic Redis software cluster"
8484
"ButtonLink" "./operate/get-started/quick-start-install"
85-
"ButtonLabel" "Single-node cluster install"
85+
"ButtonLabel" "Single-node install guide"
8686
) }}
8787
{{ partial "docs-section.html" (dict
8888
"Title" "Active-Active"
8989
"Description" "Cloud deployment"
9090
"ButtonLink" "./operate/rc/databases/create-database/create-active-active-database/"
91-
"ButtonLabel" "Deploy Active-Active databases in Redis Cloud"
91+
"ButtonLabel" "Database deployment guide"
9292
) }}
9393
{{ partial "docs-section.html" (dict
9494
"Title" "Kubernetes"
9595
"Description" "Container deployment"
9696
"ButtonLink" "./operate/kubernetes/deployment/quick-start/"
97-
"ButtonLabel" "Kubernetes deployment"
97+
"ButtonLabel" "Kubernetes deployment guide"
9898
) }}
9999
</div>
100100
<div class="lg:px-11 w-full flex flex-col gap-3">
@@ -108,13 +108,13 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
108108
"Title" "Rate limiting"
109109
"Description" "Work with sorted sets"
110110
"ButtonLink" "./develop/data-types/sorted-sets/"
111-
"ButtonLabel" "Sorted sets ordered by a score"
111+
"ButtonLabel" "Sorted sets code examples"
112112
) }}
113113
{{ partial "docs-section.html" (dict
114114
"Title" "Machine learning"
115-
"Description" "Fast and scalable data retrieval for AI projects"
115+
"Description" "Fast and scalable data retrieval for AI"
116116
"ButtonLink" "./develop/get-started/redis-in-ai/"
117-
"ButtonLabel" "AI agents, chatbots, and apps"
117+
"ButtonLabel" "AI agents, chatbots & apps"
118118
) }}
119119
{{ partial "docs-section.html" (dict
120120
"Title" "Vector queries"

0 commit comments

Comments
 (0)