Skip to content

Commit 4416a5b

Browse files
committed
updating path and drafts
1 parent 9516b57 commit 4416a5b

File tree

8 files changed

+134
-18
lines changed

8 files changed

+134
-18
lines changed
File renamed without changes.

src/content/docs/learning-paths/r2/series/r2-1.mdx renamed to src/content/docs/learning-paths/r2-intro/series/r2-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: Introduction to R2
3+
title: Getting started with R2
44
sidebar:
55
order: 1
66
tableOfContents: false
@@ -19,7 +19,7 @@ import { Render, Tabs, TabItem, Stream, Card } from "~/components";
1919
<Card>
2020
<Stream
2121
id="f5922079245064953abb76127c76cb9a"
22-
title="Introduction to R2"
22+
title="Getting started with R2"
2323
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/R2-1%20Getting%20started%20with%20R2.jpg"
2424
showMoreVideos={false}
2525
chapters={{

src/content/docs/learning-paths/r2/series/r2-2.mdx renamed to src/content/docs/learning-paths/r2-intro/series/r2-2.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
pcx_content_type: navigation
3-
title: R2 Public Buckets
3+
title: Public buckets
44
sidebar:
5-
order: 1
5+
order: 2
66
tableOfContents: false
77
description: |
8-
8+
This video outlines how to configure public buckets in R2, which are private by default, to enable public Internet access. It presents two methods for setting up public access: using a custom domain for greater control over content management and security, or a Cloudflare managed subdomain for a simpler configuration.
99
---
1010

1111
import { Render, Tabs, TabItem, Stream, Card } from "~/components";
@@ -18,7 +18,7 @@ import { Render, Tabs, TabItem, Stream, Card } from "~/components";
1818
<Card>
1919
<Stream
2020
id="e8731d392bfde834be5717e7043ee801"
21-
title="R2 Public Buckets"
21+
title="Public buckets"
2222
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/R2-2%20public%20buckets.jpg"
2323
showMoreVideos={false}
2424
chapters={{
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
pcx_content_type: navigation
3+
title: S3 API compatibility
4+
sidebar:
5+
order: 3
6+
tableOfContents: false
7+
description: |
8+
In this video, you'll learn how to use S3 API commands and tools with R2, set up and configure R2 for S3 API compatibility, and integrate R2 into your existing workflows with minimal changes.
9+
---
10+
11+
import { Render, Tabs, TabItem, Stream, Card } from "~/components";
12+
13+
<Tabs>
14+
<TabItem label="Watch this episode">
15+
16+
In this video, you'll learn how to use S3 API commands and tools with R2, set up and configure R2 for S3 API compatibility, and integrate R2 into your existing workflows with minimal changes.
17+
18+
<Card>
19+
<Stream
20+
id="493102654cc22e7b2845c3a6235dd6b8"
21+
title="S3 API compatibility"
22+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/R2-3%20S3%20API%20Compatibility.jpg"
23+
showMoreVideos={false}
24+
chapters={{
25+
}}
26+
/>
27+
28+
**Related content**
29+
30+
If you want to dive into detail, refer to the following pages:
31+
32+
- [Cloudflare R2](/r2/)
33+
34+
</Card>
35+
</TabItem>
36+
37+
<TabItem label="Series overview">
38+
<Render file="r2-series-navigation" />
39+
</TabItem>
40+
</Tabs>
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Migrating your bucket data
4+
sidebar:
5+
order: 4
6+
tableOfContents: false
7+
description: |
8+
---
9+
10+
import { Render, Tabs, TabItem, Stream, Card } from "~/components";
11+
12+
<Tabs>
13+
<TabItem label="Watch this episode">
14+
15+
16+
<Card>
17+
<Stream
18+
id="2bb9f663c21bab9e8996cb2bc93d7218"
19+
title="Migrating your bucket data"
20+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/R2-4%20Data%20migration%20with%20R2.jpg"
21+
showMoreVideos={false}
22+
chapters={{
23+
}}
24+
/>
25+
26+
**Related content**
27+
28+
If you want to dive into detail, refer to the following pages:
29+
30+
- [Cloudflare R2](/r2/)
31+
32+
</Card>
33+
</TabItem>
34+
35+
<TabItem label="Series overview">
36+
<Render file="r2-series-navigation" />
37+
</TabItem>
38+
</Tabs>
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Accessing your bucket from Cloudflare Workers
4+
sidebar:
5+
order: 5
6+
tableOfContents: false
7+
description: |
8+
---
9+
10+
import { Render, Tabs, TabItem, Stream, Card } from "~/components";
11+
12+
<Tabs>
13+
<TabItem label="Watch this episode">
14+
15+
16+
<Card>
17+
<Stream
18+
id="3be34980e2b207e7b3400cba8e1fb899"
19+
title="Accessing your bucket from Cloudflare Workers"
20+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/R2-5%20Access%20R2%20storage%20from%20Worker.jpg"
21+
showMoreVideos={false}
22+
chapters={{
23+
}}
24+
/>
25+
26+
**Related content**
27+
28+
If you want to dive into detail, refer to the following pages:
29+
30+
- [Cloudflare R2](/r2/)
31+
32+
</Card>
33+
</TabItem>
34+
35+
<TabItem label="Series overview">
36+
<Render file="r2-series-navigation" />
37+
</TabItem>
38+
</Tabs>

src/content/learning-paths/r2-introduction.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Introduction to R2",
3-
"path": "/learning-paths/r2/series/r2-1/",
3+
"path": "/learning-paths/r2-intro/series/r2-1/",
44
"priority": 2,
55
"description": "",
66
"products": ["R2", "Workers"],

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@ import { CardGrid, LinkCard, Card } from "~/components";
77

88
<CardGrid>
99
<LinkCard
10-
title="Watch Episode 1: Introduction to R2"
10+
title="Watch Episode 1: Getting started with R2"
1111
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/"
12+
href="/learning-paths/r2-intro/series/r2-1/"
1313
/>
1414
<LinkCard
15-
title="Watch Episode 2: "
16-
description=" "
17-
href="/learning-paths/r2/series/r2-2/"
15+
title="Watch Episode 2: Public buckets"
16+
description="This video outlines how to configure public buckets in R2, which are private by default, to enable public Internet access. It presents two methods for setting up public access: using a custom domain or a Cloudflare managed subdomain."
17+
href="/learning-paths/r2-intro/series/r2-2/"
1818
/>
1919
<LinkCard
20-
title="Watch Episode 3: "
21-
description=" "
22-
href="/learning-paths/r2/series/r2-3/"
20+
title="Watch Episode 3: S3 API compatibility"
21+
description="In this video, you'll learn how to use S3 API commands and tools with R2, set up and configure R2 for S3 API compatibility, and integrate R2 into your existing workflows with minimal changes."
22+
href="/learning-paths/r2-intro/series/r2-3/"
2323
/>
2424
<LinkCard
25-
title="Watch Episode 4: "
25+
title="Watch Episode 4: Migrating your bucket data"
2626
description=" "
27-
href="/learning-paths/r2/series/r2-4/"
27+
href="/learning-paths/r2-intro/series/r2-4/"
2828
/>
2929
<LinkCard
3030
title="Watch Episode 5: "
3131
description=" "
32-
href="/learning-paths/r2/series/r2-5/"
32+
href="/learning-paths/r2-intro/series/r2-5/"
3333
/>
3434
</CardGrid>

0 commit comments

Comments
 (0)