Skip to content

Commit 0476da9

Browse files
China Network Video Learning Path (#20778)
* China Network Video Learning Path * updates and feedback * 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> --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 5f355c1 commit 0476da9

File tree

10 files changed

+135
-7
lines changed

10 files changed

+135
-7
lines changed

src/content/docs/china-network/index.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ head:
88
content: Overview
99
---
1010

11-
import { Stream } from "~/components"
11+
import { CardGrid, LinkCard } from "~/components"
1212

1313
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.
1414

@@ -24,10 +24,6 @@ The Cloudflare China Network provides:
2424
- [In-China Authoritative DNS and in-China nameservers](/china-network/concepts/china-dns/) to improve the Time to First Byte (TTFB) performance.
2525
- [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.
2626

27-
### Video Introduction
28-
29-
<Stream id="b7933a5b3636ca29f834128ca92665b3" title="China Network Overview" thumbnail="1s" />
30-
3127
## Availability
3228

3329
The Cloudflare China Network is available as a separate subscription for customers on an [Enterprise plan](https://www.cloudflare.com/plans/enterprise/).
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Videos
4+
sidebar:
5+
order: 4
6+
---
7+
8+
import { CardGrid, LinkCard } from "~/components";
9+
10+
<CardGrid>
11+
<LinkCard
12+
title="Introduction to the China Network"
13+
description="Watch to learn how Cloudflare's China Network can help you improve performance, compliance, and connectivity for your users in mainland China."
14+
href="/learning-paths/china-network-overview/series/china-network-main-features-1/"
15+
/>
16+
</CardGrid>
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
pcx_content_type: navigation
3+
title: How to accelerate dynamic traffic outside of mainland China
4+
sidebar:
5+
order: 2
6+
tableOfContents: false
7+
---
8+
9+
import { Render, Tabs, TabItem, Stream, Card } from "~/components";
10+
11+
<Tabs>
12+
<TabItem label="Watch this episode">
13+
14+
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.
15+
16+
<Card>
17+
<Stream
18+
id="b7933a5b3636ca29f834128ca92665b3"
19+
title="How to accelerate dynamic traffic outside of mainland China"
20+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/2-China-Express-thumbnail.png"
21+
showMoreVideos={false}
22+
/>
23+
24+
<Render file="china-network-overview-additional-resources" />
25+
26+
</Card>
27+
</TabItem>
28+
29+
<TabItem label="Series overview">
30+
<Render file="china-network-overview-navigation" />
31+
</TabItem>
32+
</Tabs>
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
pcx_content_type: navigation
3+
title: How to speed up your web traffic inside mainland China
4+
sidebar:
5+
order: 1
6+
tableOfContents: false
7+
---
8+
9+
import { Render, Tabs, TabItem, Stream, Card } from "~/components";
10+
11+
<Tabs>
12+
<TabItem label="Watch this episode">
13+
14+
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.
15+
16+
<Card>
17+
<Stream
18+
id="b7933a5b3636ca29f834128ca92665b3"
19+
title="How to speed up your web traffic inside mainland China"
20+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/1-China-network-thumbnail.png"
21+
showMoreVideos={false}
22+
/>
23+
24+
<Render file="china-network-overview-additional-resources" />
25+
26+
</Card>
27+
</TabItem>
28+
29+
<TabItem label="Series overview">
30+
<Render file="china-network-overview-navigation" />
31+
</TabItem>
32+
</Tabs>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Overview
4+
sidebar:
5+
order: 4
6+
group:
7+
hideIndex: true
8+
tableOfContents: false
9+
---
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"title": "Introduction to the China Network",
3+
"path": "/learning-paths/china-network-overview/series/china-network-main-features-1/",
4+
"priority": 1,
5+
"description":"Watch to learn how Cloudflare's China Network can help you improve performance, compliance, and connectivity for your users in mainland China.",
6+
"products": ["China Network"],
7+
"product_group": "Application performance",
8+
"additional_groups": ["Application security"],
9+
"video": true
10+
}

src/content/learning-paths/durable-objects-course.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"path": "/learning-paths/durable-objects-course/series/introduction-to-series-1/",
44
"priority": 1,
55
"description":"Dive into a hands-on Durable Objects project and learn how to build stateful apps using serverless architecture",
6-
"products": ["Durable Objects"],
6+
"products": ["Durable Objects", "Workers"],
77
"product_group": "Developer platform",
88
"video": true
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"],
8+
"additional_groups": ["Cloudflare One", "Cloudflare essentials"],
99
"video": true
1010
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
{}
3+
4+
---
5+
6+
**Related content**
7+
8+
For additional resources on the China Network, refer to the following resources:
9+
10+
- [Cloudflare China Network](/china-network/)
11+
- [CDN Global Acceleration (formerly China Express)](/china-network/concepts/global-acceleration/)
12+
- [Internet Content Provider (ICP)](/china-network/concepts/icp/)
13+
- [Authoritative DNS in mainland China](/china-network/concepts/china-dns/)
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
{}
3+
4+
---
5+
6+
import { CardGrid, LinkCard, Card } from "~/components";
7+
8+
<CardGrid>
9+
<LinkCard
10+
title="Watch Episode 1: How to speed up your web traffic inside mainland China"
11+
description="This video discusses the main features of Cloudflare's China Network, including how the China Network works, improving availability and response times with caching, in-country China name servers, and compliance with ICP regulations."
12+
href="/learning-paths/china-network-overview/series/china-network-main-features-1/"
13+
/>
14+
15+
<LinkCard
16+
title="Watch Episode 2: How to accelerate dynamic traffic outside of mainland China"
17+
description="This video 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."
18+
href="/learning-paths/china-network-overview/series/china-express-overview-2/"
19+
/>
20+
</CardGrid>

0 commit comments

Comments
 (0)