Skip to content
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
5 changes: 5 additions & 0 deletions src/content/docs/cloudflare-one/video-tutorials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ import { CardGrid, LinkCard } from "~/components";
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."
href="/learning-paths/sase-overview-course/series/evolution-corporate-networks-1/"
/>
<LinkCard
title="Understand and troubleshoot Cloudflare WARP"
description="In this series, we cover the basics of Cloudflare WARP, share useful troubleshooting tips, and explain the warp-diag logs in detail."
href="/learning-paths/warp-overview-course/series/warp-basics-1/"
/>
</CardGrid>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
pcx_content_type: navigation
title: Overview
sidebar:
order: 4
group:
hideIndex: true
tableOfContents: false
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
pcx_content_type: navigation
title: Understand the Cloudflare WARP basics
sidebar:
order: 2
tableOfContents: false
---

import { Render, Tabs, TabItem, Stream, Card } from "~/components";

<Tabs>
<TabItem label="Watch this episode">

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.

<Card>
<Stream
id="b3a5245bbaae45efdfc5a873837e6dd4"
title="Understand the Cloudflare WARP basics"
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/Understand-Cloudflare-WARP-Basics%20thumbnail.png"
showMoreVideos={false}
chapters={{
"Introduction and WARP GUI Basics": "0s",
"Consumer vs. Corporate WARP": "57s",
"Device Profiles Explained": "1m35s",
"WARP Operating Modes": "2m12s",
"Split Tunneling": "3m44s",
"Conclusion": "4m56s",
}}
/>

**Related content**

Explore the following resources on WARP, device profiles, operating modes, and split tunneling:

- [Introduction to Cloudflare WARP](/cloudflare-one/connections/connect-devices/warp/)
- [Using Cloudflare WARP for Teams](/cloudflare-one/connections/connect-devices/warp/set-up-warp/)
- [Configuring Device Profiles for Cloudflare WARP](/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles/)
- [Cloudflare WARP Operating Modes](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/)
- [Split Tunneling with Cloudflare WARP](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/)

</Card>
</TabItem>

<TabItem label="Series overview">
<Render file="warp-series-navigation" />
</TabItem>
</Tabs>
10 changes: 10 additions & 0 deletions src/content/learning-paths/warp-overview-course.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"title": "Understand and troubleshoot Cloudflare WARP",
"path": "/learning-paths/warp-overview-course/series/warp-basics-1/",
"priority": 1,
"description": "In this series, we cover the basics of Cloudflare WARP, share useful troubleshooting tips, and explain the warp-diag logs in detail.",
"products": ["Cloudflare One"],
"product_group": "Cloudflare One",
"additional_groups": ["Cloudflare One", "Core platform"],
"video": true
}
14 changes: 14 additions & 0 deletions src/content/partials/learning-paths/warp-series-navigation.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
{}

---

import { CardGrid, LinkCard, Card } from "~/components";

<CardGrid>
<LinkCard
title="Watch Episode 1: Understand and troubleshoot Cloudflare WARP"
description="In this episode, we explain the core features of the Cloudflare WARP client and how to troubleshoot common issues."
href="/learning-paths/warp-overview-course/series/warp-basics-1/"
/>
</CardGrid>
Loading