diff --git a/src/content/docs/learning-paths/r2/series/index.mdx b/src/content/docs/learning-paths/r2/series/index.mdx new file mode 100644 index 00000000000000..0df7484bd14d08 --- /dev/null +++ b/src/content/docs/learning-paths/r2/series/index.mdx @@ -0,0 +1,9 @@ +--- +pcx_content_type: navigation +title: Overview +sidebar: + order: 4 + group: + hideIndex: true +tableOfContents: false +--- diff --git a/src/content/docs/learning-paths/r2/series/r2-1.mdx b/src/content/docs/learning-paths/r2/series/r2-1.mdx new file mode 100644 index 00000000000000..a241b5ae72e542 --- /dev/null +++ b/src/content/docs/learning-paths/r2/series/r2-1.mdx @@ -0,0 +1,47 @@ +--- +pcx_content_type: navigation +title: Introduction to R2 +sidebar: + order: 1 +tableOfContents: false +description: | + hi +--- + +import { Render, Tabs, TabItem, Stream, Card } from "~/components"; + + + + + 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. + + + + + **Related content** + + If you want to dive into detail, refer to the following pages: + + - [Cloudflare R2](/r2/) + + + + + + + + + + + + diff --git a/src/content/learning-paths/r2-introduction.json b/src/content/learning-paths/r2-introduction.json new file mode 100644 index 00000000000000..27dd38e9206856 --- /dev/null +++ b/src/content/learning-paths/r2-introduction.json @@ -0,0 +1,9 @@ +{ + "title": "Introduction to R2", + "path": "/learning-paths/r2/series/r2-1/", + "priority": 2, + "description": "", + "products": ["R2", "Workers"], + "product_group": "Developer platform", + "video": true +} diff --git a/src/content/partials/learning-paths/r2-series-navigation.mdx b/src/content/partials/learning-paths/r2-series-navigation.mdx new file mode 100644 index 00000000000000..e648c82ad6e49d --- /dev/null +++ b/src/content/partials/learning-paths/r2-series-navigation.mdx @@ -0,0 +1,34 @@ +--- +{} + +--- + +import { CardGrid, LinkCard, Card } from "~/components"; + + + + + + + +