Skip to content

Commit 31f2653

Browse files
committed
More DashButton additions
1 parent cdafb4e commit 31f2653

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

src/content/docs/fundamentals/manage-domains/pause-cloudflare.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ title: Pause Cloudflare
44

55
---
66

7+
import { DashButton } from "~/components";
8+
79
To troubleshoot your site, you can pause Cloudflare globally. This will send traffic directly to your origin web server instead of Cloudflare's reverse proxy. Paused domains also cannot use Cloudflare services like [Rules](/rules/), [WAF](/waf/), and [SSL/TLS certificates](/ssl/edge-certificates/). Consider turning on [Development Mode](/fundamentals/manage-domains/pause-cloudflare/#enable-development-mode) to bypass caching while preserving protection.
810

9-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
11+
1. Log in to the Cloudflare dashboard and select your account and domain.
12+
13+
<DashButton url="/?to=/:account/home" />
1014

1115
2. Within **Overview**, choose **Advanced Actions** > **Pause Cloudflare on Site**.
1216

src/content/docs/fundamentals/performance/preparing-for-surges-or-spikes-in-web-traffic.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ title: Prepare for surges or spikes in web traffic
44

55
---
66

7+
import { DashButton } from "~/components";
8+
79
## Use Cloudflare Cache features to optimize caching
810

911
By default, Cloudflare [caches static content](/cache/concepts/default-cache-behavior/) such as images, CSS, and JavaScript. However, you can extend Cloudflare caching to work with HTML by creating custom [Cache Rules](/cache/how-to/cache-rules/).
1012

1113
### Cache more requests
1214

13-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account and domain.
15+
1. Log in to the Cloudflare dashboard and select your account and domain.
16+
17+
<DashButton url="/?to=/:account/home" />
1418

1519
2. Go to **Caching****Cache Rules** and select **Create rule**.
1620

src/content/docs/network-error-logging/get-started.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ pcx_content_type: get-started
44

55
---
66

7+
import { DashButton } from "~/components";
8+
79
Network Error Logging is available to users on all plan types.
810

911
To enable Network Error Logging for Free and Pro zones:
1012

11-
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/).
13+
1. Log in to your Cloudflare dashboard.
14+
15+
<DashButton url="/?to=/:account/home" />
16+
1217
2. Select **Network** and locate **Network Error Logging Monitoring**.
1318
3. Select the toggle to enable Network Error Logging.
1419

src/content/docs/network-error-logging/how-to.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,19 @@ description: NEL reports show you why a request failed, the country a request
1010

1111
---
1212

13+
import { DashButton } from "~/components";
14+
1315
Use NEL reports to view information such as:
1416

1517
* Why a request failed
1618
* The country a request failed from
1719
* The last mile network a request failed from
1820
* The Cloudflare data center the request was most likely meant for
1921

20-
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/).
22+
1. Log in to your Cloudflare dashboard.
23+
24+
<DashButton url="/?to=/:account/home" />
25+
2126
2. Select **Analytics & Logs** > **Edge Reachability**.
2227

2328
Click a tab under **Reachability summary** to view specific information related to your Origin ASN, Origin, IP, or data center. Hover over a location on the map to view the number of reachable requests.

0 commit comments

Comments
 (0)