Skip to content

Commit

Permalink
Fix rendering error on new operator usage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Feb 23, 2023
1 parent 3358d82 commit ad47f9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/content/api-docs/operator/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ $ curl \

<Tabs>
<Tab heading="OSS">

```json
{
"Usage": {
Expand All @@ -74,8 +75,10 @@ $ curl \
"ResultsFilteredByACLs": false
}
```

</Tab>
<Tab heading="Enterprise">

```json
{
"Usage": {
Expand Down Expand Up @@ -127,6 +130,7 @@ $ curl \
"ResultsFilteredByACLs": false
}
```

</Tab>
</Tabs>

Expand Down Expand Up @@ -158,4 +162,4 @@ $ curl \

- `PartitionNamespaceConnectServiceInstances` <EnterpriseAlert inline /> is
the total number of Connect service instances registered in the datacenter,
by partition and namespace.
by partition and namespace.

0 comments on commit ad47f9b

Please sign in to comment.