Skip to content

Commit bc80c1c

Browse files
jason-cfOxyjun
andauthored
Apply suggestions from code review
Co-authored-by: Jun Lee <[email protected]>
1 parent 94138a6 commit bc80c1c

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

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
@@ -12,7 +12,7 @@ description: |
1212
import { Render, Tabs, TabItem, Stream, Card } from "~/components";
1313

1414
<Tabs>
15-
<TabItem label="Watch this episode">
15+
<TabItem label="Watch this episode" icon="seti:video">
1616

1717
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.
1818

@@ -39,7 +39,7 @@ import { Render, Tabs, TabItem, Stream, Card } from "~/components";
3939
</Card>
4040
</TabItem>
4141

42-
<TabItem label="Series overview">
42+
<TabItem label="Series overview" icon="list-format">
4343
<Render file="r2-series-navigation" />
4444
</TabItem>
4545
</Tabs>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ sidebar:
55
order: 2
66
tableOfContents: false
77
description: |
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.
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 using a Cloudflare-managed subdomain for a simpler configuration.
99
---
1010

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

1313
<Tabs>
14-
<TabItem label="Watch this episode">
14+
<TabItem label="Watch this episode" icon="seti:video">
1515

1616
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.
1717

@@ -38,7 +38,7 @@ import { Render, Tabs, TabItem, Stream, Card } from "~/components";
3838
</Card>
3939
</TabItem>
4040

41-
<TabItem label="Series overview">
41+
<TabItem label="Series overview" icon="list-format">
4242
<Render file="r2-series-navigation" />
4343
</TabItem>
4444
</Tabs>

src/content/docs/learning-paths/r2-intro/series/r2-3.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: |
1111
import { Render, Tabs, TabItem, Stream, Card } from "~/components";
1212

1313
<Tabs>
14-
<TabItem label="Watch this episode">
14+
<TabItem label="Watch this episode" icon="seti:video">
1515

1616
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.
1717

@@ -41,7 +41,7 @@ import { Render, Tabs, TabItem, Stream, Card } from "~/components";
4141
</Card>
4242
</TabItem>
4343

44-
<TabItem label="Series overview">
44+
<TabItem label="Series overview" icon="list-format">
4545
<Render file="r2-series-navigation" />
4646
</TabItem>
4747
</Tabs>

src/content/docs/learning-paths/r2-intro/series/r2-4.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ sidebar:
55
order: 4
66
tableOfContents: false
77
description: |
8-
In this video, you will learn how to use Cloudflare R2's data migration tools, to transfer data from other cloud providers such as Amazon S3 and Google Cloud Storage to R2. The video will demonstrate the step-by-step process of setting up and executing a data migration.
8+
In this video, you will learn how to use Cloudflare R2's data migration tools to transfer data from other cloud providers such as Amazon S3 and Google Cloud Storage to R2. The video will demonstrate the step-by-step process of setting up and executing a data migration.
99
1010
---
1111

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

1414
<Tabs>
15-
<TabItem label="Watch this episode">
15+
<TabItem label="Watch this episode" icon="seti:video">
1616

17-
In this video, you will learn how to use Cloudflare R2's data migration tools, to transfer data from other cloud providers such as Amazon S3 and Google Cloud Storage to R2. The video will demonstrate the step-by-step process of setting up and executing a data migration.
17+
In this video, you will learn how to use Cloudflare R2's data migration tools to transfer data from other cloud providers such as Amazon S3 and Google Cloud Storage to R2. The video will demonstrate the step-by-step process of setting up and executing a data migration.
1818

1919
<Card>
2020
<Stream
@@ -44,7 +44,7 @@ import { Render, Tabs, TabItem, Stream, Card } from "~/components";
4444
</Card>
4545
</TabItem>
4646

47-
<TabItem label="Series overview">
47+
<TabItem label="Series overview" icon="list-format">
4848
<Render file="r2-series-navigation" />
4949
</TabItem>
5050
</Tabs>

src/content/docs/learning-paths/r2-intro/series/r2-5.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: |
1212
import { Render, Tabs, TabItem, Stream, Card } from "~/components";
1313

1414
<Tabs>
15-
<TabItem label="Watch this episode">
15+
<TabItem label="Watch this episode" icon="seti:video">
1616

1717
In this video, you will set up a Cloudflare Workers project and connect it to an existing or new R2 bucket. You will secure file uploads using authentication tokens, configure the Wrangler settings, and enable Smart Tiered Cache for optimal performance. Finally, you will deploy and test your serverless API to upload and retrieve files such as podcast episodes.
1818

@@ -41,7 +41,7 @@ import { Render, Tabs, TabItem, Stream, Card } from "~/components";
4141
</Card>
4242
</TabItem>
4343

44-
<TabItem label="Series overview">
44+
<TabItem label="Series overview" icon="list-format">
4545
<Render file="r2-series-navigation" />
4646
</TabItem>
4747
</Tabs>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ import { CardGrid, LinkCard, Card } from "~/components";
2323
/>
2424
<LinkCard
2525
title="Watch Episode 4: Migrating your bucket data"
26-
description="In this video, you will learn how to use Cloudflare R2's data migration tools, to transfer data from other cloud providers such as Amazon S3 and Google Cloud Storage to R2."
26+
description="In this video, you will learn how to use Cloudflare R2's data migration tools to transfer data from other cloud providers such as Amazon S3 and Google Cloud Storage to R2."
2727
href="/learning-paths/r2-intro/series/r2-4/"
2828
/>
2929
<LinkCard
3030
title="Watch Episode 5: Accessing your bucket from Cloudflare Workers"
31-
description="In this video, you will build a serverless file API using Cloudflare Workers and R2 by setting up a project, securing uploads, enabling caching and deploying the application."
31+
description="In this video, you will build a serverless file API using Cloudflare Workers and R2 by setting up a project, securing uploads, enabling caching, and deploying the application."
3232
href="/learning-paths/r2-intro/series/r2-5/"
3333
/>
3434
</CardGrid>

0 commit comments

Comments
 (0)