diff --git a/src/content/docs/page-shield/alerts/configure.mdx b/src/content/docs/page-shield/alerts/configure.mdx index a477333e2f5423f..e59822e5d513bd3 100644 --- a/src/content/docs/page-shield/alerts/configure.mdx +++ b/src/content/docs/page-shield/alerts/configure.mdx @@ -7,6 +7,12 @@ sidebar: description: Configure scoped or unscoped client-side resource alerts to get notified about relevant client-side changes on your zones. --- -import { Render } from "~/components"; +import { Render, DashButton } from "~/components"; + +## Manage alerts + +To edit, delete, or disable an alert, go to the **Notifications** page. + + diff --git a/src/content/docs/security/rules.mdx b/src/content/docs/security/rules.mdx index e57b5eb82b1779a..0b67a8b12fe18f5 100644 --- a/src/content/docs/security/rules.mdx +++ b/src/content/docs/security/rules.mdx @@ -51,5 +51,5 @@ To learn more about DDoS protection overrides, refer to the following resources: - [Network-layer DDoS attack protection overrides](/ddos-protection/managed-rulesets/network/network-overrides/) :::note -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**. +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. ::: diff --git a/src/content/partials/page-shield/alerts-configure.mdx b/src/content/partials/page-shield/alerts-configure.mdx index 1da8edd257499e0..527b1e93c95abb4 100644 --- a/src/content/partials/page-shield/alerts-configure.mdx +++ b/src/content/partials/page-shield/alerts-configure.mdx @@ -2,13 +2,16 @@ {} --- -import { Steps } from "~/components"; +import { Steps, DashButton } from "~/components"; To configure an alert: -1. Go to Account Home > **Notifications**. +1. In the Cloudflare dashboard, go to the **Notifications** page. + + + 2. Choose **Add** and then select **Page Shield** in the **Product** dropdown. 3. Select an [alert type](/page-shield/alerts/alert-types/). 4. Enter the notification name and description. @@ -17,5 +20,3 @@ To configure an alert: 7. Select **Create**. - -To edit, delete, or disable an alert, go to your [account notifications](https://dash.cloudflare.com/?to=/:account/notifications).