We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a69412 commit 2ad19a1Copy full SHA for 2ad19a1
src/content/docs/magic-wan/analytics/site-analytics.mdx
@@ -9,7 +9,13 @@ head:
9
10
---
11
12
-<Render file="analytics/site-analytics" product="networking-services" />
+import { Render } from "~/components"
13
14
-Refer to [Set up a site](/magic-wan/configuration/common-settings/sites/) for more information on how to set up a site.
+<Render
15
+ file="analytics/site-analytics"
16
+ product="networking-services"
17
+ params={{
18
+ instructions: "Refer to [Set up a site](/magic-wan/configuration/common-settings/sites/) for more information on how to set up a site."
19
+ }}
20
+/>
21
0 commit comments