Skip to content

Commit bc8ad11

Browse files
Update Tabs component and add missing Overview Description
1 parent a153375 commit bc8ad11

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

src/content/docs/byoip/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ head:
88
content: Bringing Your Own IPs to Cloudflare
99
---
1010

11-
import { LinkButton, Plan } from "~/components";
11+
import { LinkButton, Plan, Description } from "~/components";
12+
13+
<Description>
14+
Get Cloudflare's security and performance while using your own IPs.
15+
</Description>
1216

1317
<Plan type="enterprise" />
1418

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ You can choose between two different scopes:
134134
If you need to map only specific subdomains (and not all proxied DNS records) to specific IP addresses, you can use a [Subdomain setup](/dns/zone-setups/subdomain-setup/).
135135
:::
136136

137-
<Tabs labels="Dashboard | API">
138-
<TabItem label="dashboard" no-code="true">
137+
<Tabs syncKey="dashPlusAPI">
138+
<TabItem label="Dashboard" no-code="true">
139139

140140
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
141141
2. Go to **IP Addresses** > **Address Maps**.
@@ -146,7 +146,7 @@ If you need to map only specific subdomains (and not all proxied DNS records) to
146146
7. Review the information and select **Save and Deploy**.
147147

148148
</TabItem>
149-
<TabItem label="api" no-code="true">
149+
<TabItem label="API" no-code="true">
150150

151151
Use the [Create Address Map](/api/resources/addressing/subresources/address_maps/methods/create/) endpoint.
152152

@@ -157,8 +157,8 @@ Make sure you have the correct Key/Token and permissions.
157157

158158
## 4. Create DNS records
159159

160-
<Tabs labels="Dashboard | API">
161-
<TabItem label="dashboard" no-code="true">
160+
<Tabs syncKey="dashPlusAPI">
161+
<TabItem label="Dashboard" no-code="true">
162162

163163
To create a DNS record in the dashboard:
164164

@@ -170,8 +170,7 @@ To create a DNS record in the dashboard:
170170
6. Select **Save**.
171171

172172
</TabItem>
173-
174-
<TabItem label="api" no-code="true">
173+
<TabItem label="API" no-code="true">
175174

176175
To create records with the API, use a [POST request](/api/resources/dns/subresources/records/methods/create/). For field definitions, select a record type under the request body specification.
177176

0 commit comments

Comments
 (0)