Skip to content

Commit 0d4c374

Browse files
committed
fix components
1 parent 24b6ae6 commit 0d4c374

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/user-side-certificates/automated-deployment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ head: []
77
description: Automatically deploy a root certificate on desktop devices.
88
---
99

10-
import { Details, Render, APIRequest } from "~/components";
10+
import { Details, Render } from "~/components";
1111

1212
<Details header="Feature availability">
1313

src/content/docs/cloudflare-one/connections/connect-devices/user-side-certificates/custom-certificate.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: Configure WARP to use a custom root certificate instead of the
88
Cloudflare certificate.
99
---
1010

11-
import { Render, Tabs, TabItem, APIRequest } from "~/components";
11+
import { Render, Tabs, TabItem } from "~/components";
1212

1313
:::note
1414
Only available on Enterprise plans.

src/content/docs/cloudflare-one/identity/devices/warp-client-checks/client-certificate.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 3
66
---
77

8-
import { Details, Render, TabItem, Tabs, APIRequest } from "~/components";
8+
import { Details, Render, TabItem, Tabs } from "~/components";
99

1010
The Client Certificate device posture attribute checks if the device has a valid client certificate signed by a trusted certificate. The trusted certificate is uploaded to Cloudflare and specified as part of the posture check rule. The client certificate posture check can be used in Gateway and Access policies to ensure that the user is connecting from a managed device.
1111

src/content/partials/cloudflare-one/upload-mtls-cert.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ params:
44
- key?
55
---
66

7-
import { Markdown, APIrequest } from "~/components";
7+
import { Markdown, APIRequest } from "~/components";
88

99
Use the [Upload mTLS certificate endpoint](/api/resources/mtls_certificates/methods/create/) to upload the certificate and private key to Cloudflare. The certificate must be a {props.cert}, formatted as a single string with `\n` replacing the line breaks. {props.key}
1010

0 commit comments

Comments
 (0)