Skip to content

Commit 35a1a7e

Browse files
Inspect and apply changes to dns partials
1 parent 1588f99 commit 35a1a7e

File tree

4 files changed

+22
-10
lines changed

4 files changed

+22
-10
lines changed

src/content/partials/dns/dns-record-steps.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ params:
44
- example
55
---
66

7-
import { Tabs, TabItem, Render, GlossaryTooltip } from "~/components";
7+
import { Tabs, TabItem, Render, GlossaryTooltip, DashButton } from "~/components";
88

99
<Tabs syncKey="dashPlusAPI">
1010
<TabItem label="Dashboard">
11-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and zone.
12-
2. Go to **DNS** > **Records** and select **Add record**.
11+
1. In the Cloudflare dashboard, go to the **DNS Records** page.
12+
13+
<DashButton url="/?to=/:account/:zone/dns/records" />
14+
15+
2. Select **Add record**.
1316
3. Select `A`, `AAAA`, or `CNAME` as the record **Type**, according to your needs:
1417
- To point to an IPv4 address, select `A`, use {props.name} (<code>{props.example}</code>) for the record **Name**, and insert the IPv4 address in the respective field.
1518
- To point to an IPv6 address, select `AAAA`, use {props.name} (<code>{props.example}</code>) for the record **Name**, and insert the IPv6 address in the respective field.

src/content/partials/dns/dns-scan-intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
---
55

6-
Cloudflare can [automatically scan for common records](/dns/zone-setups/reference/dns-quick-scan/) and add them to the [DNS zone](/dns/concepts/#zone) for you, or you can add records manually. These records show up under your domain on the **DNS** > **Records** page of the dashboard.
6+
Cloudflare can [automatically scan for common records](/dns/zone-setups/reference/dns-quick-scan/) and add them to the [DNS zone](/dns/concepts/#zone) for you, or you can add records manually. These records show up under your domain on the [**DNS Records**](https://dash.cloudflare.com/?to=/:account/:zone/dns/records) page of the dashboard.

src/content/partials/dns/dnssec-cloudflare-steps.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
---
55

6-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and domain.
7-
2. Go to **DNS** > **Settings**.
8-
3. For **DNSSEC**, click **Enable DNSSEC**.
9-
4. In the dialog, you have access to several necessary values to help you create a **DS** record at your registrar. Once you close the dialog, you can access this information by clicking **DS record** on the **DNSSEC** card.
6+
import { DashButton } from "~/components";
7+
8+
1. In the Cloudflare dashboard, go to the **DNS Settings** page.
9+
10+
<DashButton url="/?to=/:account/:zone/dns/settings" />
11+
12+
2. For **DNSSEC**, click **Enable DNSSEC**.
13+
3. In the dialog, you have access to several necessary values to help you create a **DS** record at your registrar. Once you close the dialog, you can access this information by clicking **DS record** on the **DNSSEC** card.

src/content/partials/dns/secondary-conversion-unlink.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33

44
---
55

6-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account and zone.
7-
2. Go to **DNS** > **Settings** > **DNS Zone Transfers** and select **Manage linked peers**.
6+
import { DashButton } from "~/components";
7+
8+
1. In the Cloudflare dashboard, go to the **DNS Settings** page.
9+
10+
<DashButton url="/?to=/:account/:zone/dns/settings" />
11+
12+
2. Under **DNS Zone Transfers**, and select **Manage linked peers**.
813
3. Unlink the peer and select **Save**.
914

1015
At this point, your zone will be read-only.

0 commit comments

Comments
 (0)