cloudflare-docs icon indicating copy to clipboard operation
cloudflare-docs copied to clipboard

Cloudflare’s documentation

Results 835 cloudflare-docs issues
Sort by recently updated
recently updated
newest added

### Which Cloudflare product does this pertain to? Cloudflare One ### Existing documentation URL(s) - https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide/ - https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/do-more-with-tunnels/hosting-requirements/ ### Section that requires update The tunnel creation process doesn't clarify how...

documentation
content:edit

There was a duplicated curl in the last example. Also... it could be worth to mention that sending a PATCH to change ANY "settings" value will reset all other values....

To do: - [x] Update dark mode - [x] Make button look better - [x] Double check accessibility standards

do-not-merge-yet

There's a typo on the /cloudflare-one/identity/devices/corp-device.md page. `SPHardwareDataTypeng` should be `SPHardwareDataType`

### Example URL(s) https://developers.cloudflare.com/workers/wrangler/get-started/ https://developers.cloudflare.com/workers/wrangler/commands/ ### Actual Behavior Copying code snippets such as will paste the command *including* the `$` at the beginning of the command line. If pasted in...

engineering

Tutorial on how to use Workers, Images, Image Resizing to create custom youtube thumbnails. https://add-blog-to-workers.cloudflare-docs-7ou.pages.dev/workers/tutorials/generate-youtube-thumbnails-with-workers-and-images/

### Which Cloudflare product does this pertain to? Terraform ### Existing documentation URL(s) https://developers.cloudflare.com/terraform/tutorial/initialize-terraform/ https://developers.cloudflare.com/terraform/tutorial/track-history/ ### Section that requires update https://developers.cloudflare.com/terraform/tutorial/initialize-terraform/#1-define-your-first-terraform-config-file ``` provider "cloudflare" { email = "[email protected]" api_token =...

documentation
content:edit

### Which Cloudflare product does this pertain to? R2 ### Existing documentation URL(s) https://developers.cloudflare.com/r2/examples/demo-worker/ https://developers.cloudflare.com/r2/runtime-apis/#conditional-operations ### Section that requires update Either the demo needs to be updated, or the `R2Object.get({…,...

documentation
content:edit

Implementation of new Docs components as outlined in the redesign. Logs is used for testing.

technical review

This is suggestion to simplify client's SSH configuration for short-lived certificates. I am aware that command `cloudflared access ssh-config --hostname vm.example.com --short-lived-cert` still generates old configuration - so I suggest...