Commit graph

21686 commits

Author SHA1 Message Date
Nic
c2fa65c6fb
[SSL] Make ciphers table consistent with sec level recommendations (#27345)
- Updated Security recommendation column to reflect all applicable security levels (Modern, Compatible, Legacy) for each cipher suite
- This aligns the supported-cipher-suites table with the detailed lists in the recommendations page
- 13 cipher suites now show multiple levels instead of just their highest level
2025-12-30 15:41:07 +00:00
ToriLindsay
64924e2757
[Style Guide] Deprecate CompatibilityFlag component page (#27359) 2025-12-30 15:30:54 +00:00
Matt Silverlock
9a81e08b48
Add documentation for importable env from cloudflare:workers (#27327)
Some checks are pending
Publish / Production (push) Waiting to run
Document the import { env } from 'cloudflare:workers' API across
Workers documentation pages that discuss environment variables,
secrets, and bindings access patterns.

Updates:
- environment-variables.mdx: Add section on importing env globally
- secrets.mdx: Show importable env as an access method with example
- process.mdx: Add alternative to process.env using cloudflare:workers
- fetch.mdx: Cross-reference importable env in env parameter docs
- migrate-to-module-workers.mdx: Show importable env for ES modules
2025-12-29 23:16:34 -08:00
ravindra-dyte
cdeeeb25f3
docs(realtimekit): added pricing page for realtimekit (#27340)
Some checks are pending
Publish / Production (push) Waiting to run
* docs(realtimekit): added pricing page for realtimekit

* docs(realtimekit): adding suggested changes

Co-authored-by: Swapnil Madavi <30936566+swapnilmadavi@users.noreply.github.com>

---------

Co-authored-by: Ravindra Singh Rathor <rsrathor@cloudflare.com>
Co-authored-by: Swapnil Madavi <30936566+swapnilmadavi@users.noreply.github.com>
2025-12-30 10:01:37 +05:30
dinasaur404
6d03bf96df
Add missing redirects for Workers for Platforms restructured paths (#27353) 2025-12-29 22:59:19 -05:00
Nic
2000f9050c
[DNS] Include previously existing zones as defaults exceptions (#27278)
Some checks are pending
Publish / Production (push) Waiting to run
* [DNS] Update custom nameservers documentation with warning

Add warning about custom nameservers not applying automatically to newly added zones.
INCIDENT-7962
CUSTESC-59135

* Correct typo in custom nameservers warning

Fix typo in warning about custom nameserver configuration.

* Text review and replace :::warning by :::caution

* Consolidate content with zone defaults callout and apply as partial

---------

Co-authored-by: Rebecca Tamachiro <rtamachiro@cloudflare.com>
2025-12-29 18:48:32 +00:00
Nic
6cfbfe8aa8
[DNS] Clarify static IPs for nameservers (#27284)
* [DNS] Clarify static IPs for advanced nameservers

Added note about static IPs for advanced nameservers.
From chat thread

* Slight text review

* Turn into partial and apply to both advanced and general NS docs

---------

Co-authored-by: Rebecca Tamachiro <rtamachiro@cloudflare.com>
2025-12-29 18:47:37 +00:00
Phillip Jones
3a206cc97c
Adds r2 error message + troubleshooting docs (#27292)
* Adds detailed error r2 message docs

* fix small typo
2025-12-29 10:01:22 -08:00
dinasaur404
5203d89097
Improve Workers for Platforms documentation (#27242)
* Improve Workers for Platforms get-started docs and add VibeSDK section

* Fix broken links after restructuring Workers for Platforms docs
2025-12-29 12:29:32 -05:00
Colby M. White
170b791b74
feat: upgrade wrangler deps (#27347) 2025-12-29 17:22:24 +00:00
ToriLindsay
e1169a3d86
[Style Guide] Component deprecation - Checkbox (#27341)
* [Style Guide] Component deprecation - Checkbox

* Alphabetize redirects
2025-12-29 14:22:36 +00:00
Kathy
e9ec6a95fe
docs(browser-rendering): note Stagehand v2.5.x requirement (#27339)
Some checks are pending
Publish / Production (push) Waiting to run
* docs(browser-rendering): note Stagehand v2.5.x requirement

* Update src/content/docs/browser-rendering/stagehand.mdx

Co-authored-by: ToriLindsay <tgalatro@cloudflare.com>

---------

Co-authored-by: ToriLindsay <tgalatro@cloudflare.com>
2025-12-29 09:46:19 +00:00
Kathy
9b68315901
docs(browser-rendering): add waitUntil guidance for JS-heavy pages (#26998)
* docs(browser-rendering): add waitUntil guidance for JS-heavy pages

- Add new partial explaining gotoOptions.waitUntil for JavaScript-heavy pages
- Add partial to all REST API endpoint docs
- Clean up timeouts reference page with dedicated waitUntil options table
- Fix default waitUntil value to domcontentloaded per API reference

* docs(browser-rendering): clarify networkidle as simplest solution, waitForSelector for advanced users
2025-12-29 17:32:47 +08:00
pry
de34ded2ec
Fix MySQL instructions for AWS RDS (#27295)
Some checks failed
Publish / Production (push) Has been cancelled
We mention Postgres and postgres-specific tools instead of MySQL.
2025-12-27 11:24:06 +00:00
pry
93244cffb0
Fix Hyperdrive Azure docs for MySQL (#27296)
Cut out mentions of postgres instead of mysql.
2025-12-27 11:20:56 +00:00
Thomas Gauvin
f3f3f8ac7c
Add Beta badge to MySQL connection example (#26954) 2025-12-27 11:05:24 +00:00
Matt Silverlock
2e05ace0d8
Improve Hyperdrive limits documentation clarity (#27329)
Reorganize limits into logical sections (configuration, connection, query)
with clearer descriptions of when each limit applies. Add connection error
messages with their causes and link to troubleshooting for full error list.
2025-12-27 11:04:24 +00:00
Max Phillips
0f635082b6
[Style Guide] How we video: minor issues (#27326)
Some checks are pending
Publish / Production (push) Waiting to run
2025-12-26 13:04:17 -06:00
Max Phillips
c00265d2c7
fix terraform error (#27325) 2025-12-26 18:33:13 +00:00
Ayush Thakur
7e89b53d0e
Correct GitHub to GitLab in CI/CD documentation (#27316) 2025-12-26 17:58:30 +00:00
Ishita Kabra
5ad23f1e5e
fix: add docs for customising design system (#27321)
Some checks are pending
Publish / Production (push) Waiting to run
* fix: add docs for customising design system

* fix: add slug

* fix: sidebar order
2025-12-26 16:16:07 +05:30
Ishita Kabra
69eb0a3af0
feat(realtimekit): add broadcast message api (#27320)
* feat: add docs for realtime stores

* fix: remove local store docs

* fix: ci checks [skip style guide checks]

* fix: slugs

* fix: add redirects for changed slugs

* fix: ci checks [skip style guide checks]

* feat(wip): add release notes

* feat: add release notes for realtimekit web sdks [skip style guide checks]

* fix: add formatting for code blocks

* chore: pull from target [skip style guide checks]

* feat: add broadcast message api docs [skip style guide checks]

* chore: fix lint errors

* fix(commit-suggestions): added commit suggestions

Co-authored-by: Swapnil Madavi <30936566+swapnilmadavi@users.noreply.github.com>

* fix: use ProductReleaseNotes component for rtk release notes

* fix: create a folder for release notes

* fix: revert changes to productReleaseNotes

* fix: revert changes to productReleaseNotes

* fix: revert release notes changes

* fix: revert settings.json

* fix: add sdk selector to broadcast api docs

* revert: pnpm lock changes

---------

Co-authored-by: Ravindra Singh Rathor <rsrathor@cloudflare.com>
Co-authored-by: Swapnil Madavi <30936566+swapnilmadavi@users.noreply.github.com>
2025-12-26 08:34:28 +00:00
Patricia Santa Ana
934979472e
[DDoS Protection] Rename and reorganize best practices (#27308)
Some checks failed
Publish / Production (push) Has been cancelled
* rename and reorganize ddos best practices

* broken links
2025-12-23 20:53:47 +00:00
jess-junyao-liu
a6aef69639
Adding how we video to style guide (#27307)
Some checks are pending
Publish / Production (push) Waiting to run
* Adding how we video to style guide

* Fixing the broken link
2025-12-23 18:47:09 +00:00
Patricia Santa Ana
485d7e0b1b
[DDoS Protection] Network Analytics rule display (#27305)
* network analytics rule display

* edits

* spacing

* Update src/content/docs/ddos-protection/managed-rulesets/network/index.mdx

Co-authored-by: ranbel <101146722+ranbel@users.noreply.github.com>

---------

Co-authored-by: ranbel <101146722+ranbel@users.noreply.github.com>
2025-12-23 17:05:23 +00:00
ranbel
66fd701255
[ZT] New tunnel routes page (#27262)
* new routes page

* update getting started instructions and screenshots

* update tunnel status

* improve Routes instructions

* make prereqs more prominent

* Fixing a typo

* Published applications are not used exclusively to access private tools

* s/Magic WAN/WAN Connectors

* Update src/content/docs/cloudflare-one/networks/routes.mdx

* Update src/content/partials/cloudflare-one/tunnel/add-published-application.mdx

Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>

* Update src/content/docs/cloudflare-one/networks/routes.mdx

Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>

* Update src/content/docs/cloudflare-one/networks/routes.mdx

Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>

* Update src/content/partials/cloudflare-one/tunnel/add-published-application.mdx

Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>

* reduce png file size

---------

Co-authored-by: Nikita Cano <48366124+nikitacano@users.noreply.github.com>
Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>
2025-12-23 16:56:01 +00:00
Pedro Sousa
5a7e971abb
[Ruleset Engine] Field reference: Add expression examples (#27304) 2025-12-23 15:40:34 +00:00
alexamavrogianis
473e5dd1de
Updated 'Tunnels' location (#27303)
Path to Tunnels was outdated
2025-12-23 09:32:34 -06:00
Pedro Sousa
7cd8eecc07
[Ruleset Engine] Documentation updates (#27299) 2025-12-23 12:15:33 +00:00
Max Phillips
c4ab24a8fa
[Gateway] ZT verify regional map with Data Localization (#27297)
Some checks are pending
Publish / Production (push) Waiting to run
Co-authored-by: ranbel <101146722+ranbel@users.noreply.github.com>
2025-12-23 00:33:56 +00:00
hum4nG0D
47c875a3a0
Update windows.mdx (#27258)
The registry key still using the config.yml file in user folder. Changing to the one under C:\windows\system\config\systemprofile
2025-12-22 21:34:44 +00:00
Sunil Pai
1beb60d21f
changelog: agents sdk / workers-ai-provider / ai-gateway-provider ai sdk v6 compatibility (#27293) 2025-12-22 15:08:15 -05:00
Patricia Santa Ana
f3b5973f67
add fundamentals link to Turnstile get started (#27290) 2025-12-22 18:29:54 +00:00
Matt
0520137f13
[Workers for Platforms] Update dispatch namespace binding configuration from experimental to stable (#27282)
Some checks are pending
Publish / Production (push) Waiting to run
Changed `experimental_remote` to `remote` in dispatch namespace binding examples, reflecting the stable API.
2025-12-22 09:11:03 -05:00
ay-cf
2f6e334791
Update scheduled-waf-release.mdx (#27277)
updated release date
2025-12-22 22:08:15 +08:00
Luís Cardoso
a36016d53c
[Support] Update "Optimize Cloudflare for WordPress" (#26452)
APO improves the performance of a WordPress site, not a Cloudflare account
2025-12-22 11:44:57 +00:00
Pedro Sousa
918b9cdb7b
[Ruleset Engine] Add has_value function (#27279) 2025-12-22 11:16:27 +00:00
github-actions[bot]
aaa6b7371a
[Docs Site] Update pinned api-schemas commit (#27268)
* [Docs Site] Update pinned api-schemas commit to ba43a56bafd349a1c2cf9bda49d9eb0bc04c8bec

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>
2025-12-22 10:59:56 +00:00
Max Phillips
4d19d96eaa
add secondary ip requirement (#27263)
Some checks failed
Publish / Production (push) Has been cancelled
2025-12-19 23:24:39 +00:00
Max Phillips
25e8a72521
[Gateway] Certificate chains (#27261)
Co-authored-by: Patricia Santa Ana <103445940+patriciasantaana@users.noreply.github.com>
2025-12-19 22:38:58 +00:00
Max Phillips
6dd1d35df9
[Gateway] Add more cert procedures (#27260) 2025-12-19 16:24:02 -06:00
Max Phillips
f6e86ca673
add geolocation ip info (#27212) 2025-12-19 16:09:51 -06:00
Denise Peña
988d92faba
Dpena/thumbnail updates (#27259)
* Swapped thumbnails and videos

* Typo fix
2025-12-19 15:52:50 -06:00
Kyle Bowman
a2f0e32f86
[DDoS Protection] L3/4 managed ruleset override guidance updates (#27209)
* [DDoS Protection] L3/4 managed ruleset override guidance updates

This change introduces a fix to a mix-up in the logic of how
Network-layer DDoS Attack Protection managed ruleset override
expressions work and adds some additional context, guidance, and
recommendations on how effectively utilize them.

* Apply suggestions from code review

---------

Co-authored-by: Patricia Santa Ana <103445940+patriciasantaana@users.noreply.github.com>
2025-12-19 11:54:05 -08:00
Kate Tungusova
f72c180b6e
[CF1] Dell firmware version error (#27256) 2025-12-19 19:09:35 +00:00
Maddy
da674a1dc5
[Email security] Add link to journal rule (#27253) 2025-12-19 18:09:30 +00:00
Patricia Santa Ana
bdd8c0a9cf
[Turnstile] Updates (#27237)
* mobile implementation updates

* errors

* error codes

* edits

* Apply suggestions from code review

Co-authored-by: ranbel <101146722+ranbel@users.noreply.github.com>

---------

Co-authored-by: ranbel <101146722+ranbel@users.noreply.github.com>
2025-12-19 09:29:06 -08:00
dledfordcf
70f4c976c0
Adding note related to limitation of bypass and workers (#27238)
* Adding note related to limitation of bypass and workers

We discovered that bypass rules with posture check based selectors cant be used when a worker intercepts the request. Added note to expand on this.

* Update index.mdx

---------

Co-authored-by: ranbel <101146722+ranbel@users.noreply.github.com>
2025-12-19 17:15:17 +00:00
ranbel
1ff5274e10
[ZT] Chrome initial resolved IP limitation (#27240)
Some checks are pending
Publish / Production (push) Waiting to run
* turn chrome limitation into partial

* update access private app limitations

* add partial to public hostname page
2025-12-19 16:25:33 +00:00
ToriLindsay
c3beb05980
[Style Guide] Move footnotes components page to formatting doc (#27246)
* [Style Guide] Move footnotes component page to formatting doc

* Added Pedro's suggestion
2025-12-19 15:54:12 +00:00