@@ -74,21 +74,21 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
7474 < div class ="lg:px-11 w-full flex flex-col gap-3 ">
7575 < h2 class ="text-5xl font-medium " id ="operate "> Get Started</ h2 >
7676 {{ partial "docs-section.html" (dict
77- "Title" "Quickly set up Redis in the cloud "
77+ "Title" "Quickly set up Redis"
7878 "Description" "Set up a Free Redis-managed database on AWS, GCP, or Azure"
7979 "ButtonLink" "./operate/rc/rc-quickstart/"
8080 "ButtonLabel" "Redis Cloud quick start"
8181 "LinksLeft" (slice
82- (dict "Text" "High availability & replication guide " "URL" "./operate/rc/databases/configuration/high-availability /")
82+ (dict "Text" "Get started with Redis Community Edition " "URL" "./get-started /")
8383 )
8484 ) }}
8585 {{ partial "docs-section.html" (dict
86- "Title" "Build modern real-time applications with Redis"
87- "Description" "Install and use Redis Stack on Linux, macOS, Windows, or Docker "
88- "ButtonLink" "./operate/oss_and_stack/install/install-stack /"
89- "ButtonLabel" "Install Redis Stack "
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 "
9090 "LinksLeft" (slice
91- (dict "Text" "Redis for AI docs and examples" "URL" "./develop/ai/")
91+ (dict "Text" "Redis for AI docs and code examples" "URL" "./develop/ai/")
9292 )
9393 ) }}
9494 {{ partial "docs-section.html" (dict
@@ -127,12 +127,12 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
127127 < div class ="lg:px-11 w-full flex flex-col gap-3 ">
128128 < h2 class ="text-5xl font-medium " id ="operate "> Deploy</ h2 >
129129 {{ partial "docs-section.html" (dict
130- "Title" "Deploy Redis clusters for scale and availability "
130+ "Title" "Control your Redis deployments on-premises or on cloud platforms "
131131 "Description" "Robust support for hybrid and geo-distributed environments"
132132 "ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/"
133133 "ButtonLabel" "Redis deployment planning"
134134 "LinksLeft" (slice
135- (dict "Text" "Optimize Redis clusters guide " "URL" "./operate/rs/clusters/optimize ")
135+ (dict "Text" "Active-Active geo-distributed Redis " "URL" "./operate/rs/databases/active-active/ ")
136136 )
137137 ) }}
138138 {{ partial "docs-section.html" (dict
0 commit comments