From 5305183ca0e9bbecd942451e5b8b9f62b97d449e Mon Sep 17 00:00:00 2001 From: deadlypants1973 Date: Fri, 31 Oct 2025 10:42:30 +0000 Subject: [PATCH 1/3] dev spotlight redirect --- public/__redirects | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/public/__redirects b/public/__redirects index 4fe0b6900389386..9e3a0f63455a351 100644 --- a/public/__redirects +++ b/public/__redirects @@ -520,13 +520,14 @@ /ddos-protection/managed-rulesets/adjust-rules/ /ddos-protection/managed-rulesets/http/http-overrides/override-examples/ 301 # developer spotlight -/developer-spotlight/tutorials/ /developer-spotlight/ 301 -/developer-spotlight/tutorials/create-sitemap-from-sanity-cms/ /developer-spotlight/ 301 -/developer-spotlight/tutorials/creating-a-recommendation-api/ /developer-spotlight/ 301 -/developer-spotlight/tutorials/custom-access-control-for-files/ /developer-spotlight/ 301 -/developer-spotlight/tutorials/fullstack-authentication-with-next-js-and-cloudflare-d1/ /developer-spotlight/ 301 -/developer-spotlight/tutorials/handle-form-submission-with-astro-resend/ /developer-spotlight/ 301 -/developer-spotlight/application-guide/ /developer-spotlight/ 301 +/developer-spotlight/tutorials/ /resources/ 301 +/developer-spotlight/tutorials/create-sitemap-from-sanity-cms/ /resources/ 301 +/developer-spotlight/tutorials/creating-a-recommendation-api/ /resources/ 301 +/developer-spotlight/tutorials/custom-access-control-for-files/ /resources/ 301 +/developer-spotlight/tutorials/fullstack-authentication-with-next-js-and-cloudflare-d1/ /resources/ 301 +/developer-spotlight/tutorials/handle-form-submission-with-astro-resend/ /resources/ 301 +/developer-spotlight/application-guide/ /resources/ 301 +/developer-spotlight/ /resources/ 301 # dns /dns/additional-options/cname-flattening/ /dns/cname-flattening/ 301 @@ -1907,8 +1908,8 @@ /workers/configuration/bindings/about-service-bindings/ /workers/runtime-apis/bindings/service-bindings/ 301 /workers/tutorials/localize-a-website/ /pages/tutorials/localize-a-website/ 301 /workers/tutorials/manage-projects-with-lerna/ /pages/configuration/monorepos/#monorepo-management-tools 301 -/workers/tutorials/create-sitemap-from-sanity-cms/ /developer-spotlight/ 301 -/workers/tutorials/custom-access-control-for-files-in-r2-using-d1-and-workers/ /developer-spotlight/ 301 +/workers/tutorials/create-sitemap-from-sanity-cms/ /resources/ 301 +/workers/tutorials/custom-access-control-for-files-in-r2-using-d1-and-workers/ /resources/ 301 /workers/tutorials/generate-dynamic-og-images-using-workers/ /workers/tutorials/ 302 /workers/static-assets/migrate-from-pages/ /workers/static-assets/migration-guides/migrate-from-pages/ 301 /workers/static-assets/compatibility-matrix/ /workers/static-assets/migration-guides/migrate-from-pages/ 301 @@ -1941,8 +1942,8 @@ /workers/testing/miniflare/get-started/migrating/ /workers/testing/miniflare/migrations/from-v2/ 301 /workers/databases/native-integrations/fauna/ /workers/databases/native-integrations/ 301 /workers/tutorials/store-data-with-fauna/ https://fauna.com/blog/the-future-of-fauna 301 -/workers/tutorials/live-cursors-with-nextjs-rpc-do/ /developer-spotlight/ 301 -/workers/tutorials/automated-analytics-reporting/ /developer-spotlight/ 301 +/workers/tutorials/live-cursors-with-nextjs-rpc-do/ /resources/ 301 +/workers/tutorials/automated-analytics-reporting/ /resources/ 301 # workers ai /workers-ai/models/llm/ /workers-ai/models/#text-generation 301 @@ -1959,11 +1960,11 @@ /workers-ai/configuration/function-calling/ /workers-ai/features/function-calling/ 301 /workers-ai/platform/storage-options/ /workers/platform/storage-options/ 301 /workers-ai/configuration/workers-ai-sdk/ /workers-ai/configuration/bindings/ 301 -/workers-ai/tutorials/creating-a-recommendation-api/ /developer-spotlight/ 301 +/workers-ai/tutorials/creating-a-recommendation-api/ /resources/ 301 /workers/observability/baselime-integration/ /workers/observability/integrations/baselime-integration/ 301 /workers-ai/tutorials/image-generator-flux/ /workers-ai/tutorials/image-generation-playground/ 301 -/workers-ai/guides/tutorials/build-a-voice-notes-app-with-auto-transcription/ /developer-spotlight/ 301 -/workers-ai/tutorials/build-ai-interview-practice-tool/ /developer-spotlight/ 301 +/workers-ai/guides/tutorials/build-a-voice-notes-app-with-auto-transcription/ /resources/ 301 +/workers-ai/tutorials/build-ai-interview-practice-tool/ /resources/ 301 # Function calling /workers-ai/function-calling/ /workers-ai/features/function-calling/ 301 From 8dd1f5847219607021a41224741b3585d125234a Mon Sep 17 00:00:00 2001 From: deadlypants1973 Date: Fri, 31 Oct 2025 10:45:23 +0000 Subject: [PATCH 2/3] broken link --- src/content/partials/developer-spotlight/archive-note.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/developer-spotlight/archive-note.mdx b/src/content/partials/developer-spotlight/archive-note.mdx index 2e564093fbdcff8..fda35b4b41cdb25 100644 --- a/src/content/partials/developer-spotlight/archive-note.mdx +++ b/src/content/partials/developer-spotlight/archive-note.mdx @@ -5,5 +5,5 @@ :::note[Developer Spotlight tutorials] Cloudflare's Developer Spotlight program has ended. -To view archived tutorials, refer to [Developer Spotlight](/developer-spotlight/). +To view archived tutorials, refer to [Developer Spotlight](/resources/). ::: \ No newline at end of file From 7972b85b196203fbd2513983145d0d96050704a6 Mon Sep 17 00:00:00 2001 From: deadlypants1973 Date: Fri, 31 Oct 2025 11:20:00 +0000 Subject: [PATCH 3/3] delete archive note --- src/content/docs/turnstile/tutorials/index.mdx | 2 -- src/content/docs/workers-ai/guides/tutorials/index.mdx | 2 -- src/content/docs/workers/tutorials/index.mdx | 2 -- .../partials/developer-spotlight/archive-note.mdx | 9 --------- 4 files changed, 15 deletions(-) delete mode 100644 src/content/partials/developer-spotlight/archive-note.mdx diff --git a/src/content/docs/turnstile/tutorials/index.mdx b/src/content/docs/turnstile/tutorials/index.mdx index 4ad170b7f00669d..fdcfed2599fb29b 100644 --- a/src/content/docs/turnstile/tutorials/index.mdx +++ b/src/content/docs/turnstile/tutorials/index.mdx @@ -13,8 +13,6 @@ View tutorials to help you ge - - ## Demo Learn how you can use Turnstile within your existing application. diff --git a/src/content/docs/workers-ai/guides/tutorials/index.mdx b/src/content/docs/workers-ai/guides/tutorials/index.mdx index f247d68650a1518..d44056e6174bf8d 100644 --- a/src/content/docs/workers-ai/guides/tutorials/index.mdx +++ b/src/content/docs/workers-ai/guides/tutorials/index.mdx @@ -16,8 +16,6 @@ View tutorials to help you ge - - ## Videos Also, explore our video resources on Workers AI: diff --git a/src/content/docs/workers/tutorials/index.mdx b/src/content/docs/workers/tutorials/index.mdx index 4043d5a207b4694..73811d0a2d49529 100644 --- a/src/content/docs/workers/tutorials/index.mdx +++ b/src/content/docs/workers/tutorials/index.mdx @@ -15,8 +15,6 @@ View tutorials to help you ge - - ## Videos diff --git a/src/content/partials/developer-spotlight/archive-note.mdx b/src/content/partials/developer-spotlight/archive-note.mdx deleted file mode 100644 index fda35b4b41cdb25..000000000000000 --- a/src/content/partials/developer-spotlight/archive-note.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -{} ---- - -:::note[Developer Spotlight tutorials] -Cloudflare's Developer Spotlight program has ended. - -To view archived tutorials, refer to [Developer Spotlight](/resources/). -::: \ No newline at end of file