We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1730a8 commit b3761f3Copy full SHA for b3761f3
src/content/partials/api-shield/labels-add.mdx
@@ -3,15 +3,14 @@ params:
3
- labelName?
4
---
5
6
-import { DashButton, Markdown } from "~/components";
+import { DashButton } from "~/components";
7
8
{/* prettier-ignore-start */}
9
10
1. In the Cloudflare dashboard, go to the **Web assets** page.
11
12
<DashButton url="/?to=/:account/:zone/security/web-assets" />
13
-2. Go to the **Endpoints** tab.
14
-3. Choose the endpoint that you want to label.
+2. In the **Endpoints** tab, choose the endpoint that you want to label.
15
4. Select **Edit endpoint labels**.
16
5. { props.labelName ? (
17
<>
0 commit comments