Skip to content

Commit c252137

Browse files
authored
adding videos page to r2 (#22857)
1 parent cc9bdc4 commit c252137

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)