Skip to content

Commit 0a7fcb3

Browse files
committed
Cloudflare for Platforms - dash button
1 parent 2881bf1 commit 0a7fcb3

File tree

2 files changed

+10
-7
lines changed
  • src/content/docs/cloudflare-for-platforms

2 files changed

+10
-7
lines changed

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/security/waf-for-saas/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
label: Setup
77
---
88

9-
import { APIRequest } from "~/components";
9+
import { DashButton, APIRequest, } from "~/components";
1010

1111
[Web Application Firewall (WAF)](/waf/) allows you to create additional security measures through Cloudflare. As a SaaS provider, you can link custom rules, rate limiting rules, and managed rules to your custom hostnames. This provides more control to keep your domains safe from malicious traffic.
1212

@@ -102,12 +102,12 @@ This assigns custom metadata to your custom hostname so that it has a security t
102102

103103
To build rules through the dashboard:
104104

105-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and navigate to your account and website.
105+
1. In the Cloudflare dashboard, go to **WAF**.
106106

107-
2. Select **Security** > **WAF**.
107+
<DashButton url="/?to=/:account/application-security/waf" />
108108

109-
3. Follow the instructions on the dashboard specific to custom rules, rate limiting rules, or managed rules, depending on your security goal.
109+
2. Follow the instructions on the dashboard specific to custom rules, rate limiting rules, or managed rules, depending on your security goal.
110110

111-
4. Once the rule is active, you should see it under the applicable tab (custom rules, rate limiting, or managed rules).
111+
3. Once the rule is active, you should see it under the applicable tab (custom rules, rate limiting, or managed rules).
112112

113113
![Rule Active](~/assets/images/cloudflare-for-platforms/active-rule.png)

src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started/configuration.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ sidebar:
55
order: 1
66
---
77

8-
import { Render, PackageManagers, WranglerConfig } from "~/components";
8+
import { DashButton, Render, PackageManagers, WranglerConfig } from "~/components";
99

1010
## Prerequisites:
1111

1212
### Enable Workers for Platforms
1313

1414
To enable Workers for Platforms, you will need to purchase the [Workers for Platforms Paid plan](/cloudflare-for-platforms/workers-for-platforms/platform/pricing/).
1515

16-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/workers-for-platforms), and select your account.
16+
1. In the Cloudflare dashboard, go to **Workers for Platforms** and select your account.
17+
18+
<DashButton url="/?to=/:account/workers-for-platforms" />
19+
1720
2. Complete the payment process for the Workers for Platforms Paid plan.
1821

1922
If you are an Enterprise customer, contact your Cloudflare account team to enable Workers for Platforms.

0 commit comments

Comments
 (0)