@@ -74,21 +74,21 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
74
74
< div class ="lg:px-11 w-full flex flex-col gap-3 ">
75
75
< h2 class ="text-5xl font-medium " id ="operate "> Get Started</ h2 >
76
76
{{ partial "docs-section.html" (dict
77
- "Title" "Quickly set up Redis in the cloud "
77
+ "Title" "Quickly set up Redis"
78
78
"Description" "Set up a Free Redis-managed database on AWS, GCP, or Azure"
79
79
"ButtonLink" "./operate/rc/rc-quickstart/"
80
80
"ButtonLabel" "Redis Cloud quick start"
81
81
"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 /")
83
83
)
84
84
) }}
85
85
{{ 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 "
90
90
"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/")
92
92
)
93
93
) }}
94
94
{{ partial "docs-section.html" (dict
@@ -127,12 +127,12 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
127
127
< div class ="lg:px-11 w-full flex flex-col gap-3 ">
128
128
< h2 class ="text-5xl font-medium " id ="operate "> Deploy</ h2 >
129
129
{{ 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 "
131
131
"Description" "Robust support for hybrid and geo-distributed environments"
132
132
"ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/"
133
133
"ButtonLabel" "Redis deployment planning"
134
134
"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/ ")
136
136
)
137
137
) }}
138
138
{{ partial "docs-section.html" (dict
0 commit comments