Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding china network video to china product page #18252

Merged
merged 2 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/content/docs/china-network/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ head:
content: Overview | Cloudflare China Network
---

import { Stream } from "~/components"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { Stream } from "~/components"
import { Stream } 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.

The data centers cover most populated regions in China. Combining Cloudflare's technological leadership and JD Cloud's local operations expertise, the Cloudflare China Network is designed to meet the needs for secure, reliable, and fast-performing content delivery in China. You can use the same configurations that you use with Cloudflare everywhere else in the world and with the same dashboard experience.
Expand All @@ -22,6 +24,11 @@ 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.
- [China Express](/china-network/concepts/china-express) is a suite of connectivity, performance offerings and professional services designed to simplify your global assets' deployment in China.

### Video Introduction
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Video Introduction
### Video introduction


<Stream videoId="b7933a5b3636ca29f834128ca92665b3" videoTitle="China Network Overview" thumbnailTimeOrURL="1s" />


## Availability

The Cloudflare China Network is available as a separate subscription for customers on an [Enterprise plan](https://www.cloudflare.com/plans/enterprise/).
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const topCards = [
title: "AI Products",
links: [
{
text: "Build a RAG",
text: "Build a RAG app",
href: "/workers-ai/tutorials/build-a-retrieval-augmented-generation-ai/",
},
{ text: "Workers AI", href: "/workers-ai/" },
Expand Down
Loading