Skip to content

Commit 02da4c1

Browse files
Merge pull request #1038 from redis/home-pg-new
Home pg new
2 parents d977034 + fa9a16f commit 02da4c1

File tree

1 file changed

+71
-75
lines changed

1 file changed

+71
-75
lines changed

layouts/home.html

Lines changed: 71 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -72,111 +72,107 @@ <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>
75+
<h2 class="text-5xl font-medium" id="operate">Get Started</h2>
7676
{{ 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"
77+
"Title" "Quickly set up a Redis cache, primary, vector, or custom database"
78+
"Description" "Set up a Free Redis-managed database on AWS, GCP, or Azure"
79+
"ButtonLink" "./operate/rc/rc-quickstart/"
80+
"ButtonLabel" "Redis Cloud quick start"
8281
"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/")
82+
(dict "Text" "Get started with Redis Community Edition" "URL" "./get-started/")
8683
)
8784
) }}
8885
{{ 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-
)
100-
) }}
86+
"Title" "Build GenAI apps with Redis"
87+
"Description" "Get started using Redis for retrieval augmented generation (RAG)"
88+
"ButtonLink" "./develop/get-started/rag/"
89+
"ButtonLabel" "Redis with RAG"
90+
"LinksLeft" (slice
91+
(dict "Text" "Redis for AI docs and code examples" "URL" "./develop/ai/")
92+
)
93+
) }}
10194
{{ 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"
95+
"Title" "Optimize Redis for high-scale apps"
96+
"Description" "Get the Redis Insight GUI on AWS EC2, Docker, Kubernetes, and desktop"
97+
"ButtonLink" "./operate/redisinsight/install/"
98+
"ButtonLabel" "Redis Insight install guide"
10799
"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")
100+
(dict "Text" "Performance and memory optimization user guide" "URL" "./develop/tools/insight/#database-analysis")
112101
)
113102
) }}
114103
{{ 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/tools/insight/"
118-
"ButtonLabel" "Learn more"
119-
"LinksLeftTitle" "Learn more"
104+
"Title" "Migrate data to or from Redis"
105+
"Description" "Migrate data from files, data generators, relational databases, or snapshots"
106+
"ButtonLink" "./integrate/riot/"
107+
"ButtonLabel" "Redis input and output CLI tool"
120108
"LinksLeft" (slice
121-
(dict "Text" "Install" "URL" "./operate/redisinsight/install/")
122-
(dict "Text" "User guide" "URL" "./develop/tools/insight/")
123-
(dict "Text" "Manage Streams in Redis Insight" "URL" "./develop/tools/insight/tutorials/insight-stream-consumer/")
109+
(dict "Text" "Redis Input/Output Tool quick start" "URL" "./integrate/riot/quick-start/")
124110
)
125111
) }}
112+
{{ partial "docs-section.html" (dict
113+
"Title" "Connect with Redis client API libraries"
114+
"Description" "Connect your application to a Redis database and try an example"
115+
"ButtonLink" "./develop/clients/"
116+
"ButtonLabel" "Redis client API library guides"
117+
118+
"LinksLeft" (slice
119+
(dict "Text" "Python" "URL" "./develop/clients/redis-py/")
120+
(dict "Text" "C#/.NET" "URL" "./develop/clients/dotnet/")
121+
(dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/")
122+
(dict "Text" "Java" "URL" "./develop/clients/jedis/")
123+
(dict "Text" "Go" "URL" "./develop/clients/go/")
124+
(dict "Text" "PHP" "URL" "./develop/clients/php/")
125+
) ) }}
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>
128+
<h2 class="text-5xl font-medium" id="operate">Deploy</h2>
129129
{{ 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"
130+
"Title" "Control your Redis deployments on-premises and on cloud platforms"
131+
"Description" "Robust support for hybrid and multi-AZ environments"
132+
"ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/"
133+
"ButtonLabel" "Redis deployment planning"
135134
"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/")
135+
(dict "Text" "Active-Active geo-distributed Redis" "URL" "./operate/rs/databases/active-active/")
139136
)
140137
) }}
141138
{{ partial "docs-section.html" (dict
142-
"Title" "Redis Cloud"
143-
"Description" "Deploy Redis Enterprise on Amazon Web Services, Google Cloud, or Microsoft Azure."
144-
"ButtonLink" "./operate/rc"
145-
"ButtonLabel" "Read more"
146-
"LinksLeftTitle" "Learn more"
139+
"Title" "Deploy on Kubernetes"
140+
"Description" "Get started with the Redis Software for Kubernetes container image"
141+
"ButtonLink" "./operate/kubernetes/deployment/quick-start/"
142+
"ButtonLabel" "Kubernetes deployment guide"
147143
"LinksLeft" (slice
148-
(dict "Text" "Quick start" "URL" "./operate/rc/rc-quickstart/")
149-
(dict "Text" "Subscriptions" "URL" "./operate/rc/subscriptions/")
150-
(dict "Text" "Databases" "URL" "./operate/rc/databases/")
151-
(dict "Text" "Active-Active" "URL" "./operate/rc/databases/create-database/create-active-active-database/")
144+
(dict "Text" "Deploy Redis Software for Kubernetes with OpenShift" "URL" "./operate/kubernetes/deployment/openshift/")
152145
)
153146
) }}
154147
{{ partial "docs-section.html" (dict
155-
"Title" "Redis Enterprise Software"
156-
"Description" "A self-managed data platform that unlocks the full potential of Redis at enterprise scale."
157-
"ButtonLink" "./operate/rs"
158-
"ButtonLabel" "Read more"
159-
"LinksLeftTitle" "Learn more"
148+
"Title" "Ingest and sync data to Redis"
149+
"Description" "Sync Redis Software with live data from your disk-based databases"
150+
"ButtonLink" "./integrate/redis-data-integration/quick-start-guide/"
151+
"ButtonLabel" "Pipeline quick start"
160152
"LinksLeft" (slice
161-
(dict "Text" "Quick start" "URL" "./operate/rs/installing-upgrading/quickstarts/redis-enterprise-software-quickstart/")
162-
(dict "Text" "Clusters" "URL" "./operate/rs/clusters/")
163-
(dict "Text" "Databases" "URL" "./operate/rs/databases/")
164-
(dict "Text" "Networking" "URL" "./operate/rs/networking/")
153+
(dict "Text" "Redis Data Integration feature overview" "URL" "./integrate/redis-data-integration/")
165154
)
166155
) }}
167156
{{ partial "docs-section.html" (dict
168-
"Title" "Redis Enterprise for Kubernetes"
169-
"Description" "Redis Enterprise deployed on containerized software platforms and integrated with our partners."
170-
"ButtonLink" "./operate/kubernetes/"
171-
"ButtonLabel" "Read more"
172-
"LinksLeftTitle" "Learn more"
173-
"LinksLeft" (slice
174-
(dict "Text" "Architecture" "URL" "./operate/kubernetes/architecture/")
175-
(dict "Text" "Deployments" "URL" "./operate/kubernetes/deployment/")
176-
(dict "Text" "Clusters" "URL" "./operate/kubernetes/re-clusters/")
177-
(dict "Text" "Databases" "URL" "./operate/kubernetes/re-databases/")
157+
"Title" "Monitor Redis with Prometheus"
158+
"Description" "Get started with the Redis Software integration for Prometheus and Grafana"
159+
"ButtonLink" "./integrate/prometheus-with-redis-enterprise/"
160+
"ButtonLabel" "Prometheus and Grafana with Redis"
161+
"LinksLeft" (slice
162+
(dict "Text" "Prometheus and Grafana with Redis Cloud" "URL" "./integrate/prometheus-with-redis-cloud/")
178163
)
179164
) }}
165+
{{ partial "docs-section.html" (dict
166+
"Title" "Client tools to connect to a Redis server"
167+
"Description" "You can use the CLI, Redis Insight, or the Redis VSCode extension to connect to Redis"
168+
"ButtonLink" "./develop/tools/"
169+
"ButtonLabel" "Client tools overview guide"
170+
"LinksLeft" (slice
171+
(dict "Text" "Redis CLI" "URL" "./develop/tools/cli/")
172+
(dict "Text" "Redis Insight" "URL" "./develop/tools/insight/")
173+
(dict "Text" "Redis for VSCode" "URL" "./develop/tools/redis-for-vscode/")
174+
) ) }}
175+
180176
</div>
181177
</div>
182178
</div>

0 commit comments

Comments
 (0)