Skip to content

Commit 99c3e69

Browse files
committed
[APO] Use DashButton component
1 parent f59e2da commit 99c3e69

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

src/content/docs/automatic-platform-optimization/get-started/activate-cf-wp-plugin.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ The Cloudflare APO WordPress plugin does not support multisite WordPress install
3939

4040
<DashButton url="/?to=/:account/:zone/speed/optimization" />
4141

42-
3. Go to **Content Optimization**.
43-
4. For **Automatic Platform Optimization for WordPress**, select **Purchase**.
44-
5. Enter your payment information and select **Confirm payment**.
42+
2. Go to **Content Optimization**.
43+
3. For **Automatic Platform Optimization for WordPress**, select **Purchase**.
44+
4. Enter your payment information and select **Confirm payment**.
4545

4646
## Install and activate the Cloudflare WordPress plugin
4747

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
---
2-
title: Confirm DNS Records
2+
title: Confirm DNS records
33
pcx_content_type: how-to
44
sidebar:
55
order: 6
66
head:
77
- tag: title
88
content: Confirm DNS records
9-
109
---
1110

12-
Before you change your nameserver, confirm your DNS records are displaying correctly.
11+
import { DashButton } from "~/components";
12+
13+
Before you change your nameservers, confirm your DNS records are displaying correctly.
14+
15+
1. In the Cloudflare dashboard, go to the DNS **Records** page.
16+
17+
<DashButton url="/?to=/:account/:zone/dns/records" />
1318

14-
1. Open your Cloudflare dashboard and select your account.
15-
2. Select your domain from the dropdown.
16-
3. Select the **DNS** > **Records** tile. DNS management for your domain displays.
17-
4. To add a record, select **Add record.**
18-
5. To edit an existing record, select **Edit** for the appropriate record.
19-
6. After making your changes, select **Save**.
19+
2. To add a record, select **Add record**.
20+
3. To edit an existing record, select **Edit** for the appropriate record.
21+
4. After making your changes, select **Save**.
2022

2123
After you confirm your DNS records, [change your nameservers](/automatic-platform-optimization/get-started/change-nameservers/).

src/content/docs/automatic-platform-optimization/get-started/verify-apo-works.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can check whether or not APO is working by verifying APO headers are present
2121
- `cf-edge-cache` | `cache, platform=wordpress`
2222
- The `cf-edge-cache` headers confirms the WordPress plugin is installed and enabled.
2323

24-
In a terminal, use the following cURL. The header `'accept: text/html'` is important
24+
In a terminal, use the following cURL. The header `'accept: text/html'` is important.
2525

2626
```sh
2727
curl -svo /dev/null -A "CF" 'https://example.com/' -H 'accept: text/html' 2>&1 | grep 'cf-cache-status\|cf-edge\|cf-apo-via'
@@ -42,4 +42,4 @@ As always, `cf-cache-status` displays if the asset hit the cache or was consider
4242

4343
## Verify the APO integration and WordPress integration work
4444

45-
Open your WordPress site and publish a change. When the integration is working, the page is cached with `cf-cache-status: HIT` and `cf-apo-via: tcache`
45+
Open your WordPress site and publish a change. When the integration is working, the page is cached with `cf-cache-status: HIT` and `cf-apo-via: tcache`.

0 commit comments

Comments
 (0)