Skip to content

Commit 593117a

Browse files
[Various] Replace more nav steps with DashButton or deep link (#26169)
* Replace navigation steps that did not follow the pattern * Fix missing DashButton component * Fix route for SSL/TLS Overview * Fix typo Co-authored-by: marciocloudflare <[email protected]> --------- Co-authored-by: marciocloudflare <[email protected]>
1 parent db9e641 commit 593117a

File tree

5 files changed

+30
-20
lines changed

5 files changed

+30
-20
lines changed

src/content/docs/byoip/address-maps/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Both IPv4 and IPv6 addresses are supported.
2424

2525
For zones using [Cloudflare's authoritative DNS](/dns/), Cloudflare typically responds to DNS queries for proxied hostnames with [anycast IPs](/fundamentals/concepts/cloudflare-ip-addresses/). However, if you [customize the IPs Cloudflare uses](/fundamentals/concepts/cloudflare-ip-addresses/#customize-cloudflare-ip-addresses) and use Address Maps, Cloudflare will respond with the IP address(es) on the address map.
2626

27-
Address maps do not change [how Cloudflare reaches the configured origin](/fundamentals/concepts/how-cloudflare-works/#how-cloudflare-works-as-a-reverse-proxy). The IP addresses defined on the **DNS** > **Records** under your zone continue to instruct Cloudflare how to reach the origin.
27+
Address maps do not change [how Cloudflare reaches the configured origin](/fundamentals/concepts/how-cloudflare-works/#how-cloudflare-works-as-a-reverse-proxy). The IP addresses defined on your zone's [DNS Records](https://dash.cloudflare.com/?to=/:account/:zone/dns/records) continue to instruct Cloudflare how to reach the origin.
2828

2929
:::caution
3030
Depending on whether you use static IPs or BYOIP, the process to [create an address map](/byoip/address-maps/setup/) is different.

src/content/docs/byoip/service-bindings/cdn-and-spectrum.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,14 @@ As you create the necessary DNS records, [Total TLS](/ssl/edge-certificates/addi
134134

135135
To create a DNS record in the dashboard:
136136

137-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select an account and domain.
138-
2. Go to **DNS** > **Records**.
139-
3. Select **Add record**.
140-
4. Choose an address (`A`/`AAAA`) [record type](/dns/manage-dns-records/reference/dns-record-types/).
141-
5. Complete the required fields, setting the **Proxy status** to **proxied**.
142-
6. Select **Save**.
137+
1. In the Cloudflare dashboard, go to the **DNS Records** page.
138+
139+
<DashButton url="/?to=/:account/:zone/dns/records" />
140+
141+
2. Select **Add record**.
142+
3. Choose an address (`A`/`AAAA`) [record type](/dns/manage-dns-records/reference/dns-record-types/).
143+
4. Complete the required fields, setting the **Proxy status** to **proxied**.
144+
5. Select **Save**.
143145

144146
</TabItem>
145147
<TabItem label="API" no-code="true">

src/content/docs/byoip/service-bindings/magic-transit-with-cdn.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,14 @@ Make sure you have the correct Key/Token and permissions.
101101

102102
To create a DNS record in the dashboard:
103103

104-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select an account and domain.
105-
2. Go to **DNS** > **Records**.
106-
3. Select **Add record**.
107-
4. Choose an address (`A`/`AAAA`) [record type](/dns/manage-dns-records/reference/dns-record-types/).
108-
5. Complete the required fields, setting the **Proxy status** to **proxied**.
109-
6. Select **Save**.
104+
1. In the Cloudflare dashboard, go to the **DNS Records** page.
105+
106+
<DashButton url="/?to=/:account/:zone/dns/records" />
107+
108+
2. Select **Add record**.
109+
3. Choose an address (`A`/`AAAA`) [record type](/dns/manage-dns-records/reference/dns-record-types/).
110+
4. Complete the required fields, setting the **Proxy status** to **proxied**.
111+
5. Select **Save**.
110112

111113
</TabItem>
112114
<TabItem label="API" no-code="true">

src/content/docs/ssl/origin-configuration/ssl-tls-recommender.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
text: Deprecated
88
---
99

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

1212
The SSL/TLS Recommender helps you choose which [Encryption mode](/ssl/origin-configuration/ssl-modes/) is best for your application.
1313

@@ -33,9 +33,11 @@ Then, you can enable the SSL/TLS recommender.
3333

3434
To enable SSL/TLS recommendations in the dashboard:
3535

36-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and application.
37-
2. Go to **SSL/TLS**.
38-
3. For **SSL/TLS Recommender**, switch the toggle to **On**.
36+
1. In the Cloudflare dashboard, go to the **SSL/TLS Overview** page.
37+
38+
<DashButton url="/?to=/:account/:zone/ssl-tls" />
39+
40+
2. For **SSL/TLS Recommender**, switch the toggle to **On**.
3941

4042
</TabItem> <TabItem label="API">
4143

src/content/partials/ssl/change-encryption-mode-dash.mdx

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

44
---
55

6+
import { DashButton } from "~/components";
7+
68
To change your encryption mode in the dashboard:
79

8-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and domain.
9-
2. Go to **SSL/TLS**.
10-
3. Choose an encryption mode.
10+
1. In the Cloudflare dashboard, go to the **SSL/TLS Overview** page.
11+
12+
<DashButton url="/?to=/:account/:zone/ssl-tls" />
13+
14+
2. Choose an encryption mode.

0 commit comments

Comments
 (0)