From 6564a941fc88ef58a027f9d6ec9f220b76d62b2b Mon Sep 17 00:00:00 2001 From: Kaitlyn Michael Date: Wed, 23 Jul 2025 14:30:21 -0500 Subject: [PATCH 1/4] fixing 404 errors between versions --- content/operate/kubernetes/architecture/_index.md | 2 +- content/operate/kubernetes/architecture/deployment-options.md | 1 + .../operate/kubernetes/re-clusters/delete-custom-resources.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/operate/kubernetes/architecture/_index.md b/content/operate/kubernetes/architecture/_index.md index 6db8b88c56..24eea7c35d 100644 --- a/content/operate/kubernetes/architecture/_index.md +++ b/content/operate/kubernetes/architecture/_index.md @@ -9,7 +9,7 @@ description: Overview of the architecture and components of Redis Enterprise for hideListLinks: true linkTitle: Architecture weight: 1 -aliases: [/operate/kubernetes/architecture/operator/] +aliases: [/operate/kubernetes/architecture/operator/, /operate/kubernetes/7.4.6/architecture/operator/, /operate/kubernetes/7.8.4/architecture/operator/, /operate/kubernetes/7.8.6/architecture/operator/, /operate/kubernetes/faqs/, /operate/kubernetes/7.4.6/faqs/, /operate/kubernetes/7.8.4/faqs/] --- Redis Enterprise for Kubernetes gives you the speed and durability of [Redis Enterprise](https://redis.io/redis-enterprise/advantages/), with the flexibility and ease of [Kubernetes (K8s)](https://kubernetes.io/). Redis Enterprise for Kubernetes uses the Kubernetes operator pattern and custom controllers to bring the best of Redis Enterprise to the Kubernetes platform. diff --git a/content/operate/kubernetes/architecture/deployment-options.md b/content/operate/kubernetes/architecture/deployment-options.md index bee79fafc2..a9445cdeaa 100644 --- a/content/operate/kubernetes/architecture/deployment-options.md +++ b/content/operate/kubernetes/architecture/deployment-options.md @@ -9,6 +9,7 @@ description: Redis Enterprise for Kubernetes allows you to deploy to multiple na This article describes flexible deployment options you can use to meet your specific needs. linkTitle: Deployment options +aliases: [/operate/kubernetes/deployment/deployment-options/, /operate/kubernetes/7.4.6/deployment/deployment-options/] --- You can deploy Redis Enterprise for Kubernetes in several different ways depending on your database needs. diff --git a/content/operate/kubernetes/re-clusters/delete-custom-resources.md b/content/operate/kubernetes/re-clusters/delete-custom-resources.md index 6ec48ffd3d..3f3e9dff9c 100644 --- a/content/operate/kubernetes/re-clusters/delete-custom-resources.md +++ b/content/operate/kubernetes/re-clusters/delete-custom-resources.md @@ -9,6 +9,7 @@ description: This article explains how to delete Redis Enterprise clusters and R Enterprise databases from your Kubernetes environment. linkTitle: Delete custom resources weight: 70 +aliases: [/operate/kubernetes/delete-custom-resources/, /operate/kubernetes/7.4.6/delete-custom-resources/] --- ## Multi-namespace management From d044ab8d4fcdbb8b08419d1fa2d135c17dc43fc1 Mon Sep 17 00:00:00 2001 From: Kaitlyn Michael Date: Wed, 23 Jul 2025 15:00:31 -0500 Subject: [PATCH 2/4] add aliases for new pages added --- content/operate/kubernetes/7.4.6/_index.md | 1 + content/operate/kubernetes/7.8.4/_index.md | 1 + content/operate/kubernetes/7.8.6/_index.md | 1 + 3 files changed, 3 insertions(+) diff --git a/content/operate/kubernetes/7.4.6/_index.md b/content/operate/kubernetes/7.4.6/_index.md index 0efdfa7116..0c37a3eb77 100644 --- a/content/operate/kubernetes/7.4.6/_index.md +++ b/content/operate/kubernetes/7.4.6/_index.md @@ -13,6 +13,7 @@ weight: 50 url: '/operate/kubernetes/7.4.6/' bannerText: This documentation applies to version 7.4.6. For documentation on the latest version, see [redis.io/docs/latest/operate/kubernetes/](https://redis.io/docs/latest/operate/kubernetes/). bannerChildren: true +aliases: [/operate/kubernetes/7.4.6/deployment/helm/, /operate/kubernetes/7.4.6/security/allow-resource-adjustment/] --- Kubernetes provides enterprise orchestration of containers and has been widely adopted. Redis Enterprise for Kubernetes provides a simple way to get a Redis Enterprise cluster on Kubernetes and enables more complex deployment scenarios. diff --git a/content/operate/kubernetes/7.8.4/_index.md b/content/operate/kubernetes/7.8.4/_index.md index 4920e84057..f14bf47cdc 100644 --- a/content/operate/kubernetes/7.8.4/_index.md +++ b/content/operate/kubernetes/7.8.4/_index.md @@ -12,6 +12,7 @@ linkTitle: 7.8.4 weight: 50 bannerText: This documentation applies to version 7.8.4. For documentation on the latest version, see [redis.io/docs/latest/operate/kubernetes/](https://redis.io/docs/latest/operate/kubernetes/). bannerChildren: true +aliases: [/operate/kubernetes/7.8.4/deployment/helm/, /operate/kubernetes/7.8.4/security/allow-resource-adjustment/, /operate/kubernetes/7.8.4/reference/supported_k8s_distributions/] url: '/operate/kubernetes/7.8.4/' --- diff --git a/content/operate/kubernetes/7.8.6/_index.md b/content/operate/kubernetes/7.8.6/_index.md index 73670e91e3..2223eb033a 100644 --- a/content/operate/kubernetes/7.8.6/_index.md +++ b/content/operate/kubernetes/7.8.6/_index.md @@ -12,6 +12,7 @@ linkTitle: 7.8.6 weight: 50 bannerText: This documentation applies to version 7.8.6. For documentation on the latest version, see [redis.io/docs/latest/operate/kubernetes/](https://redis.io/docs/latest/operate/kubernetes/). bannerChildren: true +aliases: [/operate/kubernetes/7.8.6/security/allow-resource-adjustment/] url: '/operate/kubernetes/7.8.6/' --- From bc1b0b983fc0be1775867016c91ca74266bc7285 Mon Sep 17 00:00:00 2001 From: Kaitlyn Michael Date: Thu, 24 Jul 2025 10:36:03 -0500 Subject: [PATCH 3/4] move aliases to versioned pages --- content/operate/kubernetes/7.4.6/_index.md | 2 +- content/operate/kubernetes/7.4.6/architecture/_index.md | 1 + content/operate/kubernetes/7.4.6/deployment/_index.md | 1 + content/operate/kubernetes/7.4.6/security/_index.md | 1 + content/operate/kubernetes/7.8.4/_index.md | 2 +- content/operate/kubernetes/7.8.4/architecture/_index.md | 2 +- content/operate/kubernetes/7.8.4/deployment/_index.md | 1 + content/operate/kubernetes/7.8.4/re-clusters/_index.md | 1 + content/operate/kubernetes/7.8.4/reference/_index.md | 1 + content/operate/kubernetes/7.8.4/security/_index.md | 1 + content/operate/kubernetes/7.8.6/_index.md | 2 +- content/operate/kubernetes/7.8.6/architecture/_index.md | 1 + content/operate/kubernetes/7.8.6/re-clusters/_index.md | 1 + content/operate/kubernetes/7.8.6/security/_index.md | 1 + content/operate/kubernetes/architecture/_index.md | 2 +- content/operate/kubernetes/architecture/deployment-options.md | 2 +- .../operate/kubernetes/re-clusters/delete-custom-resources.md | 2 +- content/operate/rs/7.4/_index.md | 1 + content/operate/rs/7.4/clusters/_index.md | 1 + content/operate/rs/7.8/_index.md | 1 + content/operate/rs/monitoring/_index.md | 2 +- 21 files changed, 21 insertions(+), 8 deletions(-) diff --git a/content/operate/kubernetes/7.4.6/_index.md b/content/operate/kubernetes/7.4.6/_index.md index 0c37a3eb77..3665e837fb 100644 --- a/content/operate/kubernetes/7.4.6/_index.md +++ b/content/operate/kubernetes/7.4.6/_index.md @@ -13,7 +13,7 @@ weight: 50 url: '/operate/kubernetes/7.4.6/' bannerText: This documentation applies to version 7.4.6. For documentation on the latest version, see [redis.io/docs/latest/operate/kubernetes/](https://redis.io/docs/latest/operate/kubernetes/). bannerChildren: true -aliases: [/operate/kubernetes/7.4.6/deployment/helm/, /operate/kubernetes/7.4.6/security/allow-resource-adjustment/] + --- Kubernetes provides enterprise orchestration of containers and has been widely adopted. Redis Enterprise for Kubernetes provides a simple way to get a Redis Enterprise cluster on Kubernetes and enables more complex deployment scenarios. diff --git a/content/operate/kubernetes/7.4.6/architecture/_index.md b/content/operate/kubernetes/7.4.6/architecture/_index.md index 18fc4f323d..65762088fd 100644 --- a/content/operate/kubernetes/7.4.6/architecture/_index.md +++ b/content/operate/kubernetes/7.4.6/architecture/_index.md @@ -10,6 +10,7 @@ description: This section provides an overview of the architecture and considera hideListLinks: true linkTitle: Architecture weight: 11 +aliases: [/operate/kubernetes/7.4.6/architecture/operator/, /operate/kubernetes/7.4.6/faqs/] url: '/operate/kubernetes/7.4.6/architecture/' --- Redis bases its Kubernetes architecture on several vital concepts. diff --git a/content/operate/kubernetes/7.4.6/deployment/_index.md b/content/operate/kubernetes/7.4.6/deployment/_index.md index 05ac4ec30f..e585565180 100644 --- a/content/operate/kubernetes/7.4.6/deployment/_index.md +++ b/content/operate/kubernetes/7.4.6/deployment/_index.md @@ -11,6 +11,7 @@ description: This section lists the different ways to set up and run Redis Enter hideListLinks: false linkTitle: Deployment weight: 11 +aliases: [/operate/kubernetes/7.4.6/deployment/deployment-options/, /operate/kubernetes/7.4.6/deployment/helm/] url: '/operate/kubernetes/7.4.6/deployment/' --- diff --git a/content/operate/kubernetes/7.4.6/security/_index.md b/content/operate/kubernetes/7.4.6/security/_index.md index bb70541417..5a13e606d1 100644 --- a/content/operate/kubernetes/7.4.6/security/_index.md +++ b/content/operate/kubernetes/7.4.6/security/_index.md @@ -9,6 +9,7 @@ description: Security settings and configuration for Redis Enterprise for Kubern hideListLinks: false linkTitle: Security weight: 50 +aliases: [/operate/kubernetes/7.4.6/security/allow-resource-adjustment/] url: '/operate/kubernetes/7.4.6/security/' --- diff --git a/content/operate/kubernetes/7.8.4/_index.md b/content/operate/kubernetes/7.8.4/_index.md index f14bf47cdc..d27e7a2992 100644 --- a/content/operate/kubernetes/7.8.4/_index.md +++ b/content/operate/kubernetes/7.8.4/_index.md @@ -12,7 +12,7 @@ linkTitle: 7.8.4 weight: 50 bannerText: This documentation applies to version 7.8.4. For documentation on the latest version, see [redis.io/docs/latest/operate/kubernetes/](https://redis.io/docs/latest/operate/kubernetes/). bannerChildren: true -aliases: [/operate/kubernetes/7.8.4/deployment/helm/, /operate/kubernetes/7.8.4/security/allow-resource-adjustment/, /operate/kubernetes/7.8.4/reference/supported_k8s_distributions/] + url: '/operate/kubernetes/7.8.4/' --- diff --git a/content/operate/kubernetes/7.8.4/architecture/_index.md b/content/operate/kubernetes/7.8.4/architecture/_index.md index 974eb32d9f..e85e5dd384 100644 --- a/content/operate/kubernetes/7.8.4/architecture/_index.md +++ b/content/operate/kubernetes/7.8.4/architecture/_index.md @@ -9,7 +9,7 @@ description: Overview of the architecture and components of Redis Enterprise for hideListLinks: true linkTitle: Architecture weight: 1 -aliases: [operate/platforms/kubernetes/kubernetes-architecture/] +aliases: [operate/platforms/kubernetes/kubernetes-architecture/, /operate/kubernetes/7.8.4/architecture/operator/, /operate/kubernetes/7.8.4/faqs/] url: '/operate/kubernetes/7.8.4/architecture/' --- diff --git a/content/operate/kubernetes/7.8.4/deployment/_index.md b/content/operate/kubernetes/7.8.4/deployment/_index.md index 79673b5ccf..9057890864 100644 --- a/content/operate/kubernetes/7.8.4/deployment/_index.md +++ b/content/operate/kubernetes/7.8.4/deployment/_index.md @@ -11,6 +11,7 @@ description: This section lists the different ways to set up and run Redis Enter hideListLinks: false linkTitle: Deployment weight: 11 +aliases: [/operate/kubernetes/7.8.4/deployment/helm/] url: '/operate/kubernetes/7.8.4/deployment/' --- diff --git a/content/operate/kubernetes/7.8.4/re-clusters/_index.md b/content/operate/kubernetes/7.8.4/re-clusters/_index.md index 14ccc9ae43..6b5d8a0070 100644 --- a/content/operate/kubernetes/7.8.4/re-clusters/_index.md +++ b/content/operate/kubernetes/7.8.4/re-clusters/_index.md @@ -9,6 +9,7 @@ description: Articles to help you manage your Redis Enterprise clusters (REC). hideListLinks: false linkTitle: Redis Enterprise clusters (REC) weight: 30 +aliases: [/operate/kubernetes/7.8.4/delete-custom-resources/] url: '/operate/kubernetes/7.8.4/re-clusters/' --- diff --git a/content/operate/kubernetes/7.8.4/reference/_index.md b/content/operate/kubernetes/7.8.4/reference/_index.md index 04d65031b7..4b43bc3e60 100644 --- a/content/operate/kubernetes/7.8.4/reference/_index.md +++ b/content/operate/kubernetes/7.8.4/reference/_index.md @@ -10,6 +10,7 @@ description: Reference material for the operator, cluster, and database deployme hideListLinks: false linkTitle: Reference weight: 89 +aliases: [/operate/kubernetes/7.8.4/reference/supported_k8s_distributions/] url: '/operate/kubernetes/7.8.4/reference/' --- diff --git a/content/operate/kubernetes/7.8.4/security/_index.md b/content/operate/kubernetes/7.8.4/security/_index.md index d260b07783..d0fa376570 100644 --- a/content/operate/kubernetes/7.8.4/security/_index.md +++ b/content/operate/kubernetes/7.8.4/security/_index.md @@ -9,6 +9,7 @@ description: Security settings and configuration for Redis Enterprise for Kubern hideListLinks: false linkTitle: Security weight: 50 +aliases: [/operate/kubernetes/7.8.4/security/allow-resource-adjustment/] url: '/operate/kubernetes/7.8.4/security/' --- diff --git a/content/operate/kubernetes/7.8.6/_index.md b/content/operate/kubernetes/7.8.6/_index.md index 2223eb033a..c66aee23ed 100644 --- a/content/operate/kubernetes/7.8.6/_index.md +++ b/content/operate/kubernetes/7.8.6/_index.md @@ -12,7 +12,7 @@ linkTitle: 7.8.6 weight: 50 bannerText: This documentation applies to version 7.8.6. For documentation on the latest version, see [redis.io/docs/latest/operate/kubernetes/](https://redis.io/docs/latest/operate/kubernetes/). bannerChildren: true -aliases: [/operate/kubernetes/7.8.6/security/allow-resource-adjustment/] + url: '/operate/kubernetes/7.8.6/' --- diff --git a/content/operate/kubernetes/7.8.6/architecture/_index.md b/content/operate/kubernetes/7.8.6/architecture/_index.md index 8ae31f61c8..d2c54b5bca 100644 --- a/content/operate/kubernetes/7.8.6/architecture/_index.md +++ b/content/operate/kubernetes/7.8.6/architecture/_index.md @@ -9,6 +9,7 @@ description: Overview of the architecture and components of Redis Enterprise for hideListLinks: true linkTitle: Architecture weight: 1 +aliases: [/operate/kubernetes/7.8.6/architecture/operator/] url: '/operate/kubernetes/7.8.6/architecture/' --- diff --git a/content/operate/kubernetes/7.8.6/re-clusters/_index.md b/content/operate/kubernetes/7.8.6/re-clusters/_index.md index 4a6bf0f6cb..8eebd59857 100644 --- a/content/operate/kubernetes/7.8.6/re-clusters/_index.md +++ b/content/operate/kubernetes/7.8.6/re-clusters/_index.md @@ -9,6 +9,7 @@ description: Articles to help you manage your Redis Enterprise clusters (REC). hideListLinks: false linkTitle: Redis Enterprise clusters (REC) weight: 30 +aliases: [/operate/kubernetes/7.8.6/delete-custom-resources/] url: '/operate/kubernetes/7.8.6/re-clusters/' --- diff --git a/content/operate/kubernetes/7.8.6/security/_index.md b/content/operate/kubernetes/7.8.6/security/_index.md index 569ba00477..bb7d1268be 100644 --- a/content/operate/kubernetes/7.8.6/security/_index.md +++ b/content/operate/kubernetes/7.8.6/security/_index.md @@ -9,6 +9,7 @@ description: Security settings and configuration for Redis Enterprise for Kubern hideListLinks: false linkTitle: Security weight: 50 +aliases: [/operate/kubernetes/7.8.6/security/allow-resource-adjustment/] url: '/operate/kubernetes/7.8.6/security/' --- diff --git a/content/operate/kubernetes/architecture/_index.md b/content/operate/kubernetes/architecture/_index.md index 24eea7c35d..6db8b88c56 100644 --- a/content/operate/kubernetes/architecture/_index.md +++ b/content/operate/kubernetes/architecture/_index.md @@ -9,7 +9,7 @@ description: Overview of the architecture and components of Redis Enterprise for hideListLinks: true linkTitle: Architecture weight: 1 -aliases: [/operate/kubernetes/architecture/operator/, /operate/kubernetes/7.4.6/architecture/operator/, /operate/kubernetes/7.8.4/architecture/operator/, /operate/kubernetes/7.8.6/architecture/operator/, /operate/kubernetes/faqs/, /operate/kubernetes/7.4.6/faqs/, /operate/kubernetes/7.8.4/faqs/] +aliases: [/operate/kubernetes/architecture/operator/] --- Redis Enterprise for Kubernetes gives you the speed and durability of [Redis Enterprise](https://redis.io/redis-enterprise/advantages/), with the flexibility and ease of [Kubernetes (K8s)](https://kubernetes.io/). Redis Enterprise for Kubernetes uses the Kubernetes operator pattern and custom controllers to bring the best of Redis Enterprise to the Kubernetes platform. diff --git a/content/operate/kubernetes/architecture/deployment-options.md b/content/operate/kubernetes/architecture/deployment-options.md index a9445cdeaa..04e375ce9a 100644 --- a/content/operate/kubernetes/architecture/deployment-options.md +++ b/content/operate/kubernetes/architecture/deployment-options.md @@ -9,7 +9,7 @@ description: Redis Enterprise for Kubernetes allows you to deploy to multiple na This article describes flexible deployment options you can use to meet your specific needs. linkTitle: Deployment options -aliases: [/operate/kubernetes/deployment/deployment-options/, /operate/kubernetes/7.4.6/deployment/deployment-options/] +aliases: [/operate/kubernetes/deployment/deployment-options/] --- You can deploy Redis Enterprise for Kubernetes in several different ways depending on your database needs. diff --git a/content/operate/kubernetes/re-clusters/delete-custom-resources.md b/content/operate/kubernetes/re-clusters/delete-custom-resources.md index 3f3e9dff9c..3f8d0effd1 100644 --- a/content/operate/kubernetes/re-clusters/delete-custom-resources.md +++ b/content/operate/kubernetes/re-clusters/delete-custom-resources.md @@ -9,7 +9,7 @@ description: This article explains how to delete Redis Enterprise clusters and R Enterprise databases from your Kubernetes environment. linkTitle: Delete custom resources weight: 70 -aliases: [/operate/kubernetes/delete-custom-resources/, /operate/kubernetes/7.4.6/delete-custom-resources/] +aliases: [/operate/kubernetes/delete-custom-resources/] --- ## Multi-namespace management diff --git a/content/operate/rs/7.4/_index.md b/content/operate/rs/7.4/_index.md index 1c39029703..8285a27eef 100644 --- a/content/operate/rs/7.4/_index.md +++ b/content/operate/rs/7.4/_index.md @@ -12,6 +12,7 @@ url: '/operate/rs/7.4/' linkTitle: 7.4 bannerText: This documentation applies to Redis Software versions 7.4.x. bannerChildren: true + --- [Redis Enterprise](https://redis.io/enterprise/) is a self-managed, enterprise-grade version of Redis. diff --git a/content/operate/rs/7.4/clusters/_index.md b/content/operate/rs/7.4/clusters/_index.md index 1b186a6d42..cbd79a5ff6 100644 --- a/content/operate/rs/7.4/clusters/_index.md +++ b/content/operate/rs/7.4/clusters/_index.md @@ -10,6 +10,7 @@ description: Administrative tasks and information related to the Redis Enterpris hideListLinks: false linktitle: Clusters weight: 36 +aliases: [/operate/rs/7.4/clusters/monitoring/] url: '/operate/rs/7.4/clusters/' --- diff --git a/content/operate/rs/7.8/_index.md b/content/operate/rs/7.8/_index.md index 2e22d653f3..9acd355f3d 100644 --- a/content/operate/rs/7.8/_index.md +++ b/content/operate/rs/7.8/_index.md @@ -12,6 +12,7 @@ linkTitle: 7.8 url: '/operate/rs/7.8/' bannerText: This documentation applies to Redis Software versions 7.8.x. bannerChildren: true + --- [Redis Enterprise](https://redis.io/enterprise/) is a self-managed, enterprise-grade version of Redis. diff --git a/content/operate/rs/monitoring/_index.md b/content/operate/rs/monitoring/_index.md index 42952af901..8308cc327b 100644 --- a/content/operate/rs/monitoring/_index.md +++ b/content/operate/rs/monitoring/_index.md @@ -10,7 +10,7 @@ description: Use the metrics that measure the performance of your Redis Enterpri hideListLinks: true linkTitle: Monitoring weight: 70 -aliases: /operate/rs/clusters/monitoring/ +aliases: [/operate/rs/clusters/monitoring/, /operate/rs/7.4/clusters/monitoring/] --- You can use the metrics that measure the performance of your Redis Enterprise Software clusters, nodes, databases, and shards From 2fea002943d65f3643689f9b6821b6bc5b27decd Mon Sep 17 00:00:00 2001 From: Kaitlyn Michael Date: Thu, 24 Jul 2025 16:25:38 -0500 Subject: [PATCH 4/4] remove unnecessary whitespace --- content/operate/kubernetes/7.4.6/_index.md | 1 - content/operate/kubernetes/7.8.4/_index.md | 1 - content/operate/kubernetes/7.8.6/_index.md | 1 - content/operate/rs/7.4/_index.md | 1 - content/operate/rs/7.8/_index.md | 1 - 5 files changed, 5 deletions(-) diff --git a/content/operate/kubernetes/7.4.6/_index.md b/content/operate/kubernetes/7.4.6/_index.md index 3665e837fb..0efdfa7116 100644 --- a/content/operate/kubernetes/7.4.6/_index.md +++ b/content/operate/kubernetes/7.4.6/_index.md @@ -13,7 +13,6 @@ weight: 50 url: '/operate/kubernetes/7.4.6/' bannerText: This documentation applies to version 7.4.6. For documentation on the latest version, see [redis.io/docs/latest/operate/kubernetes/](https://redis.io/docs/latest/operate/kubernetes/). bannerChildren: true - --- Kubernetes provides enterprise orchestration of containers and has been widely adopted. Redis Enterprise for Kubernetes provides a simple way to get a Redis Enterprise cluster on Kubernetes and enables more complex deployment scenarios. diff --git a/content/operate/kubernetes/7.8.4/_index.md b/content/operate/kubernetes/7.8.4/_index.md index d27e7a2992..4920e84057 100644 --- a/content/operate/kubernetes/7.8.4/_index.md +++ b/content/operate/kubernetes/7.8.4/_index.md @@ -12,7 +12,6 @@ linkTitle: 7.8.4 weight: 50 bannerText: This documentation applies to version 7.8.4. For documentation on the latest version, see [redis.io/docs/latest/operate/kubernetes/](https://redis.io/docs/latest/operate/kubernetes/). bannerChildren: true - url: '/operate/kubernetes/7.8.4/' --- diff --git a/content/operate/kubernetes/7.8.6/_index.md b/content/operate/kubernetes/7.8.6/_index.md index c66aee23ed..73670e91e3 100644 --- a/content/operate/kubernetes/7.8.6/_index.md +++ b/content/operate/kubernetes/7.8.6/_index.md @@ -12,7 +12,6 @@ linkTitle: 7.8.6 weight: 50 bannerText: This documentation applies to version 7.8.6. For documentation on the latest version, see [redis.io/docs/latest/operate/kubernetes/](https://redis.io/docs/latest/operate/kubernetes/). bannerChildren: true - url: '/operate/kubernetes/7.8.6/' --- diff --git a/content/operate/rs/7.4/_index.md b/content/operate/rs/7.4/_index.md index 8285a27eef..1c39029703 100644 --- a/content/operate/rs/7.4/_index.md +++ b/content/operate/rs/7.4/_index.md @@ -12,7 +12,6 @@ url: '/operate/rs/7.4/' linkTitle: 7.4 bannerText: This documentation applies to Redis Software versions 7.4.x. bannerChildren: true - --- [Redis Enterprise](https://redis.io/enterprise/) is a self-managed, enterprise-grade version of Redis. diff --git a/content/operate/rs/7.8/_index.md b/content/operate/rs/7.8/_index.md index 9acd355f3d..2e22d653f3 100644 --- a/content/operate/rs/7.8/_index.md +++ b/content/operate/rs/7.8/_index.md @@ -12,7 +12,6 @@ linkTitle: 7.8 url: '/operate/rs/7.8/' bannerText: This documentation applies to Redis Software versions 7.8.x. bannerChildren: true - --- [Redis Enterprise](https://redis.io/enterprise/) is a self-managed, enterprise-grade version of Redis.