* Add Analog Workers guide and remove Pages guide
- 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>
* chore: remove unused imports from Analog guide
Co-Authored-By: pbacondarwin@cloudflare.com <pete@bacondarwin.com>
* Remove Analog from Pages C3 guide since it is now Workers-only
Co-Authored-By: pbacondarwin@cloudflare.com <pete@bacondarwin.com>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
* Clarify custom hostname routing for Worker as origin
Addresses the lack of clarity about how custom hostname traffic reaches Workers when using Cloudflare for SaaS.
Changes:
- Add new section explaining how custom hostname traffic flows through the SaaS zone
- Provide concrete example showing the relationship between SaaS zone, fallback origin, custom hostname, and Worker route
- Clarify that wildcard route pattern (*/*) automatically captures custom hostname traffic
- Rewrite step 4 with clearer routing options and examples
- Add related resources section linking to hostname routing and Workers routes docs
Fixes#27397
* Added case of only some hostnames to worker (#27425)
* Added case of only some hostnames to worker
* Removed copied line
---------
Co-authored-by: Isak Wang Gustavsen <69854945+isakgustavsen@users.noreply.github.com>
* DS-15755: Document `LIKE` pattern matching operators in Analytics Engine SQL reference
`LIKE`, `ILIKE`, `NOT LIKE`, `NOT ILIKE` are all now supported by Workers Analytics
Engine. Add docs.
* DS-15385: Add SQL `HAVING` documentation to Analytics Engine SQL reference
`HAVING` has been supported for a few weeks and soft-announced. This commit documents it.
* DS-15385: Add WAE changelog entry for `HAVING` and `LIKE` support
I'm combining the changelogs for these two small additions because they have a lot
in common and are too small to justify multiple posts at once.
* [Errors] Update error-1014.mdx with banned zone details
Added information about banned zones when connecting to R2 buckets.
CUSTESC-57619
SPM-2988
* Update src/content/docs/support/troubleshooting/http-status-codes/cloudflare-1xxx-errors/error-1014.mdx
Co-authored-by: angelampcosta <92738954+angelampcosta@users.noreply.github.com>
---------
Co-authored-by: angelampcosta <92738954+angelampcosta@users.noreply.github.com>
* Improve troubleshooting guide clarity and organization
- Add Quick Reference table at the top to help users identify the right tool
- Reorganize sections by use case (Browser-based, Command-line, Network)
- Add 'When to use' tip boxes to each major section
- Update heading hierarchy for better navigation
* Rename Overview to About this guide
* Revert package-lock.json changes
* Update gathering-information-for-troubleshooting-sites.mdx
Adding link to MTR docs
* Update src/content/docs/support/troubleshooting/general-troubleshooting/gathering-information-for-troubleshooting-sites.mdx
Co-authored-by: Nic <123965403+ngayerie@users.noreply.github.com>
---------
Co-authored-by: Nic <123965403+ngayerie@users.noreply.github.com>