diff --git a/layouts/home.html b/layouts/home.html index 6d018e7268..3409b24628 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -72,111 +72,107 @@

{{ .Title }}

-

Learn

+

Get Started

{{ partial "docs-section.html" (dict - "Title" "Develop with Redis" - "Description" "Learn how to use the Redis in-memory data store." - "ButtonLink" "./develop" - "ButtonLabel" "Learn more" - "LinksLeftTitle" "Featured content" + "Title" "Quickly set up a Redis cache, primary, vector, or custom database" + "Description" "Set up a Free Redis-managed database on AWS, GCP, or Azure" + "ButtonLink" "./operate/rc/rc-quickstart/" + "ButtonLabel" "Redis Cloud quick start" "LinksLeft" (slice - (dict "Text" "Vector search" "URL" "./develop/interact/search-and-query/query/vector-search") - (dict "Text" "Data structure store" "URL" "./develop/get-started/data-store/") - (dict "Text" "Document database" "URL" "./develop/get-started/document-database/") + (dict "Text" "Get started with Redis Community Edition" "URL" "./get-started/") ) ) }} {{ partial "docs-section.html" (dict - "Title" "Libraries and tools" - "Description" "Learn about libraries and tools available for Redis." - "ButtonLink" "./integrate" - "ButtonLabel" "Browse tools" - "LinksLeftTitle" "Featured libraries" - "LinksLeft" (slice - (dict "Text" "RedisVL" "URL" "./integrate/redisvl/") - (dict "Text" "RedisOM for Python" "URL" "./integrate/redisom-for-python") - (dict "Text" "Ingest" "URL" "./integrate/redis-data-integration/") - (dict "Text" "Write-behind" "URL" "./integrate/write-behind/quickstart/write-behind-guide/") - ) - ) }} + "Title" "Build GenAI apps with Redis" + "Description" "Get started using Redis for retrieval augmented generation (RAG)" + "ButtonLink" "./develop/get-started/rag/" + "ButtonLabel" "Redis with RAG" + "LinksLeft" (slice + (dict "Text" "Redis for AI docs and code examples" "URL" "./develop/ai/") + ) + ) }} {{ partial "docs-section.html" (dict - "Title" "Redis Data Integration" - "Description" "Redis Data Integration keeps Redis in sync with the primary database in near real time." - "ButtonLink" "./integrate/redis-data-integration" - "ButtonLabel" "Learn more" - "LinksLeftTitle" "LEARN MORE" + "Title" "Optimize Redis for high-scale apps" + "Description" "Get the Redis Insight GUI on AWS EC2, Docker, Kubernetes, and desktop" + "ButtonLink" "./operate/redisinsight/install/" + "ButtonLabel" "Redis Insight install guide" "LinksLeft" (slice - (dict "Text" "Quick start" "URL" "./integrate/redis-data-integration/quick-start-guide") - (dict "Text" "Architecture" "URL" "./integrate/redis-data-integration/architecture") - (dict "Text" "Install" "URL" "./integrate/redis-data-integration/installation") - (dict "Text" "Reference" "URL" "./integrate/redis-data-integration/reference") + (dict "Text" "Performance and memory optimization user guide" "URL" "./develop/tools/insight/#database-analysis") ) ) }} {{ partial "docs-section.html" (dict - "Title" "Redis Insight" - "Description" "A cross-platform GUI for Redis, with focus on reducing memory usage and improving application performance." - "ButtonLink" "./develop/tools/insight/" - "ButtonLabel" "Learn more" - "LinksLeftTitle" "Learn more" + "Title" "Migrate data to or from Redis" + "Description" "Migrate data from files, data generators, relational databases, or snapshots" + "ButtonLink" "./integrate/riot/" + "ButtonLabel" "Redis input and output CLI tool" "LinksLeft" (slice - (dict "Text" "Install" "URL" "./operate/redisinsight/install/") - (dict "Text" "User guide" "URL" "./develop/tools/insight/") - (dict "Text" "Manage Streams in Redis Insight" "URL" "./develop/tools/insight/tutorials/insight-stream-consumer/") + (dict "Text" "Redis Input/Output Tool quick start" "URL" "./integrate/riot/quick-start/") ) ) }} + {{ partial "docs-section.html" (dict + "Title" "Connect with Redis client API libraries" + "Description" "Connect your application to a Redis database and try an example" + "ButtonLink" "./develop/clients/" + "ButtonLabel" "Redis client API library guides" + + "LinksLeft" (slice + (dict "Text" "Python" "URL" "./develop/clients/redis-py/") + (dict "Text" "C#/.NET" "URL" "./develop/clients/dotnet/") + (dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/") + (dict "Text" "Java" "URL" "./develop/clients/jedis/") + (dict "Text" "Go" "URL" "./develop/clients/go/") + (dict "Text" "PHP" "URL" "./develop/clients/php/") + ) ) }}
-

Explore

+

Deploy

{{ partial "docs-section.html" (dict - "Title" "Redis and Stack" - "Description" "Redis Stack extends Redis with modern data models and processing engines." - "ButtonLink" "./operate/oss_and_stack/" - "ButtonLabel" "Read more" - "LinksLeftTitle" "Learn more" + "Title" "Control your Redis deployments on-premises and on cloud platforms" + "Description" "Robust support for hybrid and multi-AZ environments" + "ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/" + "ButtonLabel" "Redis deployment planning" "LinksLeft" (slice - (dict "Text" "Install" "URL" "./operate/oss_and_stack/install/install-stack/") - (dict "Text" "Redis Query Engine" "URL" "./develop/interact/search-and-query/") - (dict "Text" "JSON" "URL" "./develop/data-types/json/") + (dict "Text" "Active-Active geo-distributed Redis" "URL" "./operate/rs/databases/active-active/") ) ) }} {{ partial "docs-section.html" (dict - "Title" "Redis Cloud" - "Description" "Deploy Redis Enterprise on Amazon Web Services, Google Cloud, or Microsoft Azure." - "ButtonLink" "./operate/rc" - "ButtonLabel" "Read more" - "LinksLeftTitle" "Learn more" + "Title" "Deploy on Kubernetes" + "Description" "Get started with the Redis Software for Kubernetes container image" + "ButtonLink" "./operate/kubernetes/deployment/quick-start/" + "ButtonLabel" "Kubernetes deployment guide" "LinksLeft" (slice - (dict "Text" "Quick start" "URL" "./operate/rc/rc-quickstart/") - (dict "Text" "Subscriptions" "URL" "./operate/rc/subscriptions/") - (dict "Text" "Databases" "URL" "./operate/rc/databases/") - (dict "Text" "Active-Active" "URL" "./operate/rc/databases/create-database/create-active-active-database/") + (dict "Text" "Deploy Redis Software for Kubernetes with OpenShift" "URL" "./operate/kubernetes/deployment/openshift/") ) ) }} {{ partial "docs-section.html" (dict - "Title" "Redis Enterprise Software" - "Description" "A self-managed data platform that unlocks the full potential of Redis at enterprise scale." - "ButtonLink" "./operate/rs" - "ButtonLabel" "Read more" - "LinksLeftTitle" "Learn more" + "Title" "Ingest and sync data to Redis" + "Description" "Sync Redis Software with live data from your disk-based databases" + "ButtonLink" "./integrate/redis-data-integration/quick-start-guide/" + "ButtonLabel" "Pipeline quick start" "LinksLeft" (slice - (dict "Text" "Quick start" "URL" "./operate/rs/installing-upgrading/quickstarts/redis-enterprise-software-quickstart/") - (dict "Text" "Clusters" "URL" "./operate/rs/clusters/") - (dict "Text" "Databases" "URL" "./operate/rs/databases/") - (dict "Text" "Networking" "URL" "./operate/rs/networking/") + (dict "Text" "Redis Data Integration feature overview" "URL" "./integrate/redis-data-integration/") ) ) }} {{ partial "docs-section.html" (dict - "Title" "Redis Enterprise for Kubernetes" - "Description" "Redis Enterprise deployed on containerized software platforms and integrated with our partners." - "ButtonLink" "./operate/kubernetes/" - "ButtonLabel" "Read more" - "LinksLeftTitle" "Learn more" - "LinksLeft" (slice - (dict "Text" "Architecture" "URL" "./operate/kubernetes/architecture/") - (dict "Text" "Deployments" "URL" "./operate/kubernetes/deployment/") - (dict "Text" "Clusters" "URL" "./operate/kubernetes/re-clusters/") - (dict "Text" "Databases" "URL" "./operate/kubernetes/re-databases/") + "Title" "Monitor Redis with Prometheus" + "Description" "Get started with the Redis Software integration for Prometheus and Grafana" + "ButtonLink" "./integrate/prometheus-with-redis-enterprise/" + "ButtonLabel" "Prometheus and Grafana with Redis" + "LinksLeft" (slice + (dict "Text" "Prometheus and Grafana with Redis Cloud" "URL" "./integrate/prometheus-with-redis-cloud/") ) ) }} + {{ partial "docs-section.html" (dict + "Title" "Client tools to connect to a Redis server" + "Description" "You can use the CLI, Redis Insight, or the Redis VSCode extension to connect to Redis" + "ButtonLink" "./develop/tools/" + "ButtonLabel" "Client tools overview guide" + "LinksLeft" (slice + (dict "Text" "Redis CLI" "URL" "./develop/tools/cli/") + (dict "Text" "Redis Insight" "URL" "./develop/tools/insight/") + (dict "Text" "Redis for VSCode" "URL" "./develop/tools/redis-for-vscode/") + ) ) }} +