From 8b66e9b47d3fdedf8fbce99fa5222c9babf2c153 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Fri, 20 Sep 2024 10:52:05 -0700 Subject: [PATCH] Update rabbitmq docs Signed-off-by: Tamal Saha --- content/docs/v2024.8.21/guides/rabbitmq/README.md | 4 ++-- content/docs/v2024.8.21/guides/rabbitmq/_index.md | 1 + .../docs/v2024.8.21/guides/rabbitmq/autoscaler/_index.md | 2 +- .../v2024.8.21/guides/rabbitmq/autoscaler/compute/_index.md | 2 +- .../guides/rabbitmq/autoscaler/compute/compute-autoscale.md | 4 ++-- .../guides/rabbitmq/autoscaler/compute/overview.md | 2 +- .../v2024.8.21/guides/rabbitmq/autoscaler/storage/_index.md | 4 ++-- .../guides/rabbitmq/autoscaler/storage/overview.md | 2 +- .../guides/rabbitmq/autoscaler/storage/storage-autoscale.md | 4 ++-- content/docs/v2024.8.21/guides/rabbitmq/concepts/_index.md | 2 +- .../docs/v2024.8.21/guides/rabbitmq/configuration/_index.md | 2 +- .../docs/v2024.8.21/guides/rabbitmq/monitoring/_index.md | 2 +- .../docs/v2024.8.21/guides/rabbitmq/quickstart/_index.md | 2 +- .../v2024.8.21/guides/rabbitmq/quickstart/quickstart.md | 2 +- .../v2024.8.21/guides/rabbitmq/reconfigure-tls/_index.md | 2 +- .../guides/rabbitmq/reconfigure-tls/reconfigure-tls.md | 2 +- .../docs/v2024.8.21/guides/rabbitmq/reconfigure/_index.md | 2 +- .../v2024.8.21/guides/rabbitmq/reconfigure/reconfigure.md | 2 +- content/docs/v2024.8.21/guides/rabbitmq/restart/_index.md | 2 +- content/docs/v2024.8.21/guides/rabbitmq/restart/restart.md | 2 +- content/docs/v2024.8.21/guides/rabbitmq/scaling/_index.md | 2 +- .../scaling/horizontal-scaling/horizontal-scaling.md | 2 +- .../rabbitmq/scaling/vertical-scaling/vertical-scaling.md | 2 +- content/docs/v2024.8.21/guides/rabbitmq/tls/_index.md | 2 +- content/docs/v2024.8.21/guides/rabbitmq/tls/tls.md | 2 +- .../v2024.8.21/guides/rabbitmq/update-version/_index.md | 2 +- .../v2024.8.21/guides/rabbitmq/volume-expansion/_index.md | 2 +- .../guides/rabbitmq/volume-expansion/volume-expansion.md | 6 +++--- 28 files changed, 34 insertions(+), 33 deletions(-) diff --git a/content/docs/v2024.8.21/guides/rabbitmq/README.md b/content/docs/v2024.8.21/guides/rabbitmq/README.md index a7c154ac9a..dba482b785 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/README.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/README.md @@ -2,9 +2,9 @@ title: RabbitMQ menu: docs_v2024.8.21: - identifier: guides-rabbitmq-readme + identifier: rm-guides-readme name: RabbitMQ - parent: guides-rabbitmq + parent: rm-guides weight: 10 menu_name: docs_v2024.8.21 section_menu_id: guides diff --git a/content/docs/v2024.8.21/guides/rabbitmq/_index.md b/content/docs/v2024.8.21/guides/rabbitmq/_index.md index 08d67e6d05..5f558d7457 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/_index.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/_index.md @@ -3,6 +3,7 @@ title: RabbitMQ menu: docs_v2024.8.21: identifier: rm-guides + name: RabbitMQ parent: guides weight: 10 menu_name: docs_v2024.8.21 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/_index.md b/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/_index.md index 41059c8983..82f68af7f0 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/_index.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/_index.md @@ -5,7 +5,7 @@ menu: identifier: rm-autoscaling name: Autoscaling parent: rm-guides - weight: 46 + weight: 90 menu_name: docs_v2024.8.21 info: autoscaler: v0.32.0 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/compute/_index.md b/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/compute/_index.md index 4801730850..679f0fc2d7 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/compute/_index.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/compute/_index.md @@ -5,7 +5,7 @@ menu: identifier: rm-autoscaling-compute name: Compute Autoscaling parent: rm-autoscaling - weight: 46 + weight: 91 menu_name: docs_v2024.8.21 info: autoscaler: v0.32.0 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/compute/compute-autoscale.md b/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/compute/compute-autoscale.md index 80b173946f..3e53c10d3c 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/compute/compute-autoscale.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/compute/compute-autoscale.md @@ -3,8 +3,8 @@ title: RabbitMQ Compute Resource Autoscaling menu: docs_v2024.8.21: identifier: rm-autoscaling-compute-description - name: rabbitmq-compute - parent: rm-autoscaling + name: Autoscale Compute Resources + parent: rm-autoscaling-compute weight: 15 menu_name: docs_v2024.8.21 section_menu_id: guides diff --git a/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/compute/overview.md b/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/compute/overview.md index 1d9aad2b32..6deea9f4d3 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/compute/overview.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/compute/overview.md @@ -4,7 +4,7 @@ menu: docs_v2024.8.21: identifier: rm-autoscaling-compute-overview name: Overview - parent: rm-autoscaling + parent: rm-autoscaling-compute weight: 10 menu_name: docs_v2024.8.21 section_menu_id: guides diff --git a/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/storage/_index.md b/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/storage/_index.md index 054ead2b82..58fd16ed0b 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/storage/_index.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/storage/_index.md @@ -2,10 +2,10 @@ title: Storage Autoscaling menu: docs_v2024.8.21: - identifier: rm-storage-autoscaling + identifier: rm-autoscaling-storage name: Storage Autoscaling parent: rm-autoscaling - weight: 46 + weight: 92 menu_name: docs_v2024.8.21 info: autoscaler: v0.32.0 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/storage/overview.md b/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/storage/overview.md index f9d232881d..44cd1b10e1 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/storage/overview.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/storage/overview.md @@ -4,7 +4,7 @@ menu: docs_v2024.8.21: identifier: rm-autoscaling-storage-overview name: Overview - parent: rm-autoscaling + parent: rm-autoscaling-storage weight: 10 menu_name: docs_v2024.8.21 section_menu_id: guides diff --git a/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/storage/storage-autoscale.md b/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/storage/storage-autoscale.md index 0a9a031b41..b8b5e48c30 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/storage/storage-autoscale.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/autoscaler/storage/storage-autoscale.md @@ -3,8 +3,8 @@ title: RabbitMQ Storage Autoscaling menu: docs_v2024.8.21: identifier: rm-autoscaling-storage-description - name: storage-autoscaling - parent: rm-autoscaling + name: Autoscale Storage + parent: rm-autoscaling-storage weight: 20 menu_name: docs_v2024.8.21 section_menu_id: guides diff --git a/content/docs/v2024.8.21/guides/rabbitmq/concepts/_index.md b/content/docs/v2024.8.21/guides/rabbitmq/concepts/_index.md index be950121ba..d673c6220e 100755 --- a/content/docs/v2024.8.21/guides/rabbitmq/concepts/_index.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/concepts/_index.md @@ -5,7 +5,7 @@ menu: identifier: rm-concepts-guides name: Concepts parent: rm-guides - weight: 20 + weight: 30 menu_name: docs_v2024.8.21 info: autoscaler: v0.32.0 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/configuration/_index.md b/content/docs/v2024.8.21/guides/rabbitmq/configuration/_index.md index 3133baae0a..aec8f4a486 100755 --- a/content/docs/v2024.8.21/guides/rabbitmq/configuration/_index.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/configuration/_index.md @@ -5,7 +5,7 @@ menu: identifier: rm-configuration name: Custom Configuration parent: rm-guides - weight: 30 + weight: 40 menu_name: docs_v2024.8.21 info: autoscaler: v0.32.0 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/monitoring/_index.md b/content/docs/v2024.8.21/guides/rabbitmq/monitoring/_index.md index d7c154410f..fc7c385161 100755 --- a/content/docs/v2024.8.21/guides/rabbitmq/monitoring/_index.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/monitoring/_index.md @@ -5,7 +5,7 @@ menu: identifier: rm-monitoring-guides name: Monitoring parent: rm-guides - weight: 50 + weight: 110 menu_name: docs_v2024.8.21 info: autoscaler: v0.32.0 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/quickstart/_index.md b/content/docs/v2024.8.21/guides/rabbitmq/quickstart/_index.md index 5f99d2681c..9a2df854ed 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/quickstart/_index.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/quickstart/_index.md @@ -5,7 +5,7 @@ menu: identifier: rm-quickstart name: Quickstart parent: rm-guides - weight: 10 + weight: 20 menu_name: docs_v2024.8.21 info: autoscaler: v0.32.0 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/quickstart/quickstart.md b/content/docs/v2024.8.21/guides/rabbitmq/quickstart/quickstart.md index d9a83aba56..4ca541a989 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/quickstart/quickstart.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/quickstart/quickstart.md @@ -3,7 +3,7 @@ title: RabbitMQ Quickstart menu: docs_v2024.8.21: identifier: rm-quickstart-description - name: Overview + name: RabbitMQ parent: rm-quickstart weight: 15 menu_name: docs_v2024.8.21 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/reconfigure-tls/_index.md b/content/docs/v2024.8.21/guides/rabbitmq/reconfigure-tls/_index.md index 1a0af3c89a..deba7645b0 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/reconfigure-tls/_index.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/reconfigure-tls/_index.md @@ -5,7 +5,7 @@ menu: identifier: rm-reconfigure-tls name: Reconfigure TLS/SSL parent: rm-guides - weight: 46 + weight: 90 menu_name: docs_v2024.8.21 info: autoscaler: v0.32.0 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/reconfigure-tls/reconfigure-tls.md b/content/docs/v2024.8.21/guides/rabbitmq/reconfigure-tls/reconfigure-tls.md index 2e4e01df6b..14d2da4987 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/reconfigure-tls/reconfigure-tls.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/reconfigure-tls/reconfigure-tls.md @@ -3,7 +3,7 @@ title: Reconfigure RabbitMQ TLS/SSL Encryption menu: docs_v2024.8.21: identifier: rm-reconfigure-tls-ops - name: Reconfigure RabbitMQ TLS/SSL Encryption + name: Reconfigure TLS/SSL Encryption parent: rm-reconfigure-tls weight: 10 menu_name: docs_v2024.8.21 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/reconfigure/_index.md b/content/docs/v2024.8.21/guides/rabbitmq/reconfigure/_index.md index 0951a38207..c29b6d34ff 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/reconfigure/_index.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/reconfigure/_index.md @@ -5,7 +5,7 @@ menu: identifier: rm-reconfigure name: Reconfigure parent: rm-guides - weight: 46 + weight: 80 menu_name: docs_v2024.8.21 info: autoscaler: v0.32.0 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/reconfigure/reconfigure.md b/content/docs/v2024.8.21/guides/rabbitmq/reconfigure/reconfigure.md index caa291ca84..6368984381 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/reconfigure/reconfigure.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/reconfigure/reconfigure.md @@ -3,7 +3,7 @@ title: Reconfigure RabbitMQ Cluster menu: docs_v2024.8.21: identifier: rm-reconfigure-cluster - name: reconfigure-cluster + name: Reconfigure Configurations parent: rm-reconfigure weight: 20 menu_name: docs_v2024.8.21 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/restart/_index.md b/content/docs/v2024.8.21/guides/rabbitmq/restart/_index.md index eee000c09f..8ebdd90317 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/restart/_index.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/restart/_index.md @@ -5,7 +5,7 @@ menu: identifier: rm-restart name: Restart parent: rm-guides - weight: 46 + weight: 100 menu_name: docs_v2024.8.21 info: autoscaler: v0.32.0 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/restart/restart.md b/content/docs/v2024.8.21/guides/rabbitmq/restart/restart.md index 82cec36895..34fbeb45e6 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/restart/restart.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/restart/restart.md @@ -3,7 +3,7 @@ title: Restart RabbitMQ menu: docs_v2024.8.21: identifier: rm-restart-details - name: Restart RabbitMQ + name: Restart Cluster parent: rm-restart weight: 10 menu_name: docs_v2024.8.21 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/scaling/_index.md b/content/docs/v2024.8.21/guides/rabbitmq/scaling/_index.md index 0e642890fc..37f824ccab 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/scaling/_index.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/scaling/_index.md @@ -5,7 +5,7 @@ menu: identifier: rm-scaling name: Scaling parent: rm-guides - weight: 43 + weight: 60 menu_name: docs_v2024.8.21 info: autoscaler: v0.32.0 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/scaling/horizontal-scaling/horizontal-scaling.md b/content/docs/v2024.8.21/guides/rabbitmq/scaling/horizontal-scaling/horizontal-scaling.md index b138c1d043..768da9e981 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/scaling/horizontal-scaling/horizontal-scaling.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/scaling/horizontal-scaling/horizontal-scaling.md @@ -3,7 +3,7 @@ title: Horizontal Scaling RabbitMQ menu: docs_v2024.8.21: identifier: rm-horizontal-scaling-ops - name: rabbitmq-horizontal-scaling + name: Scale Horizontally parent: rm-horizontal-scaling weight: 20 menu_name: docs_v2024.8.21 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/scaling/vertical-scaling/vertical-scaling.md b/content/docs/v2024.8.21/guides/rabbitmq/scaling/vertical-scaling/vertical-scaling.md index 11c8a21ce5..b27d8fb061 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/scaling/vertical-scaling/vertical-scaling.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/scaling/vertical-scaling/vertical-scaling.md @@ -3,7 +3,7 @@ title: Vertical Scaling RabbitMQ menu: docs_v2024.8.21: identifier: rm-vertical-scaling-ops - name: rabbitmq-vertical-scaling + name: Scale Vertically parent: rm-vertical-scaling weight: 20 menu_name: docs_v2024.8.21 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/tls/_index.md b/content/docs/v2024.8.21/guides/rabbitmq/tls/_index.md index 5b28079411..d32ab9e18b 100755 --- a/content/docs/v2024.8.21/guides/rabbitmq/tls/_index.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/tls/_index.md @@ -5,7 +5,7 @@ menu: identifier: rm-tls name: TLS/SSL Encryption parent: rm-guides - weight: 45 + weight: 80 menu_name: docs_v2024.8.21 info: autoscaler: v0.32.0 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/tls/tls.md b/content/docs/v2024.8.21/guides/rabbitmq/tls/tls.md index 928f937910..8b480034b9 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/tls/tls.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/tls/tls.md @@ -3,7 +3,7 @@ title: RabbitMQ TLS/SSL Encryption menu: docs_v2024.8.21: identifier: rm-tls-describe - name: rabbitmq-tls + name: Configure TLS parent: rm-tls weight: 20 menu_name: docs_v2024.8.21 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/update-version/_index.md b/content/docs/v2024.8.21/guides/rabbitmq/update-version/_index.md index c188043726..86ba8bee09 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/update-version/_index.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/update-version/_index.md @@ -5,7 +5,7 @@ menu: identifier: rm-update-version name: Update Version parent: rm-guides - weight: 42 + weight: 50 menu_name: docs_v2024.8.21 info: autoscaler: v0.32.0 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/volume-expansion/_index.md b/content/docs/v2024.8.21/guides/rabbitmq/volume-expansion/_index.md index 7900188dbf..b980cbe0f4 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/volume-expansion/_index.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/volume-expansion/_index.md @@ -5,7 +5,7 @@ menu: identifier: rm-volume-expansion name: Volume Expansion parent: rm-guides - weight: 44 + weight: 70 menu_name: docs_v2024.8.21 info: autoscaler: v0.32.0 diff --git a/content/docs/v2024.8.21/guides/rabbitmq/volume-expansion/volume-expansion.md b/content/docs/v2024.8.21/guides/rabbitmq/volume-expansion/volume-expansion.md index 6ffab3c94e..08b181b446 100644 --- a/content/docs/v2024.8.21/guides/rabbitmq/volume-expansion/volume-expansion.md +++ b/content/docs/v2024.8.21/guides/rabbitmq/volume-expansion/volume-expansion.md @@ -3,7 +3,7 @@ title: RabbitMQ Volume Expansion menu: docs_v2024.8.21: identifier: rm-volume-expansion-describe - name: Standalone + name: Expand Storage Volume parent: rm-volume-expansion weight: 20 menu_name: docs_v2024.8.21 @@ -25,7 +25,7 @@ info: # RabbitMQ Standalone Volume Expansion -This guide will show you how to use `KubeDB` Ops-manager operator to expand the volume of a RabbitMQ standalone database. +This guide will show you how to use `KubeDB` Ops-manager operator to expand the volume of a RabbitMQ database. ## Before You Begin @@ -49,7 +49,7 @@ namespace/demo created > Note: The yaml files used in this tutorial are stored in [docs/examples/RabbitMQ](https://github.com/kubedb/docs/tree/{{< param "info.version" >}}/docs/examples/rabbitmq) folder in GitHub repository [kubedb/docs](https://github.com/kubedb/docs). -## Expand Volume of Standalone Database +## Expand Volume of RabbitMQ Database Here, we are going to deploy a `RabbitMQ` standalone using a supported version by `KubeDB` operator. Then we are going to apply `RabbitMQOpsRequest` to expand its volume.