Skip to content

Commit 6b2f88b

Browse files
Add Smart Shield callout to remaining pre-existing pages
1 parent 4de4979 commit 6b2f88b

File tree

6 files changed

+14
-0
lines changed

6 files changed

+14
-0
lines changed

src/content/docs/argo-smart-routing/get-started.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: Learn how to enable Argo Smart Routing in the Cloudflare dashboard.
99

1010
import { Render, TabItem, Tabs } from "~/components";
1111

12+
<Render file="smart-shield-callout" product="smart-shield" />
13+
1214
Argo Smart Routing is a one-click solution to speed up your global traffic.
1315

1416
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">

src/content/docs/argo-smart-routing/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Speed up your global traffic with a single click
1818

1919
<Plan id="traffic.argo.properties.availability.summary" />
2020

21+
<Render file="smart-shield-callout" product="smart-shield" />
22+
2123
<Render
2224
file="argo-intro"
2325
product="smart-shield"

src/content/docs/cache/advanced-configuration/cache-reserve.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ pcx_content_type: concept
55

66
import { Render, TabItem, Tabs, APIRequest } from "~/components";
77

8+
<Render file="smart-shield-callout" product="smart-shield" />
9+
810
<Render file="cache-reserve-intro" product="smart-shield" />
911

1012
![Content served from origin and getting cached in Cache Reserve, and Edge Cache Data Centers (T1=upper-tier, T2=lower-tier) on its way back to the client](~/assets/images/cache/content-being-served.png)

src/content/docs/health-checks/get-started.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ sidebar:
66

77
---
88

9+
import { Render } from "~/components";
10+
11+
<Render file="smart-shield-callout" product="smart-shield" />
12+
913
This guide will get you started with creating and managing configured Health Checks.
1014

1115
## Create a Health Check

src/content/docs/health-checks/health-checks-analytics.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ sidebar:
88

99
import { AvailableNotifications, Render } from "~/components"
1010

11+
<Render file="smart-shield-callout" product="smart-shield" />
12+
1113
Once you have set up a standalone Health Check including notification emails, use Health Check Analytics to debug possible origin issues.
1214

1315
To access health check analytics:

src/content/docs/health-checks/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ sidebar:
88

99
import { Feature, FeatureTable, GlossaryTooltip, RelatedProduct, Render } from "~/components"
1010

11+
<Render file="smart-shield-callout" product="smart-shield" />
12+
1113
Standalone Health Checks monitors an IP address or hostname for origin servers or applications and notifies you in near real-time if there happens to be a problem.
1214

1315
<Render file="health-checks-intro" product="smart-shield" />

0 commit comments

Comments
 (0)