Skip to content

Commit e82b6df

Browse files
committed
draft
1 parent bc9a749 commit e82b6df

File tree

4 files changed

+99
-0
lines changed

4 files changed

+99
-0
lines changed
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: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Introduction to R2
4+
sidebar:
5+
order: 1
6+
tableOfContents: false
7+
description: |
8+
hi
9+
---
10+
11+
import { Render, Tabs, TabItem, Stream, Card } from "~/components";
12+
13+
<Tabs>
14+
<TabItem label="Watch this episode">
15+
16+
Cloudflare R2 is an object storage solution designed to handle your data and files efficiently. It is ideal for various use cases, such as storing large media files, creating data lakes, or delivering web assets. R2 offers a flexible architecture to suit your needs, all with zero egress fees, meaning you don't have to worry about unexpected costs when moving your data.
17+
18+
<Card>
19+
<Stream
20+
id="f5922079245064953abb76127c76cb9a"
21+
title="Introduction to R2"
22+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/r2-1.png"
23+
showMoreVideos={false}
24+
chapters={{
25+
"Introduction": "3s",
26+
"Configuring R2 Buckets": "1m40s",
27+
"Practical Applications and Future Topics": "3m30s"
28+
}}
29+
/>
30+
31+
**Related content**
32+
33+
If you want to dive into detail, refer to the following pages:
34+
35+
- [Cloudflare R2](/r2/)
36+
37+
</Card>
38+
</TabItem>
39+
40+
<TabItem label="Step-by-step tutorial">
41+
42+
</TabItem>
43+
44+
<TabItem label="Series overview">
45+
<Render file="r2-series-navigation" />
46+
</TabItem>
47+
</Tabs>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Introduction to R2",
3+
"path": "/learning-paths/r2/series/r2-1/",
4+
"priority": 2,
5+
"description": "",
6+
"products": ["R2", "Workers"],
7+
"product_group": "Developer platform",
8+
"video": true
9+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
{}
3+
4+
---
5+
6+
import { CardGrid, LinkCard, Card } from "~/components";
7+
8+
<CardGrid>
9+
<LinkCard
10+
title="Watch Episode 1: Introduction to R2"
11+
description="In this video, you'll learn how to use Cloudflare R2 to store and manage data with no egress fees, supporting use cases like media, web assets, backups, and static site hosting."
12+
href="/learning-paths/r2/series/r2-1/"
13+
/>
14+
<LinkCard
15+
title="Watch Episode 2: "
16+
description=" "
17+
href="/learning-paths/r2/series/r2-2/"
18+
/>
19+
<LinkCard
20+
title="Watch Episode 3: "
21+
description=" "
22+
href="/learning-paths/r2/series/r2-3/"
23+
/>
24+
<LinkCard
25+
title="Watch Episode 4: "
26+
description=" "
27+
href="/learning-paths/r2/series/r2-4/"
28+
/>
29+
<LinkCard
30+
title="Watch Episode 5: "
31+
description=" "
32+
href="/learning-paths/r2/series/r2-5/"
33+
/>
34+
</CardGrid>

0 commit comments

Comments
 (0)