diff --git a/public/_redirects b/public/_redirects index 7d3e2318f46240..b3b370c0f0afef 100644 --- a/public/_redirects +++ b/public/_redirects @@ -1155,6 +1155,10 @@ /r2/reference/changelog/index.xml /r2/platform/changelog/index.xml 301 /r2/reference/limits/ /r2/platform/limits/ 301 /r2/reference/metrics-analytics/ /r2/platform/metrics-analytics/ 301 +/r2/examples/mastodon/ /r2/tutorials/mastodon/ 301 +/r2/examples/postman/ /r2/tutorials/postman/ 301 +/r2/examples/cloudflare-access/ /r2/tutorials/cloudflare-access/ 301 +/r2/examples/upload-logs-event-notifications/ /r2/tutorials/upload-logs-event-notifications/ 301 # style-guide /style-guide/formatting/symbols-in-ui-element-names/ /style-guide/formatting/ui-elements/ 301 diff --git a/src/content/docs/r2/buckets/event-notifications.mdx b/src/content/docs/r2/buckets/event-notifications.mdx index ae520e627efd47..c28f2371898bd5 100644 --- a/src/content/docs/r2/buckets/event-notifications.mdx +++ b/src/content/docs/r2/buckets/event-notifications.mdx @@ -50,7 +50,7 @@ $ npx wrangler r2 bucket notification create --event-type --event-type --queue --prefix "" --suffix "" ``` -For a more complete step-by-step example, refer to the [Log and store upload events in R2 with event notifications](/r2/examples/upload-logs-event-notifications/) example. +For a more complete step-by-step example, refer to the [Log and store upload events in R2 with event notifications](/r2/tutorials/upload-logs-event-notifications/) example. ## Event notification rules diff --git a/src/content/docs/r2/examples/cloudflare-access.mdx b/src/content/docs/r2/tutorials/cloudflare-access.mdx similarity index 98% rename from src/content/docs/r2/examples/cloudflare-access.mdx rename to src/content/docs/r2/tutorials/cloudflare-access.mdx index 2df90b7b836e9b..d692ba7d6289b9 100644 --- a/src/content/docs/r2/examples/cloudflare-access.mdx +++ b/src/content/docs/r2/tutorials/cloudflare-access.mdx @@ -1,6 +1,7 @@ --- title: Protect an R2 Bucket with Cloudflare Access -pcx_content_type: example +pcx_content_type: tutorial +content_type: 📝 Tutorial --- diff --git a/src/content/docs/r2/tutorials.mdx b/src/content/docs/r2/tutorials/index.mdx similarity index 100% rename from src/content/docs/r2/tutorials.mdx rename to src/content/docs/r2/tutorials/index.mdx diff --git a/src/content/docs/r2/examples/mastodon.mdx b/src/content/docs/r2/tutorials/mastodon.mdx similarity index 100% rename from src/content/docs/r2/examples/mastodon.mdx rename to src/content/docs/r2/tutorials/mastodon.mdx diff --git a/src/content/docs/r2/examples/postman.mdx b/src/content/docs/r2/tutorials/postman.mdx similarity index 98% rename from src/content/docs/r2/examples/postman.mdx rename to src/content/docs/r2/tutorials/postman.mdx index bce4fa49221af9..10afc2d32d6dcf 100644 --- a/src/content/docs/r2/examples/postman.mdx +++ b/src/content/docs/r2/tutorials/postman.mdx @@ -1,7 +1,8 @@ --- title: Postman summary: Learn how to configure Postman to interact with R2. -pcx_content_type: example +content_type: 📝 Tutorial +pcx_content_type: tutorial description: Learn how to configure Postman to interact with R2. --- diff --git a/src/content/docs/r2/examples/upload-logs-event-notifications.mdx b/src/content/docs/r2/tutorials/upload-logs-event-notifications.mdx similarity index 100% rename from src/content/docs/r2/examples/upload-logs-event-notifications.mdx rename to src/content/docs/r2/tutorials/upload-logs-event-notifications.mdx