Skip to content

Commit

Permalink
Fix submenu captions
Browse files Browse the repository at this point in the history
Signed-off-by: raihankhan <[email protected]>
  • Loading branch information
raihankhan committed Sep 20, 2024
1 parent 4f43245 commit ede7ded
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RabbitMQ Compute Resource Autoscaling
menu:
docs_{{ .version }}:
identifier: rm-autoscaling-compute-description
name: Autoscaling Compute Resources
name: Autoscale Compute Resources
parent: rm-autoscaling-compute
weight: 15
menu_name: docs_{{ .version }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RabbitMQ Storage Autoscaling
menu:
docs_{{ .version }}:
identifier: rm-autoscaling-storage-description
name: Autoscaling Storage
name: Autoscale Storage
parent: rm-autoscaling-storage
weight: 20
menu_name: docs_{{ .version }}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/rabbitmq/quickstart/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RabbitMQ Quickstart
menu:
docs_{{ .version }}:
identifier: rm-quickstart-description
name: Overview
name: RabbitMQ
parent: rm-quickstart
weight: 15
menu_name: docs_{{ .version }}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/rabbitmq/reconfigure-tls/reconfigure-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Reconfigure RabbitMQ TLS/SSL Encryption
menu:
docs_{{ .version }}:
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_{{ .version }}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/rabbitmq/reconfigure/reconfigure.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Reconfigure RabbitMQ Cluster
menu:
docs_{{ .version }}:
identifier: rm-reconfigure-cluster
name: reconfigure-cluster
name: Reconfigure Configurations
parent: rm-reconfigure
weight: 20
menu_name: docs_{{ .version }}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/rabbitmq/restart/restart.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Restart RabbitMQ
menu:
docs_{{ .version }}:
identifier: rm-restart-details
name: Restart RabbitMQ
name: Restart Cluster
parent: rm-restart
weight: 10
menu_name: docs_{{ .version }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Horizontal Scaling RabbitMQ
menu:
docs_{{ .version }}:
identifier: rm-horizontal-scaling-ops
name: rabbitmq-horizontal-scaling
name: Scale Horizontally
parent: rm-horizontal-scaling
weight: 20
menu_name: docs_{{ .version }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Vertical Scaling RabbitMQ
menu:
docs_{{ .version }}:
identifier: rm-vertical-scaling-ops
name: rabbitmq-vertical-scaling
name: Scale Vertically
parent: rm-vertical-scaling
weight: 20
menu_name: docs_{{ .version }}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/rabbitmq/tls/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RabbitMQ TLS/SSL Encryption
menu:
docs_{{ .version }}:
identifier: rm-tls-describe
name: rabbitmq-tls
name: Configure TLS
parent: rm-tls
weight: 20
menu_name: docs_{{ .version }}
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/rabbitmq/volume-expansion/volume-expansion.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RabbitMQ Volume Expansion
menu:
docs_{{ .version }}:
identifier: rm-volume-expansion-describe
name: Standalone
name: Expand Storage Volume
parent: rm-volume-expansion
weight: 20
menu_name: docs_{{ .version }}
Expand All @@ -14,7 +14,7 @@ section_menu_id: guides
# 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

Expand All @@ -38,7 +38,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.

Expand Down

0 comments on commit ede7ded

Please sign in to comment.