Skip to content

Commit ceb4ae8

Browse files
committed
fix other mentions
1 parent bc56e50 commit ceb4ae8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/content/learning-paths/get-started-free.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"priority": 3,
55
"description": "Learn how you can get the most out of your Free plan.",
66
"products": ["Cache", "DNS", "SSL/TLS", "WAF"],
7-
"product_group": "Cloudflare essentials",
7+
"product_group": "Core platform",
88
"additional_groups": ["Application security", "Application performance"]
99
}

src/content/learning-paths/get-started.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"priority": 1,
55
"description": "Set up your application to benefit from Cloudflare’s speed, security, and reliability.",
66
"products": ["Cloudflare Essentials", "DNS", "SSL/TLS", "WAF", "Cache"],
7-
"product_group": "Cloudflare essentials",
7+
"product_group": "Core platform",
88
"additional_groups": ["Application security", "Application performance"]
99
}

src/content/learning-paths/sase-overview-course.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"description": "Watch this series and learn all about Cloudflare's Secure Access Service Edge (SASE) platform to learn how it can revolutionize your corporate network.",
66
"products": ["Cloudflare One"],
77
"product_group": "Cloudflare One",
8-
"additional_groups": ["Cloudflare One", "Cloudflare essentials"],
8+
"additional_groups": ["Cloudflare One", "Core platform"],
99
"video": true
1010
}

src/pages/learning-paths.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const iconToSvg = (id: string) => {
3232
};
3333
3434
const icons = {
35-
"Cloudflare essentials": iconToSvg("fundamentals"),
35+
"Core platform": iconToSvg("fundamentals"),
3636
"Application performance": iconToSvg("speed"),
3737
"Application security": iconToSvg("ddos-protection"),
3838
"Cloudflare One": iconToSvg("cloudflare-one"),

src/util/og.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const DEFAULT_OG_IMAGE = "/cf-twitter-card.png";
66
const CHANGELOG_OG_IMAGE = "/changelog-preview.png";
77

88
const PRODUCT_AREA_OG_IMAGES: Record<string, string> = {
9-
"cloudflare essentials": "/core-services-preview.png",
9+
"core platform": "/core-services-preview.png",
1010
"cloudflare one": "/zt-preview.png",
1111
"developer platform": "/dev-products-preview.png",
1212
"network security": "/core-services-preview.png",

0 commit comments

Comments
 (0)