From a4f9806b52869bfa83bc118a2c4f32771a4e77f3 Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Wed, 9 Oct 2024 14:45:00 -0500 Subject: [PATCH 1/4] Hid children pages --- src/content/docs/r2/tutorials/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/r2/tutorials/index.mdx b/src/content/docs/r2/tutorials/index.mdx index 0e65aa988dfad1..f43ff189d3bc3e 100644 --- a/src/content/docs/r2/tutorials/index.mdx +++ b/src/content/docs/r2/tutorials/index.mdx @@ -1,4 +1,5 @@ --- +hideChildren: true pcx_content_type: navigation title: Tutorials sidebar: From 3b12aa8589c1dcd8e4f4b3124eea846fe3089406 Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Wed, 9 Oct 2024 14:45:24 -0500 Subject: [PATCH 2/4] Added last updated dates --- src/content/docs/r2/tutorials/cloudflare-access.mdx | 2 ++ src/content/docs/r2/tutorials/postman.mdx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/content/docs/r2/tutorials/cloudflare-access.mdx b/src/content/docs/r2/tutorials/cloudflare-access.mdx index d692ba7d6289b9..62e5a8705881ae 100644 --- a/src/content/docs/r2/tutorials/cloudflare-access.mdx +++ b/src/content/docs/r2/tutorials/cloudflare-access.mdx @@ -2,6 +2,8 @@ title: Protect an R2 Bucket with Cloudflare Access pcx_content_type: tutorial content_type: 📝 Tutorial +updated: 2024-04-16 + --- diff --git a/src/content/docs/r2/tutorials/postman.mdx b/src/content/docs/r2/tutorials/postman.mdx index 10afc2d32d6dcf..ada2c38731a8b7 100644 --- a/src/content/docs/r2/tutorials/postman.mdx +++ b/src/content/docs/r2/tutorials/postman.mdx @@ -4,6 +4,8 @@ summary: Learn how to configure Postman to interact with R2. content_type: 📝 Tutorial pcx_content_type: tutorial description: Learn how to configure Postman to interact with R2. +updated: 2022-07-15 + --- From 89ce511786462287a776f215c07c976563bec213 Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Wed, 9 Oct 2024 14:45:48 -0500 Subject: [PATCH 3/4] Corrected content type --- src/content/docs/r2/examples/authenticate-r2-auth-tokens.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/content/docs/r2/examples/authenticate-r2-auth-tokens.mdx b/src/content/docs/r2/examples/authenticate-r2-auth-tokens.mdx index 6fcfb0e00a4def..dbde3e334e3202 100644 --- a/src/content/docs/r2/examples/authenticate-r2-auth-tokens.mdx +++ b/src/content/docs/r2/examples/authenticate-r2-auth-tokens.mdx @@ -1,9 +1,6 @@ --- title: Authenticate against R2 API using auth tokens -pcx_content_type: tutorial -difficulty: Beginner -content_type: 📝 Tutorial -updated: 2024-08-27 +pcx_content_type: Example --- import { Tabs, TabItem } from '~/components'; From 39c4999591ef27d2c1a6285d5ac4e727e2281486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denise=20Pe=C3=B1a?= <75506267+dcpena@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:55:30 -0500 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Patricia Santa Ana <103445940+patriciasantaana@users.noreply.github.com> --- src/content/docs/r2/tutorials/cloudflare-access.mdx | 1 - src/content/docs/r2/tutorials/postman.mdx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/content/docs/r2/tutorials/cloudflare-access.mdx b/src/content/docs/r2/tutorials/cloudflare-access.mdx index 62e5a8705881ae..381033166a3d6c 100644 --- a/src/content/docs/r2/tutorials/cloudflare-access.mdx +++ b/src/content/docs/r2/tutorials/cloudflare-access.mdx @@ -4,7 +4,6 @@ pcx_content_type: tutorial content_type: 📝 Tutorial updated: 2024-04-16 - --- import { Render } from "~/components" diff --git a/src/content/docs/r2/tutorials/postman.mdx b/src/content/docs/r2/tutorials/postman.mdx index ada2c38731a8b7..02d2dc9fb82124 100644 --- a/src/content/docs/r2/tutorials/postman.mdx +++ b/src/content/docs/r2/tutorials/postman.mdx @@ -6,7 +6,6 @@ pcx_content_type: tutorial description: Learn how to configure Postman to interact with R2. updated: 2022-07-15 - --- Postman is an API platform that makes interacting with APIs easier. This guide will explain how to use Postman to make authenticated R2 requests to create a bucket, upload a new object, and then retrieve the object. The R2 [Postman collection](https://www.postman.com/cloudflare-r2/workspace/cloudflare-r2/collection/20913290-14ddd8d8-3212-490d-8647-88c9dc557659?action=share\&creator=20913290) includes a complete list of operations supported by the platform.