From 978ab4f72edb7e2ec8c1267bbf3eed1eace6fe94 Mon Sep 17 00:00:00 2001 From: Jason Farber Date: Thu, 13 Mar 2025 12:17:46 +0000 Subject: [PATCH 1/3] China Network Video Learning Path --- src/content/docs/china-network/index.mdx | 6 +--- src/content/docs/china-network/videos.mdx | 16 ++++++++++ .../series/china-express-overview-2.mdx | 32 +++++++++++++++++++ .../series/china-network-main-features-1.mdx | 32 +++++++++++++++++++ .../china-network-overview/series/index.mdx | 9 ++++++ .../china-network-overview.json | 10 ++++++ .../durable-objects-course.json | 2 +- .../learning-paths/sase-overview-course.json | 2 +- ...-network-overview-additional-resources.mdx | 13 ++++++++ .../china-network-overview-navigation.mdx | 20 ++++++++++++ 10 files changed, 135 insertions(+), 7 deletions(-) create mode 100644 src/content/docs/china-network/videos.mdx create mode 100644 src/content/docs/learning-paths/china-network-overview/series/china-express-overview-2.mdx create mode 100644 src/content/docs/learning-paths/china-network-overview/series/china-network-main-features-1.mdx create mode 100644 src/content/docs/learning-paths/china-network-overview/series/index.mdx create mode 100644 src/content/learning-paths/china-network-overview.json create mode 100644 src/content/partials/learning-paths/china-network-overview-additional-resources.mdx create mode 100644 src/content/partials/learning-paths/china-network-overview-navigation.mdx diff --git a/src/content/docs/china-network/index.mdx b/src/content/docs/china-network/index.mdx index fcec83558b63a7d..7686f5694d13578 100644 --- a/src/content/docs/china-network/index.mdx +++ b/src/content/docs/china-network/index.mdx @@ -8,7 +8,7 @@ head: content: Overview --- -import { Stream } from "~/components" +import { CardGrid, LinkCard } from "~/components" The [Cloudflare China Network](https://www.cloudflare.com/china-network/) is a package of selected Cloudflare's performance and security products running on data centers located in mainland China and operated by Cloudflare's partner JD Cloud. @@ -24,10 +24,6 @@ The Cloudflare China Network provides: - [In-China Authoritative DNS and in-China nameservers](/china-network/concepts/china-dns/) to improve the Time to First Byte (TTFB) performance. - [Global Acceleration](/china-network/concepts/global-acceleration/) is a suite of connectivity, performance offerings and professional services designed to simplify your global assets' deployment in China. -### Video Introduction - - - ## Availability The Cloudflare China Network is available as a separate subscription for customers on an [Enterprise plan](https://www.cloudflare.com/plans/enterprise/). diff --git a/src/content/docs/china-network/videos.mdx b/src/content/docs/china-network/videos.mdx new file mode 100644 index 000000000000000..a80d8d12201307f --- /dev/null +++ b/src/content/docs/china-network/videos.mdx @@ -0,0 +1,16 @@ +--- +pcx_content_type: navigation +title: Videos +sidebar: + order: 4 +--- + +import { CardGrid, LinkCard } from "~/components"; + + + + diff --git a/src/content/docs/learning-paths/china-network-overview/series/china-express-overview-2.mdx b/src/content/docs/learning-paths/china-network-overview/series/china-express-overview-2.mdx new file mode 100644 index 000000000000000..81d72a8095a8f09 --- /dev/null +++ b/src/content/docs/learning-paths/china-network-overview/series/china-express-overview-2.mdx @@ -0,0 +1,32 @@ +--- +pcx_content_type: navigation +title: How to accelerate dynamic traffic outside of mainland China +sidebar: + order: 2 +tableOfContents: false +--- + +import { Render, Tabs, TabItem, Stream, Card } from "~/components"; + + + + + In this video, Jess Liu walks us through the main features of Cloudflare's China Network. She covers how the China Network works, including integrated caching, in-country China name servers, and compliance with ICP regulations. We also discuss Cloudflare’s CDN Global Acceleration (formerly China Express), an option for accelerating dynamic content that can't be cached. + + + + + + + + + + + + + diff --git a/src/content/docs/learning-paths/china-network-overview/series/china-network-main-features-1.mdx b/src/content/docs/learning-paths/china-network-overview/series/china-network-main-features-1.mdx new file mode 100644 index 000000000000000..128fe0c6bb8934b --- /dev/null +++ b/src/content/docs/learning-paths/china-network-overview/series/china-network-main-features-1.mdx @@ -0,0 +1,32 @@ +--- +pcx_content_type: navigation +title: How to speed up your web traffic inside mainland China +sidebar: + order: 1 +tableOfContents: false +--- + +import { Render, Tabs, TabItem, Stream, Card } from "~/components"; + + + + + In this video, Jess Liu walks us through the main features of Cloudflare's China Network. She covers how the China Network works, including integrated caching, in-country China name servers, and compliance with ICP regulations. We also discuss Cloudflare’s CDN Global Acceleration (formerly China Express), an option for accelerating dynamic content that can't be cached. + + + + + + + + + + + + + diff --git a/src/content/docs/learning-paths/china-network-overview/series/index.mdx b/src/content/docs/learning-paths/china-network-overview/series/index.mdx new file mode 100644 index 000000000000000..0df7484bd14d087 --- /dev/null +++ b/src/content/docs/learning-paths/china-network-overview/series/index.mdx @@ -0,0 +1,9 @@ +--- +pcx_content_type: navigation +title: Overview +sidebar: + order: 4 + group: + hideIndex: true +tableOfContents: false +--- diff --git a/src/content/learning-paths/china-network-overview.json b/src/content/learning-paths/china-network-overview.json new file mode 100644 index 000000000000000..1f9c0b0b4d93387 --- /dev/null +++ b/src/content/learning-paths/china-network-overview.json @@ -0,0 +1,10 @@ +{ + "title": "Introduction to the China Network", + "path": "/learning-paths/china-network-overview/series/china-network-main-features-1/", + "priority": 1, + "description":"Watch to learn how Cloudflare's China Network can help you improve performance, compliance, and connectivity for your users in mainland China.", + "products": ["China Network"], + "product_group": "Application performance", + "additional_groups": ["Application security"], + "video": true +} diff --git a/src/content/learning-paths/durable-objects-course.json b/src/content/learning-paths/durable-objects-course.json index 3cdfb84153e3a4b..33b7170dce0a204 100644 --- a/src/content/learning-paths/durable-objects-course.json +++ b/src/content/learning-paths/durable-objects-course.json @@ -3,7 +3,7 @@ "path": "/learning-paths/durable-objects-course/series/introduction-to-series-1/", "priority": 1, "description":"Dive into a hands-on Durable Objects project and learn how to build stateful apps using serverless architecture", - "products": ["Durable Objects"], + "products": ["Durable Objects", "Workers"], "product_group": "Developer platform", "video": true } diff --git a/src/content/learning-paths/sase-overview-course.json b/src/content/learning-paths/sase-overview-course.json index e8f8d18753b3d68..0207793eb3a28f6 100644 --- a/src/content/learning-paths/sase-overview-course.json +++ b/src/content/learning-paths/sase-overview-course.json @@ -5,6 +5,6 @@ "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.", "products": ["Cloudflare One"], "product_group": "Cloudflare One", - "additional_groups": ["Cloudflare One"], + "additional_groups": ["Cloudflare One", "Cloudflare essentials"], "video": true } diff --git a/src/content/partials/learning-paths/china-network-overview-additional-resources.mdx b/src/content/partials/learning-paths/china-network-overview-additional-resources.mdx new file mode 100644 index 000000000000000..9a50c0c1f2ba1e6 --- /dev/null +++ b/src/content/partials/learning-paths/china-network-overview-additional-resources.mdx @@ -0,0 +1,13 @@ +--- +{} + +--- + +**Related content** + +For additional resources on the China Network, refer to the following resources: + + - [Cloudflare China Network](/china-network/) + - [CDN Global Acceleration (formerly China Express)](/china-network/concepts/global-acceleration/) + - [Internet Content Provider (ICP)](/china-network/concepts/icp/) + - [Authoritative DNS in Mainland China](/china-network/concepts/china-dns/) \ No newline at end of file diff --git a/src/content/partials/learning-paths/china-network-overview-navigation.mdx b/src/content/partials/learning-paths/china-network-overview-navigation.mdx new file mode 100644 index 000000000000000..ac70e9d96c52eef --- /dev/null +++ b/src/content/partials/learning-paths/china-network-overview-navigation.mdx @@ -0,0 +1,20 @@ +--- +{} + +--- + +import { CardGrid, LinkCard, Card } from "~/components"; + + + + + + From 35e15c8635b92a37fbf5cc80792b27792f06c106 Mon Sep 17 00:00:00 2001 From: Jason Farber Date: Thu, 13 Mar 2025 12:30:56 +0000 Subject: [PATCH 2/3] updates and feedback --- .../china-network-overview/series/china-express-overview-2.mdx | 2 +- .../series/china-network-main-features-1.mdx | 2 +- .../china-network-overview-additional-resources.mdx | 2 +- .../learning-paths/china-network-overview-navigation.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/docs/learning-paths/china-network-overview/series/china-express-overview-2.mdx b/src/content/docs/learning-paths/china-network-overview/series/china-express-overview-2.mdx index 81d72a8095a8f09..8587d4ae67753ba 100644 --- a/src/content/docs/learning-paths/china-network-overview/series/china-express-overview-2.mdx +++ b/src/content/docs/learning-paths/china-network-overview/series/china-express-overview-2.mdx @@ -11,7 +11,7 @@ import { Render, Tabs, TabItem, Stream, Card } from "~/components"; - In this video, Jess Liu walks us through the main features of Cloudflare's China Network. She covers how the China Network works, including integrated caching, in-country China name servers, and compliance with ICP regulations. We also discuss Cloudflare’s CDN Global Acceleration (formerly China Express), an option for accelerating dynamic content that can't be cached. + In this video, Jess Liu discusses Cloudflare's CDN Global Acceleration (formerly China Express), including solutions for high latency on dynamic content, accelerating API calls, accessing Cloudflare One services like WARP and Magic WAN from within mainland China, and securely connecting private enterprise networks. - In this video, Jess Liu walks us through the main features of Cloudflare's China Network. She covers how the China Network works, including integrated caching, in-country China name servers, and compliance with ICP regulations. We also discuss Cloudflare’s CDN Global Acceleration (formerly China Express), an option for accelerating dynamic content that can't be cached. + In this video, Jess Liu walks us through the main features of Cloudflare's China Network. She covers how the China Network works, including integrated caching, in-country China name servers, and compliance with ICP regulations. She also briefly discusses Cloudflare’s CDN Global Acceleration (formerly China Express), an option for accelerating dynamic content that cannot be cached. From c35497d37129f17f6effc5369d7b109a4566b17d Mon Sep 17 00:00:00 2001 From: jason-cf <132416570+jason-cf@users.noreply.github.com> Date: Thu, 13 Mar 2025 12:41:48 +0000 Subject: [PATCH 3/3] Update src/content/docs/learning-paths/china-network-overview/series/china-network-main-features-1.mdx Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> --- .../series/china-network-main-features-1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/learning-paths/china-network-overview/series/china-network-main-features-1.mdx b/src/content/docs/learning-paths/china-network-overview/series/china-network-main-features-1.mdx index 663ec73052894e3..a1dc52da703e4fa 100644 --- a/src/content/docs/learning-paths/china-network-overview/series/china-network-main-features-1.mdx +++ b/src/content/docs/learning-paths/china-network-overview/series/china-network-main-features-1.mdx @@ -11,7 +11,7 @@ import { Render, Tabs, TabItem, Stream, Card } from "~/components"; - In this video, Jess Liu walks us through the main features of Cloudflare's China Network. She covers how the China Network works, including integrated caching, in-country China name servers, and compliance with ICP regulations. She also briefly discusses Cloudflare’s CDN Global Acceleration (formerly China Express), an option for accelerating dynamic content that cannot be cached. + In this video, Jess Liu walks us through the main features of Cloudflare's China Network. They cover how the China Network works, including integrated caching, in-country China name servers, and compliance with ICP regulations. They also briefly discuss Cloudflare’s CDN Global Acceleration (formerly China Express), an option for accelerating dynamic content that cannot be cached.