Skip to content

Commit 801dc40

Browse files
final edits (#22718)
* final edits * Update src/content/docs/learning-paths/warp-overview-course/series/warp-basics-2.mdx Co-authored-by: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> --------- Co-authored-by: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com>
1 parent 437fc0b commit 801dc40

File tree

3 files changed

+55
-4
lines changed

3 files changed

+55
-4
lines changed

src/content/docs/learning-paths/warp-overview-course/series/warp-basics-1.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
pcx_content_type: navigation
3-
title: Understand the Cloudflare WARP basics
3+
title: Understand Cloudflare WARP basics
44
sidebar:
55
order: 2
66
tableOfContents: false
@@ -16,7 +16,7 @@ import { Render, Tabs, TabItem, Stream, Card } from "~/components";
1616
<Card>
1717
<Stream
1818
id="31178cc41d0ec56d42ef892160589635"
19-
title="Understand the Cloudflare WARP basics"
19+
title="Understand Cloudflare WARP basics"
2020
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/Understand-Cloudflare-WARP-Basics%20thumbnail.png"
2121
showMoreVideos={false}
2222
chapters={{
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
pcx_content_type: navigation
3+
title: WARP diagnostic logs
4+
sidebar:
5+
order: 3
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 more advanced episode, we explain how to use warp-diag files to identify and resolve connection issues with the WARP client. You will learn how to locate and interpret three key files: `warp-status`, `warp-settings`, and `daemon.log`. The video also provides troubleshooting tips including specific keyword searches and guidance on how to cross-reference logs to identify a bigger picture of the problem.
15+
16+
<Card>
17+
<Stream
18+
id="c29964ab3dcf7c3432ebb2b4e93c3aca"
19+
title="WARP diagnostic logs"
20+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/Warp-diagnostics%20thumbnail.png"
21+
showMoreVideos={false}
22+
chapters={{
23+
"Introduction": "0s",
24+
"What are warp-diag files?": "44s",
25+
"How to download and navigate warp-diag files": "1m16s",
26+
"warp-status.txt": "2m06s",
27+
"warp-settings.txt": "2m29s",
28+
"daemon.log": "3m37s",
29+
"Addition tips": "8m07s",
30+
"Conclusion": "8m43s",
31+
}}
32+
/>
33+
34+
**Related content**
35+
36+
Explore the following resources on WARP, device profiles, operating modes, and split tunneling:
37+
38+
- [Introduction to Cloudflare WARP](/cloudflare-one/connections/connect-devices/warp/)
39+
- [Troubleshooting WARP](/cloudflare-one/connections/connect-devices/warp/troubleshooting/)
40+
</Card>
41+
</TabItem>
42+
43+
<TabItem label="Series overview">
44+
<Render file="warp-series-navigation" />
45+
</TabItem>
46+
</Tabs>

src/content/partials/learning-paths/warp-series-navigation.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@ import { CardGrid, LinkCard, Card } from "~/components";
1010
title="Watch Episode 1: Understand and troubleshoot Cloudflare WARP"
1111
description="In this episode, we explain the core features of the Cloudflare WARP client and how to troubleshoot common issues."
1212
href="/learning-paths/warp-overview-course/series/warp-basics-1/"
13-
/>
14-
</CardGrid>
13+
/>
14+
<LinkCard
15+
title="Watch Episode 2: WARP diagnostic logs"
16+
description="In this episode, we explain how to troubleshoot Cloudflare WARP by analyzing diagnostic logs and understand how the client connects in different modes."
17+
href="/learning-paths/warp-overview-course/series/warp-basics-2/"
18+
/>
19+
</CardGrid>

0 commit comments

Comments
 (0)