Skip to content

Commit bc92757

Browse files
dcpenacaley-bcolbywhite
authored
[CF1 & Video] Adding Tunnel videos to CF1 videos page (#28653)
* Added tunnel videos 3 & 4 to library * Added tunnel videos to CF1 video tutorials page * Fixed product listing in yaml file * fixing structure in yaml files * updating products * removing access slug. * fix: exclude /videos from validation It's not clear why routes /pages trip up the validator. But this seems to be how we've done this in the past. * Merge origin/production via squash --------- Co-authored-by: Caley <caley@cloudflare.com> Co-authored-by: Colby M. White <3979735+colbywhite@users.noreply.github.com>
1 parent 2a15121 commit bc92757

4 files changed

Lines changed: 41 additions & 0 deletions

File tree

astro.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export default defineConfig({
160160
"/markdown.zip",
161161
"/style-guide/index.md",
162162
"/style-guide/fixtures/markdown/index.md",
163+
"/videos/**",
163164
"/search/**",
164165
],
165166
}),

src/content/docs/cloudflare-one/video-tutorials.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,24 @@ import { CardGrid, LinkCard } from "~/components";
1818
description="In this series, we cover the basics of Cloudflare WARP, share useful troubleshooting tips, and explain the warp-diag logs in detail."
1919
href="/learning-paths/warp-overview-course/series/warp-basics-1/"
2020
/>
21+
<LinkCard
22+
title="What's a Cloudflare Tunnel?"
23+
description="Cloundflare Tunnel is like a private, secure pathway from your computer to the Internet, so you don't have to leave the front door (your network) wide open."
24+
href="/videos/what-is-cf-tunnel/"
25+
/>
26+
<LinkCard
27+
title="Add your domain to Cloudflare"
28+
description="To begin using a Cloudflare Tunnel, you need a domain name. Learn how DNS works and how Cloudlare manages your domain through the metaphor of an online address book."
29+
href="/videos/the-online-address-book/"
30+
/>
31+
<LinkCard
32+
title="Set up Access policies for your tunnel"
33+
description="Set up access policies using Cloudflare Access to verify the identity of every user."
34+
href="/videos/set-up-access-policies/"
35+
/>
36+
<LinkCard
37+
title="Set up Cloudflare Tunnel"
38+
description="Set up Cloudflare Tunnel to create a secure link between your private environment and the Cloudflare edge."
39+
href="/videos/set-up-cf-tunnel"
40+
/>
2141
</CardGrid>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: 68749ece14a062ff81eeb1079e0325ed
3+
url: set-up-access-policies
4+
title: Set up Cloudflare Access policies for your tunnel
5+
description: "Learn how to set up access policies using Cloudflare Access to verify the identity of every user."
6+
products:
7+
- cloudflare-one
8+
pcx_content_type: video
9+
thumbnail:
10+
url: https://imagedelivery.net/xDOJvHcv1KwTQn6S-BGFIw/263d599b-8576-4be3-933c-3b0dd54c0a00/public
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: 4b75ad2aa58700602e94b148827687a2
3+
url: set-up-cf-tunnel
4+
title: Set up Cloudflare Tunnel
5+
description: "Set up Cloudflare Tunnel to create a secure link between your private environment and the Cloudflare edge."
6+
products:
7+
- cloudflare-one
8+
pcx_content_type: video
9+
thumbnail:
10+
url: https://imagedelivery.net/xDOJvHcv1KwTQn6S-BGFIw/dedf4cb4-40a2-42ff-9d6b-c3041b893400/public

0 commit comments

Comments
 (0)