Add Analog Workers guide and replace Pages guide with redirect page#26995
Add Analog Workers guide and replace Pages guide with redirect page#26995petebacondarwin merged 8 commits intoproductionfrom
Conversation
- 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: pbacondarwin@cloudflare.com <pete@bacondarwin.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Co-Authored-By: pbacondarwin@cloudflare.com <pete@bacondarwin.com>
Co-Authored-By: pbacondarwin@cloudflare.com <pete@bacondarwin.com>
- 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: pbacondarwin@cloudflare.com <pete@bacondarwin.com>
Co-Authored-By: pbacondarwin@cloudflare.com <pete@bacondarwin.com>
Co-Authored-By: pbacondarwin@cloudflare.com <pete@bacondarwin.com>
7e351fa to
3842b7d
Compare
|
Could the guide be replaced with something like the Next.js one that diverts people to use Workers instead? That way there won't be confusing gaps in the list, and people wanting to know how to deploy it will be able to find the correct approach. |
…anager.devin.ai/proxy/github.com/cloudflare/cloudflare-docs into devin/1765232332-analog-workers-guide
…s pattern) Co-Authored-By: pbacondarwin@cloudflare.com <pete@bacondarwin.com>
|
Thanks for the suggestion! I've added a redirect page similar to the Next.js pattern. The Pages guide now points users to the Workers guide instead of being fully removed. |
|
(aside) @petebacondarwin I forgot that Devin would just go ahead and implement my suggestion! |
|
Actually Devin had gone to sleep so I had to go and prompt it. But yeah, Devin did the work. |
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:
workers/framework-guides/web-apps/more-web-frameworks/analog.mdxfollowing the same pattern as other Workers framework guides (Angular, Nuxt)pages/get-started/c3.mdx)The new guide is intentionally simpler than the old Pages guide because the Workers-based Analog template uses the standard Nitro
cloudflare_modulepreset, which handles bindings natively without requiring custom dev bindings modules.Updates since last revision
Per reviewer feedback, instead of fully removing the Pages guide, it has been replaced with a navigation page that redirects users to the Workers guide. This follows the same pattern used for Next.js, avoiding confusing gaps in the framework list.
Human review checklist
--framework=analog(without--platform=pages) aligns with workers-sdk#11563Documentation checklist
Link to Devin run: https://app.devin.ai/sessions/cb7c75b099e94315af5d37f6b1b2cf00
Requested by: @petebacondarwin