Skip to content

Commit 53ecbf8

Browse files
committed
Adding onboarding videos
1 parent 70e8656 commit 53ecbf8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

src/content/docs/cache/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ head:
99

1010
---
1111

12-
import { CardGrid, Description, Feature, GlossaryTooltip, LinkTitleCard, Plan, RelatedProduct } from "~/components"
12+
import { CardGrid, Description, Feature, GlossaryTooltip, LinkTitleCard, Plan, RelatedProduct, Stream } from "~/components"
1313

1414
<Description>
1515

@@ -20,7 +20,7 @@ Cache content across Cloudflare's global server network.
2020

2121
Cache stores copies of frequently accessed content (such as images, videos, or webpages) in geographically distributed data centers that are located closer to end users than origin servers, reducing server load and improving website performance.
2222

23-
***
23+
<Stream id="90d8a506e1e3935cff71223f9d785aa6" title="How Cloudflare protects and accelerates your website or app" thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/How%20Cloudflare%20%20protects%20and%20accelerates%20your%20website%20and%20app.png" />
2424

2525
## Features
2626

src/content/docs/dns/manage-dns-records/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ sidebar:
66

77
---
88

9-
import { DirectoryListing, FeatureTable, GlossaryTooltip, Details, Example } from "~/components"
9+
import { DirectoryListing, FeatureTable, GlossaryTooltip, Details, Example, Stream } from "~/components"
1010

1111
DNS records contain information about your domain and are used to make your website or application available to visitors and other web services.
1212

1313
Each DNS record belongs to a different type, and each type serves a different purpose. For background about the different types of DNS records, refer to the [Learning Center](https://www.cloudflare.com/learning/dns/dns-records/). To quickly find reference information about a specific type, refer to [DNS record types](/dns/manage-dns-records/reference/dns-record-types/).
1414

1515
Depending on the providers you used to [get your domain name](/fundamentals/manage-domains/#get-a-domain-name) and [host your website or application](/fundamentals/manage-domains/#host-your-domain), it is expected that DNS records were automatically created on your behalf. According to your [setup](/dns/zone-setups/), you can use Cloudflare to manage your DNS records.
1616

17+
<Stream id="774a5176219001b07953012bc98ebace" title="How DNS and nameservers work" thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/How%20DNS%20and%20%20nameservers%20work.png" />
18+
1719
## DNS records table
1820

1921
When managing your records at Cloudflare, besides the common record fields described below, you may also find an option for [Proxy status](/dns/proxy-status/) and [CNAME flattening](/dns/cname-flattening/). These are specific features offered by Cloudflare.

src/content/docs/fundamentals/concepts/how-cloudflare-works.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Stream, GlossaryTooltip } from "~/components"
1010

1111
To optimize your website or web application, Cloudflare provides [DNS](https://www.cloudflare.com/learning/dns/what-is-dns/) and [CDN](https://www.cloudflare.com/learning/cdn/what-is-a-cdn/) services, so we can [reverse proxy](https://www.cloudflare.com/learning/cdn/glossary/reverse-proxy/) the web traffic to and from your domain.
1212

13-
<Stream id="89f8aaf01e4cadd0c777eded7ef4cca2" title="Onboard your domain to Cloudflare" thumbnail="2s" />
13+
<Stream id="02541340a96efc2f77950887a882ef60" title="Understand how Cloudflare works" thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/Understand%20how%20Cloudflare%20works.png" />
1414

1515
## DNS explained
1616

0 commit comments

Comments
 (0)