Skip to content

Commit c9a356c

Browse files
Update home.html
1 parent 4432923 commit c9a356c

File tree

1 file changed

+14
-80
lines changed

1 file changed

+14
-80
lines changed

layouts/home.html

Lines changed: 14 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -76,105 +76,39 @@ <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"
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"
79+
"ButtonLabel" "Quick start guide"
8780
) }}
8881
{{ partial "docs-section.html" (dict
89-
"Title" "Libraries and tools"
90-
"Description" "Learn about libraries and tools available for Redis."
91-
"ButtonLink" "./integrate"
92-
"ButtonLabel" "Browse tools"
93-
"LinksLeftTitle" "Featured libraries"
94-
"LinksLeft" (slice
95-
(dict "Text" "RedisVL" "URL" "./integrate/redisvl/")
96-
(dict "Text" "RedisOM for Python" "URL" "./integrate/redisom-for-python")
97-
(dict "Text" "Ingest" "URL" "./integrate/redis-data-integration/")
98-
(dict "Text" "Write-behind" "URL" "./integrate/write-behind/quickstart/write-behind-guide/")
99-
)
82+
"ButtonLink" "./operate/get-started/quick-start-install"
83+
"ButtonLabel" "Single-node cluster install"
10084
) }}
10185
{{ partial "docs-section.html" (dict
102-
"Title" "Redis Data Integration"
103-
"Description" "Redis Data Integration keeps Redis in sync with the primary database in near real time."
104-
"ButtonLink" "./integrate/redis-data-integration"
105-
"ButtonLabel" "Learn more"
106-
"LinksLeftTitle" "LEARN MORE"
107-
"LinksLeft" (slice
108-
(dict "Text" "Quick start" "URL" "./integrate/redis-data-integration/quick-start-guide")
109-
(dict "Text" "Architecture" "URL" "./integrate/redis-data-integration/architecture")
110-
(dict "Text" "Install" "URL" "./integrate/redis-data-integration/installation")
111-
(dict "Text" "Reference" "URL" "./integrate/redis-data-integration/reference")
112-
)
86+
"ButtonLink" "./operate/rc/databases/create-database/create-active-active-database/"
87+
"ButtonLabel" "Deploy Active-Active databases in Redis Cloud"
11388
) }}
11489
{{ partial "docs-section.html" (dict
115-
"Title" "Redis Insight"
116-
"Description" "A cross-platform GUI for Redis, with focus on reducing memory usage and improving application performance."
117-
"ButtonLink" "./develop/connect/insight/"
118-
"ButtonLabel" "Learn more"
119-
"LinksLeftTitle" "Learn more"
120-
"LinksLeft" (slice
121-
(dict "Text" "Install" "URL" "./operate/redisinsight/install/")
122-
(dict "Text" "User guide" "URL" "./develop/connect/insight/")
123-
(dict "Text" "Manage Streams in Redis Insight" "URL" "./develop/connect/insight/tutorials/insight-stream-consumer/")
124-
)
90+
"ButtonLink" "./operate/kubernetes/deployment/quick-start/"
91+
"ButtonLabel" "Kubernetes deployment"
12592
) }}
12693
</div>
12794
<div class="lg:px-11 w-full flex flex-col gap-3">
12895
{{ partial "docs-section.html" (dict
12996
"Title" "Use cases"
13097
"Description" "Cache user sessions"
13198
"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"
99+
"ButtonLabel" "Caching quick start"
139100
) }}
140101
{{ partial "docs-section.html" (dict
141-
"Title" "Redis Cloud"
142-
"Description" "Deploy Redis Enterprise on Amazon Web Services, Google Cloud, or Microsoft Azure."
143-
"ButtonLink" "./operate/rc"
144-
"ButtonLabel" "Read more"
145-
"LinksLeftTitle" "Learn more"
146-
"LinksLeft" (slice
147-
(dict "Text" "Quick start" "URL" "./operate/rc/rc-quickstart/")
148-
(dict "Text" "Subscriptions" "URL" "./operate/rc/subscriptions/")
149-
(dict "Text" "Databases" "URL" "./operate/rc/databases/")
150-
(dict "Text" "Active-Active" "URL" "./operate/rc/databases/create-database/create-active-active-database/")
151-
)
102+
"ButtonLink" "./operate/get-started/leaderboards"
103+
"ButtonLabel" "Create leaderboards in gaming apps"
152104
) }}
153105
{{ partial "docs-section.html" (dict
154-
"Title" "Redis Enterprise Software"
155-
"Description" "A self-managed data platform that unlocks the full potential of Redis at enterprise scale."
156-
"ButtonLink" "./operate/rs"
157-
"ButtonLabel" "Read more"
158-
"LinksLeftTitle" "Learn more"
159-
"LinksLeft" (slice
160-
(dict "Text" "Quick start" "URL" "./operate/rs/installing-upgrading/quickstarts/redis-enterprise-software-quickstart/")
161-
(dict "Text" "Clusters" "URL" "./operate/rs/clusters/")
162-
(dict "Text" "Databases" "URL" "./operate/rs/databases/")
163-
(dict "Text" "Networking" "URL" "./operate/rs/networking/")
164-
)
106+
"ButtonLink" "./develop/get-started/redis-in-ai/"
107+
"ButtonLabel" "AI agents, chatbots, and apps"
165108
) }}
166109
{{ partial "docs-section.html" (dict
167-
"Title" "Redis Enterprise for Kubernetes"
168-
"Description" "Redis Enterprise deployed on containerized software platforms and integrated with our partners."
169-
"ButtonLink" "./operate/kubernetes/"
170-
"ButtonLabel" "Read more"
171-
"LinksLeftTitle" "Learn more"
172-
"LinksLeft" (slice
173-
(dict "Text" "Architecture" "URL" "./operate/kubernetes/architecture/")
174-
(dict "Text" "Deployments" "URL" "./operate/kubernetes/deployment/")
175-
(dict "Text" "Clusters" "URL" "./operate/kubernetes/re-clusters/")
176-
(dict "Text" "Databases" "URL" "./operate/kubernetes/re-databases/")
177-
)
110+
"ButtonLink" "./develop/get-started/vector-database/"
111+
"ButtonLabel" "Vector database quick start guide"
178112
) }}
179113
</div>
180114
</div>

0 commit comments

Comments
 (0)