From 08eb5eb2364aaa77f62b4b2740d17863c956deef Mon Sep 17 00:00:00 2001 From: yangw Date: Sun, 23 Jun 2024 19:31:02 +0800 Subject: [PATCH] docs: fix example broken links (#1008) Signed-off-by: drivebyer --- .../en/docs/Getting Started/Cluster/_index.md | 26 +++++++++---------- .../Getting Started/Replication/_index.md | 26 +++++++++---------- .../docs/Getting Started/Sentinel/_index.md | 26 +++++++++---------- .../docs/Getting Started/Standalone/_index.md | 26 +++++++++---------- 4 files changed, 52 insertions(+), 52 deletions(-) diff --git a/docs/content/en/docs/Getting Started/Cluster/_index.md b/docs/content/en/docs/Getting Started/Cluster/_index.md index 7570dbae0..f881b7d05 100644 --- a/docs/content/en/docs/Getting Started/Cluster/_index.md +++ b/docs/content/en/docs/Getting Started/Cluster/_index.md @@ -66,19 +66,19 @@ c2b74bd2a360068db01dfc8f00b8d0b012e21215 10.42.1.177:6379@16379 slave 528438a759 ## YAML Installation -[Examples](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example) folder has different types of manifests for different scenarios and features. There are these YAML examples present in this directory: - -- [additional_config](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/additional_config) -- [advance_config](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/advance_config) -- [affinity](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/affinity) -- [disruption_budget](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/disruption_budget) -- [external_service](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/external_service) -- [password_protected](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/password_protected) -- [private_registry](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/private_registry) -- [probes](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/probes) -- [redis_monitoring](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/redis_monitoring) -- [tls_enabled](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/tls_enabled) -- [upgrade_strategy](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/upgrade-strategy) +[Examples](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2) folder has different types of manifests for different scenarios and features. There are these YAML examples present in this directory: + +- [additional_config](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/additional_config) +- [advance_config](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/advance_config) +- [affinity](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/affinity) +- [disruption_budget](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/disruption_budget) +- [external_service](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/external_service) +- [password_protected](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/password_protected) +- [private_registry](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/private_registry) +- [probes](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/probes) +- [redis_monitoring](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/redis_monitoring) +- [tls_enabled](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/tls_enabled) +- [upgrade_strategy](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/upgrade-strategy) A sample manifest for deploying redis cluster: diff --git a/docs/content/en/docs/Getting Started/Replication/_index.md b/docs/content/en/docs/Getting Started/Replication/_index.md index f9c7d710d..298cc0077 100644 --- a/docs/content/en/docs/Getting Started/Replication/_index.md +++ b/docs/content/en/docs/Getting Started/Replication/_index.md @@ -54,19 +54,19 @@ If all the pods are in the running, then we can check the health of the redis re ## YAML Installation -[Examples](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example) folder has different types of manifests for different scenarios and features. There are these YAML examples present in this directory: - -- [additional_config](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/additional_config) -- [advance_config](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/advance_config) -- [affinity](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/affinity) -- [disruption_budget](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/disruption_budget) -- [external_service](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/external_service) -- [password_protected](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/password_protected) -- [private_registry](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/private_registry) -- [probes](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/probes) -- [redis_monitoring](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/redis_monitoring) -- [tls_enabled](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/tls_enabled) -- [upgrade_strategy](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/upgrade-strategy) +[Examples](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2) folder has different types of manifests for different scenarios and features. There are these YAML examples present in this directory: + +- [additional_config](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/additional_config) +- [advance_config](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/advance_config) +- [affinity](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/affinity) +- [disruption_budget](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/disruption_budget) +- [external_service](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/external_service) +- [password_protected](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/password_protected) +- [private_registry](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/private_registry) +- [probes](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/probes) +- [redis_monitoring](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/redis_monitoring) +- [tls_enabled](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/tls_enabled) +- [upgrade_strategy](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/upgrade-strategy) A sample manifest for deploying redis replication-cluster: diff --git a/docs/content/en/docs/Getting Started/Sentinel/_index.md b/docs/content/en/docs/Getting Started/Sentinel/_index.md index f84ac0b86..b6f917726 100644 --- a/docs/content/en/docs/Getting Started/Sentinel/_index.md +++ b/docs/content/en/docs/Getting Started/Sentinel/_index.md @@ -47,19 +47,19 @@ redis-sentinel-2 1/1 Running 0 2m10s ## YAML Installation -[Examples](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example) folder has different types of manifests for different scenarios and features. There are these YAML examples present in this directory: - -- [additional_config](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/additional_config) -- [advance_config](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/advance_config) -- [affinity](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/affinity) -- [disruption_budget](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/disruption_budget) -- [external_service](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/external_service) -- [password_protected](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/password_protected) -- [private_registry](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/private_registry) -- [probes](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/probes) -- [redis_monitoring](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/redis_monitoring) -- [tls_enabled](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/tls_enabled) -- [upgrade_strategy](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/upgrade-strategy) +[Examples](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2) folder has different types of manifests for different scenarios and features. There are these YAML examples present in this directory: + +- [additional_config](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/additional_config) +- [advance_config](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/advance_config) +- [affinity](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/affinity) +- [disruption_budget](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/disruption_budget) +- [external_service](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/external_service) +- [password_protected](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/password_protected) +- [private_registry](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/private_registry) +- [probes](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/probes) +- [redis_monitoring](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/redis_monitoring) +- [tls_enabled](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/tls_enabled) +- [upgrade_strategy](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/upgrade-strategy) A basic sample manifest for sentinel redis: diff --git a/docs/content/en/docs/Getting Started/Standalone/_index.md b/docs/content/en/docs/Getting Started/Standalone/_index.md index 76d71f9bb..8bb2fd3a5 100644 --- a/docs/content/en/docs/Getting Started/Standalone/_index.md +++ b/docs/content/en/docs/Getting Started/Standalone/_index.md @@ -44,19 +44,19 @@ redis-0 1/1 Running 0 56s ## YAML Installation -[Examples](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example) folder has different types of manifests for different scenarios and features. There are these YAML examples present in this directory: - -- [additional_config](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/additional_config) -- [advance_config](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/advance_config) -- [affinity](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/affinity) -- [disruption_budget](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/disruption_budget) -- [external_service](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/external_service) -- [password_protected](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/password_protected) -- [private_registry](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/private_registry) -- [probes](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/probes) -- [redis_monitoring](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/redis_monitoring) -- [tls_enabled](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/tls_enabled) -- [upgrade_strategy](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/upgrade-strategy) +[Examples](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2) folder has different types of manifests for different scenarios and features. There are these YAML examples present in this directory: + +- [additional_config](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/additional_config) +- [advance_config](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/advance_config) +- [affinity](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/affinity) +- [disruption_budget](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/disruption_budget) +- [external_service](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/external_service) +- [password_protected](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/password_protected) +- [private_registry](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/private_registry) +- [probes](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/probes) +- [redis_monitoring](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/redis_monitoring) +- [tls_enabled](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/tls_enabled) +- [upgrade_strategy](https://github.com/OT-CONTAINER-KIT/redis-operator/tree/master/example/v1beta2/upgrade-strategy) A basic sample manifest for standalone redis: