cloudflare-docs
cloudflare-docs copied to clipboard
Cloudflare’s documentation
Refs: https://github.com/cloudflare/workerd/pull/3311 ### Summary ### Screenshots (optional) ### Documentation checklist - [ ] The [documentation style guide](https://developers.cloudflare.com/style-guide/) has been adhered to. - [ ] If a larger change - such...
`hostMetadata` is a property of the `cf` object, but only present when using custom hostname metadata, as part of Cloudflare for Platforms / SSL for SaaS. This PR adds it...
Note: assets bindings support has been introduced in [`[email protected]`](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md#31040) > [!Warning] > The change was reverted https://github.com/cloudflare/workers-sdk/pull/7866, so this PR needs to wait for the feature to be re-introduced
### Summary Cloudflare Workers guide for the Waku framework. https://waku.gg/ ### Documentation checklist - [x] The [documentation style guide](https://developers.cloudflare.com/style-guide/) has been adhered to. - I tried to match the style...
### Summary Added a minor bullet point for adding prompt to Claude Code
### Summary This PR updates the tutorial links by adding UTM parameters. It also removes references to content that is no longer accessible, ensuring the tutorial remains accurate and up...
### Summary - Adds new section for managing environment variables across multiple envrionments - Updates comparison to secrets and environment variables - [X ] The [documentation style guide](https://developers.cloudflare.com/style-guide/) has been...
### Existing documentation URL(s) - https://developers.cloudflare.com/pages/functions/routing/ ### What changes are you suggesting? > Create a _routes.json file to control when your Function is invoked. It should be placed in the...
### Summary Adds documentation for `wrangler kv bulk get` command. ### Screenshots (optional) ### Documentation checklist - [x] The [documentation style guide](https://developers.cloudflare.com/style-guide/) has been adhered to. - [ ] If...
This PR adds a note to the generated wrangler configuration section clarifying that the generated config file should not include any environments. Note: this is being enforced by the changes...