Skip to content

Commit

Permalink
docs: modify tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacky-xbb committed Jul 25, 2023
1 parent 2e4d873 commit 89258d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/en_US/tasks/configure-emqx-rebalance.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The corresponding CRD of the cluster rebalancing in EMQX Operator is `Rebalance`

:::: tabs type:card

::: tab apps.emqx.io/v2alpha2
::: tab EMQX Enterprise 5.x

```yaml
apiVersion: apps.emqx.io/v2alpha2
Expand All @@ -51,10 +51,10 @@ spec:
:::
::: tab apps.emqx.io/v1beta4
::: tab EMQX Enterprise 4.x
```yaml
apiVersion: apps.emqx.io/v1beta4
apiVersion: apps.emqx.io/v2alpha2
kind: Rebalance
metadata:
name: rebalance-sample
Expand Down
6 changes: 3 additions & 3 deletions docs/zh_CN/tasks/configure-emqx-rebalance.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

:::: tabs type:card

::: tab apps.emqx.io/v2alpha2
::: tab EMQX Enterprise 5.x

```yaml
apiVersion: apps.emqx.io/v2alpha2
Expand All @@ -52,10 +52,10 @@ spec:
:::
::: tab apps.emqx.io/v1beta4
::: tab EMQX Enterprise 4.x
```yaml
apiVersion: apps.emqx.io/v1beta4
apiVersion: apps.emqx.io/v2alpha2
kind: Rebalance
metadata:
name: rebalance-sample
Expand Down

0 comments on commit 89258d5

Please sign in to comment.