Skip to content

Conversation

@petebacondarwin
Copy link
Contributor

@petebacondarwin petebacondarwin commented Dec 8, 2025

Summary

This PR migrates the Analog framework documentation from Cloudflare Pages to Cloudflare Workers, aligning with the changes in cloudflare/workers-sdk#11563 which updates the C3 Analog template to use the Workers platform instead of Pages.

Changes:

  • Added: New Analog Workers guide at workers/framework-guides/web-apps/more-web-frameworks/analog.mdx following the same pattern as other Workers framework guides (Angular, Nuxt)
  • Removed: Old Analog Pages guide at pages/framework-guides/deploy-an-analog-site.mdx (C3 no longer supports Analog on Pages)
  • Removed: Analog from the Pages C3 guide's supported frameworks list (pages/get-started/c3.mdx)
  • Added redirect: From /pages/framework-guides/deploy-an-analog-site/ to the new Workers guide location

The new guide is intentionally simpler than the old Pages guide because the Workers-based Analog template uses the standard Nitro cloudflare_module preset, which handles bindings natively without requiring custom dev bindings modules.

Human review checklist

  • Verify the redirect path format is correct in public/__redirects
  • Confirm the C3 command --framework=analog (without --platform=pages) aligns with workers-sdk#11563
  • Check that the Nitro documentation link for bindings is appropriate
  • Confirm Analog should be removed from the Pages C3 framework list (since C3 no longer supports Analog on Pages)

Documentation checklist


Link to Devin run: https://app.devin.ai/sessions/cb7c75b099e94315af5d37f6b1b2cf00
Requested by: @petebacondarwin

- Add new Analog Workers guide at workers/framework-guides/web-apps/more-web-frameworks/analog.mdx
- Remove deprecated Analog Pages guide (C3 no longer supports Analog on Pages)
- Add redirect from old Pages guide to new Workers guide

Co-Authored-By: [email protected] <[email protected]>
@devin-ai-integration
Copy link
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

This PR requires additional review attention because it affects the following areas:

Redirects

This PR changes current filenames or deletes current files. Make sure you have redirects set up to cover the following paths:

  • /pages/framework-guides/deploy-an-analog-site/

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/public/__redirects @cloudflare/pcx-content-engineering, @cloudflare/pcx-technical-writing
/src/content/docs/pages/framework-guides/ @igorminar, @cloudflare/wrangler, @aninibread, @GregBrimble, @cloudflare/pcx-technical-writing
/src/content/docs/pages/ @cloudflare/workers-docs, @GregBrimble, @WalshyDev, @aninibread, @irvinebroque, @cloudflare/pcx-technical-writing
/src/content/docs/workers/ @cloudflare/workers-docs, @GregBrimble, @irvinebroque, @mikenomitch, @korinne, @WalshyDev, @cloudflare/deploy-config, @cloudflare/pcx-technical-writing, @cloudflare/wrangler, @cloudflare/workers-runtime-1, @mattietk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants