Skip to content

Commit 649b01a

Browse files
jason-cfsdnts
authored andcommitted
adding videos page to r2 (cloudflare#22857)
1 parent 1fdcd79 commit 649b01a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Videos
4+
sidebar:
5+
order: 9
6+
---
7+
8+
import { CardGrid, LinkCard } from "~/components";
9+
10+
<CardGrid>
11+
<LinkCard
12+
title="Introduction to R2"
13+
description="Learn about Cloudflare R2, an object storage solution designed to handle your data and files efficiently. It is ideal for storing large media files, creating data lakes, or delivering web assets."
14+
href="/learning-paths/r2-intro/series/r2-1/"
15+
/>
16+
</CardGrid>

0 commit comments

Comments
 (0)