-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Add Analog Workers guide and remove Pages guide #26995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: production
Are you sure you want to change the base?
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: [email protected] <[email protected]>
🤖 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 PR requires additional review attention because it affects the following areas: RedirectsThis PR changes current filenames or deletes current files. Make sure you have redirects set up to cover the following paths:
|
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
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/framework-guides/deploy-an-analog-site.mdx(C3 no longer supports Analog on Pages)pages/get-started/c3.mdx)/pages/framework-guides/deploy-an-analog-site/to the new Workers guide locationThe 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.Human review checklist
public/__redirects--framework=analog(without--platform=pages) aligns with workers-sdk#11563Documentation checklist
Link to Devin run: https://app.devin.ai/sessions/cb7c75b099e94315af5d37f6b1b2cf00
Requested by: @petebacondarwin