From ad47f9be23ab6912707f48cd77b058232dcc0ec2 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Thu, 23 Feb 2023 11:32:19 -0500 Subject: [PATCH] Fix rendering error on new operator usage docs --- website/content/api-docs/operator/usage.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/content/api-docs/operator/usage.mdx b/website/content/api-docs/operator/usage.mdx index 82202b13fb8..099340f8fde 100644 --- a/website/content/api-docs/operator/usage.mdx +++ b/website/content/api-docs/operator/usage.mdx @@ -49,6 +49,7 @@ $ curl \ + ```json { "Usage": { @@ -74,8 +75,10 @@ $ curl \ "ResultsFilteredByACLs": false } ``` + + ```json { "Usage": { @@ -127,6 +130,7 @@ $ curl \ "ResultsFilteredByACLs": false } ``` + @@ -158,4 +162,4 @@ $ curl \ - `PartitionNamespaceConnectServiceInstances` is the total number of Connect service instances registered in the datacenter, - by partition and namespace. \ No newline at end of file + by partition and namespace.