Skip to content

Commit d24363e

Browse files
marciocloudflareOxyjun
authored andcommitted
[Magic] Updated tunnel health checks ref page (#19490)
* removed extra enter * removed extra enter * added markdown content * refined text * added params * corrected link props * corrected link * refined text * refined text * refined text * added h3 to table * added icmp-firewall partial * added changeHealthCheckRate * added probeHealth * moved charts up to a h3 * refined text * added productName * added staticRoutes * note aside * refined text with props.productName var * refined text * refined text * refined text * refined text * refined text * refined text * refined text * refined text * refined text * refined text with props.productName * refined text and link * updated vars on pages * refined table * corrected mermaid code * refined text * changed mermaid graphs tb * deleted outdated img * removed extra components * Apply suggestions from code review Co-authored-by: Jun Lee <[email protected]> --------- Co-authored-by: Jun Lee <[email protected]>
1 parent 2c9b394 commit d24363e

File tree

4 files changed

+190
-53
lines changed

4 files changed

+190
-53
lines changed
-422 KB
Binary file not shown.

src/content/docs/magic-transit/reference/tunnel-health-checks.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ import { Render } from "~/components";
1111
<Render
1212
file="tunnel-health/tunnel-health-checks"
1313
params={{
14-
healthCheckFrequencyURL: "/magic-transit/how-to/tunnel-health-checks/",
14+
addTunnels: "/magic-transit/how-to/configure-tunnels/#add-tunnels",
15+
changeHealthCheckRate: "/magic-transit/how-to/tunnel-health-checks/",
16+
probeHealth: "#health-state-and-prioritization",
1517
productName: "Magic Transit",
16-
onboardingURL: "/magic-transit/how-to/configure-static-routes/",
17-
configureTunnelEndpointsURL: "/magic-transit/how-to/configure-tunnels/",
18-
urlChangeHealthCheckType:
19-
"/magic-transit/how-to/configure-tunnels/#add-tunnels",
18+
staticRoutes: "/magic-transit/how-to/configure-static-routes/",
19+
tunnelEndpoints: "/magic-transit/how-to/configure-tunnels/"
2020
}}
2121
/>

src/content/docs/magic-wan/reference/tunnel-health-checks.mdx

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@ import { Render } from "~/components";
1212
file="tunnel-health/tunnel-health-checks"
1313
product="magic-transit"
1414
params={{
15-
healthCheckFrequencyURL:
16-
"/magic-wan/configuration/common-settings/tunnel-health-checks/",
15+
addTunnels: "/magic-wan/configuration/manually/how-to/configure-tunnels/#add-tunnels",
16+
changeHealthCheckRate: "/magic-wan/configuration/common-settings/tunnel-health-checks/",
17+
probeHealth: "#health-state-and-prioritization",
1718
productName: "Magic WAN",
18-
onboardingURL:
19-
"/magic-wan/configuration/manually/how-to/configure-static-routes/",
20-
configureTunnelEndpointsURL:
21-
"/magic-wan/configuration/manually/how-to/configure-tunnels/",
22-
urlChangeHealthCheckType:
23-
"/magic-wan/configuration/manually/how-to/configure-tunnels/#add-tunnels",
19+
staticRoutes: "/magic-wan/configuration/manually/how-to/configure-static-routes/",
20+
tunnelEndpoints: "/magic-wan/configuration/manually/how-to/configure-tunnels/"
2421
}}
2522
/>

0 commit comments

Comments
 (0)