Skip to content

Commit 95ddbdb

Browse files
committed
Removed DashButton component due to routes missing.
1 parent 2f11d56 commit 95ddbdb

File tree

6 files changed

+2
-10
lines changed

6 files changed

+2
-10
lines changed

src/content/docs/magic-wan/configuration/common-settings/sites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
text: Beta
88
---
99

10-
import { Render, DashButton } from "~/components"
10+
import { Render } from "~/components"
1111

1212
Sites represent the local network of a data center, office, or other physical location, and combine all on-ramps available there. Sites also allow you to check, at a glance, the state of your on-ramps and set up health alert settings so that you get notified when there are issues with the site's on-ramps.
1313

src/content/docs/magic-wan/configuration/connector/maintenance/add-remove-connectors.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebar:
55
order: 4
66
---
77

8-
import { DashButton } from "~/components";
9-
108
To add a new Connector you first need to remove the one associated with the on-ramp. You can only have more than one Connector if you initially enabled high availability on your on-ramp.
119

1210
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.

src/content/docs/magic-wan/configuration/connector/maintenance/edit-network-settings.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebar:
55
order: 5
66
---
77

8-
import { DashButton } from "~/components";
9-
108
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
119
2. Go to **Magic WAN** > **Connector on-ramps (beta)**.
1210
3. Find the on-ramp that you want to edit > select the three dots next to it > **Edit**.

src/content/docs/magic-wan/configuration/connector/maintenance/edit-sites.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebar:
55
order: 7
66
---
77

8-
import { DashButton } from "~/components";
9-
108
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
119
2. Go to **Magic WAN** > **Network overview (beta)**.
1210
3. Find the site you want to make changes on > select the three dots next to it > **Edit**.

src/content/docs/magic-wan/configuration/connector/maintenance/edit-traffic-steering-settings.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebar:
55
order: 6
66
---
77

8-
import { DashButton } from "~/components";
9-
108
You can only add or remove applications to Breakout traffic and Prioritized traffic. To add or remove applications:
119

1210
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.

src/content/docs/magic-wan/configuration/connector/network-options/dhcp/dhcp-relay.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: how-to
33
title: DHCP relay
44
---
55

6-
import { APIRequest, Render, TabItem, Tabs, DashButton } from "~/components";
6+
import { APIRequest, Render, TabItem, Tabs } from "~/components";
77

88
DHCP Relay provides a way for DHCP clients to communicate with DHCP servers that are not available on the same local subnet/broadcast domain. When you enable DHCP Relay, Magic WAN Connector forwards DHCP discover messages to a predefined DHCP server, and routes the responses back to the original device that sent the discover message.
99

0 commit comments

Comments
 (0)