Skip to content

Commit 2a69412

Browse files
imported correct component
1 parent 308970f commit 2a69412

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
text: Beta
88
---
99

10-
import { Details, Render } 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

@@ -34,7 +34,7 @@ Your site is now set up. If you have other sites you need to set up, repeat the
3434

3535
## Site analytics
3636

37-
<Render file="analytics/site-analytics" product="networking-services" />
37+
<Render file="analytics/site-analytics" product="networking-services" params={{ instructions: "" }}/>
3838

3939
---
4040

src/content/partials/networking-services/analytics/site-analytics.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
2-
{}
2+
params:
3+
- instructions?
34
---
45

5-
After adding your sites, the Network overview (beta) section of the dashboard provides a summary of the connectivity status and traffic analytics for all your sites. This is a great place to start if you receive a Magic WAN alert, need to begin the troubleshooting process, or are performing routine monitoring.
6+
import { Details, Markdown } from "~/components"
7+
8+
After adding your sites, the Network overview (beta) section of the dashboard provides a summary of the connectivity status and traffic analytics for all your sites. This is a great place to start if you receive a Magic WAN alert, need to begin the troubleshooting process, or are performing routine monitoring. <Markdown text={props.instructions} />
69

710
Network overview (beta) has the following data types available:
811

0 commit comments

Comments
 (0)