Skip to content

Commit

Permalink
fix operator prerender issue
Browse files Browse the repository at this point in the history
  • Loading branch information
im2nguyen committed Feb 22, 2023
1 parent e6b1e69 commit d5a4314
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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

0 comments on commit d5a4314

Please sign in to comment.