Skip to content

Commit d8d6eb7

Browse files
removed mermaid component
1 parent 36dd2d7 commit d8d6eb7

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

src/content/partials/magic-wan/connector/configure-connectors.mdx

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ params:
1313

1414
import { AnchorHeading, Aside, Card, Code, GlossaryTooltip, Markdown, Render, TabItem, Tabs } from "~/components";
1515

16-
import Mermaid from "~/components/Mermaid.jsx";
17-
18-
1916
{ props.magicWord === "virtual" && (
2017
<>
2118
<p>Virtual Magic WAN Connector (Virtual Connector) is a virtual appliance alternative to the hardware based Magic WAN Connector appliance. These two versions of Connector are identical otherwise.</p>
@@ -315,8 +312,8 @@ After finishing your Connector configuration, you need to add it to a site. <Ren
315312
<p>There are several deployment options for Magic WAN Connector. Connector can act like a DHCP server for your local network, or integrate with your local setup and have static IP addresses assigned to it.</p>
316313
<p>When Connector acts like the WAN router for your site, deployment will be something like this:</p>
317314

318-
<Mermaid chart={`
319-
flowchart LR
315+
<pre class="mermaid">
316+
{`flowchart LR
320317
accTitle: Magic WAN Connector set up as a DHCP server, and connecting to the Internet.
321318
a(Magic WAN Connector)--> b(Internet) --> c(Cloudflare)
322319
@@ -326,13 +323,13 @@ After finishing your Connector configuration, you need to add it to a site. <Ren
326323
end
327324
328325
classDef orange fill:#f48120,color: black
329-
class a,c orange
330-
`} />
326+
class a,c orange`}
327+
</pre>
331328

332329
<p>In the example below, the Connector sits behind the WAN router in your site, and on-ramps only some of the existing LANs to Cloudflare.</p>
333330

334-
<Mermaid chart={`
335-
flowchart LR
331+
<pre class="mermaid">
332+
{`flowchart LR
336333
accTitle: Magic WAN Connector connects to the router in the site, and only some of the LANs connect to Connector.
337334
a(Magic WAN Connector)--> b((Site's router)) --> c(Internet) --> i(Cloudflare)
338335
@@ -344,8 +341,8 @@ After finishing your Connector configuration, you need to add it to a site. <Ren
344341
end
345342
346343
classDef orange fill:#f48120,color: black
347-
class a,i orange
348-
`} />
344+
class a,i orange`}
345+
</pre>
349346

350347
<p>Refer to <a href="/reference-architecture/diagrams/sase/magic-wan-connector-deployment/">Magic WAN Connector deployment options</a> for a high-level explanation of the deployment options that make sense to most environments, as well as a few advanced use cases.</p>
351348

0 commit comments

Comments
 (0)