Skip to content

Commit a031803

Browse files
removed params
1 parent d44723d commit a031803

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

src/content/docs/magic-transit/network-interconnect.mdx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,4 @@ head:
1010

1111
import { Render } from "~/components";
1212

13-
<Render
14-
file="magic-cni"
15-
product="networking-services"
16-
params={{
17-
magic: "Magic Transit",
18-
productName: "Magic Transit",
19-
legacyHCLink: "/magic-transit/how-to/configure-tunnel-endpoints/#legacy-bidirectional-health-checks"
20-
}}
21-
/>
13+
<Render file="magic-cni" product="networking-services" />

src/content/docs/magic-wan/network-interconnect.mdx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ head:
1010

1111
import { Render } from "~/components";
1212

13-
<Render
14-
file="magic-cni"
15-
product="networking-services"
16-
params={{
17-
magic: "Magic WAN",
18-
productName: "Magic WAN",
19-
legacyHCLink: "/magic-wan/configuration/manually/how-to/configure-tunnel-endpoints/#legacy-bidirectional-health-checks"
20-
}}
21-
/>
13+
<Render file="magic-cni" product="networking-services" />
2214

2315
<Render file="traceroute" product="networking-services" />

0 commit comments

Comments
 (0)