cloudflare-docs
cloudflare-docs copied to clipboard
Cloudflare’s documentation
### Summary This was written about in the linked blog post. It seems like this should in theory work for Javascript workers, but I'm not sure (e.g., https://github.com/cloudflare/wasm-coredump/issues/5). ### Documentation...
### Example URL(s) https://developers.cloudflare.com/workers/configuration/routing/routes/#validity ### Actual Behavior The docs clearly state that a route pattern must include the zone name: https://github.com/cloudflare/cloudflare-docs/blob/b9e1d40d3260bf3fa9d3bd627cc968277878ab4c/src/content/docs/workers/configuration/routing/routes.mdx?plain=1#L133-L135 ### Expected Behavior Cloudflare for SaaS has long recommended...
### Summary https://github.com/cloudflare/workers-sdk/pull/8920 ### Screenshots (optional)  ### Documentation checklist - [x] The [documentation style guide](https://developers.cloudflare.com/style-guide/) has been adhered to.
### Existing documentation URL(s) - https://developers.cloudflare.com/workers/frameworks/framework-guides/astro/ ### What changes are you suggesting? Invalid instructions `pnpm wrangler@latest deploy`, should read `pnpx wrangler@latest deploy` or `pnpm dlx wrangler@latest deploy` ### Additional information...
### Summary Replace Query Builder Youtube embed with Stream video. ### Screenshots (optional) ### Documentation checklist - [ ] The [documentation style guide](https://developers.cloudflare.com/style-guide/) has been adhered to. - [ ]...
### Summary This PR is related to the change made in [#8973](https://github.com/cloudflare/workers-sdk/pull/8973). ### Documentation checklist - [x] The [documentation style guide](https://developers.cloudflare.com/style-guide/) has been adhered to.
### Existing documentation URL(s) - https://developers.cloudflare.com/pages/framework-guides/nextjs/deploy-a-static-nextjs-site/ ### What changes are you suggesting? Recent Next.js versions require a minimum Node.js version to be used in builds. Most other documentation on specifying...
refs https://github.com/cloudflare/workers-sdk/pull/8441 and https://github.com/cloudflare/workers-sdk/issues/7852
### Existing documentation URL(s) - https://developers.cloudflare.com/workers/static-assets/migration-guides/migrate-from-pages/#compatibility-matrix - https://developers.cloudflare.com/pages/how-to/custom-branch-aliases/ - https://developers.cloudflare.com/workers/configuration/previews/ ### What changes are you suggesting? Pages has the (well-documented) ability to point a custom domain to a branch, not...
### Summary 1. Removing (largely) duplicated text at the beginning of the page. 2. Extending the error list table to include a "Recommended action" column. 3. Adding more D1 errors...