Skip to content

Commit 6d4464b

Browse files
[Magic] Site analytics patch (#26456)
* renamed page * change overview name * refined text * changed names to network overview * conditional * refined text
1 parent e5af1e8 commit 6d4464b

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/analytics/site-analytics.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Site analytics
2+
title: Network visibility
33
pcx_content_type: how-to
44
sidebar:
55
order: 1
66
head:
77
- tag: title
8-
content: Magic WAN site analytics
8+
content: Magic WAN network visibility
99

1010
---
1111

src/content/docs/magic-wan/analytics/site-analytics.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
title: Site analytics
2+
title: Network overview (beta)
33
pcx_content_type: how-to
44
sidebar:
55
order: 1
6+
badge:
7+
text: Beta
68
head:
79
- tag: title
8-
content: Magic WAN site analytics
10+
content: Magic WAN network overview
911

1012
---
1113

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { AnchorHeading, Markdown } from "~/components";
1818
{ (props.magicWord === "Magic WAN" || props.magicWord === "WAN Tunnels") && (
1919
<>
2020
<Markdown
21-
text="- Overview in [Magic WAN Site Analytics](#magic-wan-site-analytics)"
21+
text="- View your entire network at a glance in [Network overview (beta)](#network-overview-beta)"
2222
inline={false}
2323
/>
2424
</>
@@ -31,12 +31,12 @@ import { AnchorHeading, Markdown } from "~/components";
3131

3232
{ (props.magicWord === "Magic WAN" || props.magicWord === "WAN Tunnels") && (
3333
<>
34-
<AnchorHeading title="Magic WAN Site Analytics" depth={2} />
34+
<AnchorHeading title="Network overview (beta)" depth={2} />
3535
<Markdown
3636
text={`
37-
${props.productName} Site Analytics provides an overview of the connectivity status and traffic analytics of all ${props.productName} sites. This is a great place to start if you receive an alert, need to begin the ${props.productName} troubleshooting process, or are performing routine monitoring.
37+
${props.productName} Network overview (beta) provides an overview of the connectivity status and traffic analytics of all ${props.productName} sites. This is a great place to start if you receive an alert, need to begin the ${props.productName} troubleshooting process, or are performing routine monitoring.
3838
39-
Refer to [${props.productName} Site Analytics](${props.siteAnalyticsURL}) to learn more.
39+
Refer to [${props.magicWord === "WAN Tunnels" ? "Network visibility" : "Network overview (beta)"}](${props.siteAnalyticsURL}) to learn more.
4040
`}
4141
inline={false}
4242
/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ After adding your sites, the {props.networkOverviewPageName} section of the dash
3535
- Traffic Received by Tunnel
3636
</Details>
3737

38-
To start using Magic WAN site analytics:
38+
To start using network overview:
3939

4040
{ props.magicWord === "WAN Tunnels" ? (
4141
<>

src/content/partials/networking-services/sites/sites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Your site is now set up. If you have other sites you need to set up, repeat the
5959

6060
---
6161

62-
## Site analytics
62+
## Network overview
6363

6464
<Render
6565
file="analytics/site-analytics"

0 commit comments

Comments
 (0)