@@ -111,56 +111,41 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
111111 ) }}
112112 </ div >
113113 < div class ="lg:px-11 w-full flex flex-col gap-3 ">
114- < h2 class ="text-5xl font-medium " id ="operate "> Explore </ h2 >
114+ < h2 class ="text-5xl font-medium " id ="operate "> Deploy </ h2 >
115115 {{ partial "docs-section.html" (dict
116- "Title" "Redis and Stack"
117- "Description" "Redis Stack extends Redis with modern data models and processing engines."
118- "ButtonLink" "./operate/oss_and_stack/"
119- "ButtonLabel" "Read more"
120- "LinksLeftTitle" "Learn more"
116+ "Title" "Deploy Redis for a large-scale organization"
117+ "Description" "Enterprise-grade deployment including hybrid and geo-distributed environments"
118+ "ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/"
119+ "ButtonLabel" "Redis Software deployment planning guide"
121120 "LinksLeft" (slice
122- (dict "Text" "Install" "URL" "./operate/oss_and_stack/install/install-stack/")
123- (dict "Text" "Redis Query Engine" "URL" "./develop/interact/search-and-query/")
124- (dict "Text" "JSON" "URL" "./develop/data-types/json/")
121+ (dict "Text" "Optimize Redis clusters guide" "URL" "./operate/rs/clusters/optimize")
125122 )
126123 ) }}
127124 {{ partial "docs-section.html" (dict
128- "Title" "Redis Cloud"
129- "Description" "Deploy Redis Enterprise on Amazon Web Services, Google Cloud, or Microsoft Azure."
130- "ButtonLink" "./operate/rc"
131- "ButtonLabel" "Read more"
132- "LinksLeftTitle" "Learn more"
125+ "Title" "Deploy on Kubernetes"
126+ "Description" "Get started with the Redis Software for Kubernetes container image"
127+ "ButtonLink" "./operate/kubernetes/deployment/quick-start/"
128+ "ButtonLabel" "Kubernetes deployment quickstart"
133129 "LinksLeft" (slice
134- (dict "Text" "Quick start" "URL" "./operate/rc/rc-quickstart/")
135- (dict "Text" "Subscriptions" "URL" "./operate/rc/subscriptions/")
136- (dict "Text" "Databases" "URL" "./operate/rc/databases/")
137- (dict "Text" "Active-Active" "URL" "./operate/rc/databases/create-database/create-active-active-database/")
130+ (dict "Text" "Deploy Redis Enterprise for Kubernetes with OpenShift guide" "URL" "./operate/kubernetes/deployment/openshift/")
138131 )
139132 ) }}
140133 {{ partial "docs-section.html" (dict
141- "Title" "Redis Enterprise Software"
142- "Description" "A self-managed data platform that unlocks the full potential of Redis at enterprise scale."
143- "ButtonLink" "./operate/rs"
144- "ButtonLabel" "Read more"
145- "LinksLeftTitle" "Learn more"
134+ "Title" "Ingest and sync data to Redis"
135+ "Description" "Sync Redis Software with live data from your disk-based databases"
136+ "ButtonLink" "./integrate/redis-data-integration/quick-start-guide/"
137+ "ButtonLabel" "Redis Data Integration (RDI) pipeline quickstart"
146138 "LinksLeft" (slice
147- (dict "Text" "Quick start" "URL" "./operate/rs/installing-upgrading/quickstarts/redis-enterprise-software-quickstart/")
148- (dict "Text" "Clusters" "URL" "./operate/rs/clusters/")
149- (dict "Text" "Databases" "URL" "./operate/rs/databases/")
150- (dict "Text" "Networking" "URL" "./operate/rs/networking/")
139+ (dict "Text" "RDI feature overview" "URL" "./integrate/redis-data-integration/")
151140 )
152141 ) }}
153142 {{ partial "docs-section.html" (dict
154- "Title" "Redis Enterprise for Kubernetes"
155- "Description" "Redis Enterprise deployed on containerized software platforms and integrated with our partners."
156- "ButtonLink" "./operate/kubernetes/"
157- "ButtonLabel" "Read more"
158- "LinksLeftTitle" "Learn more"
159- "LinksLeft" (slice
160- (dict "Text" "Architecture" "URL" "./operate/kubernetes/architecture/")
161- (dict "Text" "Deployments" "URL" "./operate/kubernetes/deployment/")
162- (dict "Text" "Clusters" "URL" "./operate/kubernetes/re-clusters/")
163- (dict "Text" "Databases" "URL" "./operate/kubernetes/re-databases/")
143+ "Title" "Monitor Redis with Prometheus"
144+ "Description" "Get started with the Redis Software integration for Prometheus"
145+ "ButtonLink" "./integrate/prometheus-with-redis-enterprise/"
146+ "ButtonLabel" "Prometheus and Grafana with Redis guide"
147+ "LinksLeft" (slice
148+ (dict "Text" "Prometheus and Graphana with Redis Cloud guide" "URL" "./integrate/prometheus-with-redis-cloud/")
164149 )
165150 ) }}
166151 </ div >
0 commit comments