Skip to content

Commit d1bfffa

Browse files
pedrosousanevikashah
authored andcommitted
[Page Shield, Security] Use DashButton in instructions (#24887)
1 parent 7d24c63 commit d1bfffa

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

src/content/docs/page-shield/alerts/configure.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ sidebar:
77
description: Configure scoped or unscoped client-side resource alerts to get notified about relevant client-side changes on your zones.
88
---
99

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

1212
<Render file="alerts-configure" product="page-shield" />
13+
14+
## Manage alerts
15+
16+
To edit, delete, or disable an alert, go to the **Notifications** page.
17+
18+
<DashButton url="/?to=/:account/notifications" />

src/content/docs/security/rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ To learn more about DDoS protection overrides, refer to the following resources:
5151
- [Network-layer DDoS attack protection overrides](/ddos-protection/managed-rulesets/network/network-overrides/)
5252

5353
:::note
54-
You define overrides for the Network-layer DDoS attack protection managed ruleset at the account level in Account Home > **L3/4 DDoS** > **Network-layer DDoS Protection**.
54+
You define [overrides for the Network-layer DDoS attack protection managed ruleset](/ddos-protection/managed-rulesets/network/network-overrides/configure-dashboard/) at the account level.
5555
:::

src/content/partials/page-shield/alerts-configure.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
{}
33
---
44

5-
import { Steps } from "~/components";
5+
import { Steps, DashButton } from "~/components";
66

77
To configure an alert:
88

99
<Steps>
1010

11-
1. Go to Account Home > **Notifications**.
11+
1. In the Cloudflare dashboard, go to the **Notifications** page.
12+
13+
<DashButton url="/?to=/:account/notifications" />
14+
1215
2. Choose **Add** and then select **Page Shield** in the **Product** dropdown.
1316
3. Select an [alert type](/page-shield/alerts/alert-types/).
1417
4. Enter the notification name and description.
@@ -17,5 +20,3 @@ To configure an alert:
1720
7. Select **Create**.
1821

1922
</Steps>
20-
21-
To edit, delete, or disable an alert, go to your [account notifications](https://dash.cloudflare.com/?to=/:account/notifications).

0 commit comments

Comments
 (0)