Skip to content

Commit f443f1a

Browse files
committed
video card in cf one and learning path
1 parent bdb3929 commit f443f1a

File tree

5 files changed

+86
-0
lines changed

5 files changed

+86
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ import { CardGrid, LinkCard } from "~/components";
1313
description="Dive into Cloudflare's Secure Access Service Edge (SASE) platform and learn how it's been designed to revolutionize the idea of the corporate network."
1414
href="/learning-paths/sase-overview-course/series/evolution-corporate-networks-1/"
1515
/>
16+
<LinkCard
17+
title="Understand and troubleshoot Cloudflare WARP"
18+
description="In this series, we cover the basics of Cloudflare WARP, share useful troubleshooting tips, and explain the warp-diag logs in detail."
19+
href="/learning-paths/warp-overview-course/series/warp-basics-1/"
20+
/>
1621
</CardGrid>
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: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Understand the Cloudflare WARP basics
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 episode, we explain the core features of the Cloudflare WARP client and how to troubleshoot common issues. After watching, you will have an understanding of the GUI, the differences between the consumer and corporate WARP, device profiles, the various operating modes of WARP, split tunneling and more.
15+
16+
<Card>
17+
<Stream
18+
id="b3a5245bbaae45efdfc5a873837e6dd4"
19+
title="Understand the Cloudflare WARP basics"
20+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/Understand-Cloudflare-WARP-Basics%20thumbnail.png"
21+
showMoreVideos={false}
22+
chapters={{
23+
"Introduction and WARP GUI Basics": "0s",
24+
"Consumer vs. Corporate WARP": "57s",
25+
"Device Profiles Explained": "1m35s",
26+
"WARP Operating Modes": "2m12s",
27+
"Split Tunneling": "3m44s",
28+
"Conclusion": "4m56s",
29+
}}
30+
/>
31+
32+
**Related content**
33+
34+
Explore the following resources on WARP, device profiles, operating modes, and split tunneling:
35+
36+
- [Introduction to Cloudflare WARP](/warp/)
37+
- [Using Cloudflare WARP for Teams](/warp/teams/)
38+
- [Configuring Device Profiles for Cloudflare WARP](/warp/device-profiles/)
39+
- [Cloudflare WARP Operating Modes](/warp/operating-modes/)
40+
- [Split Tunneling with Cloudflare WARP](/warp/split-tunneling/)
41+
42+
</Card>
43+
</TabItem>
44+
45+
<TabItem label="Series overview">
46+
<Render file="warp-series-navigation" />
47+
</TabItem>
48+
</Tabs>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"title": "Understand and troubleshoot Cloudflare WARP",
3+
"path": "/learning-paths/warp-overview-course/series/warp-basics-1/",
4+
"priority": 1,
5+
"description": "In this series, we cover the basics of Cloudflare WARP, share useful troubleshooting tips, and explain the warp-diag logs in detail.",
6+
"products": ["Cloudflare One"],
7+
"product_group": "Cloudflare One",
8+
"additional_groups": ["Cloudflare One", "Core platform"],
9+
"video": true
10+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
{}
3+
4+
---
5+
6+
import { CardGrid, LinkCard, Card } from "~/components";
7+
8+
<CardGrid>
9+
<LinkCard
10+
title="Watch Episode 1: Understand and troubleshoot Cloudflare WARP"
11+
description="In this episode, we explain the core features of the Cloudflare WARP client and how to troubleshoot common issues."
12+
href="/learning-paths/warp-overview-course/series/warp-basics-1/"
13+
/>
14+
</CardGrid>

0 commit comments

Comments
 (0)