Fix 329 broken header links in 191 files#29151
Merged
kodster28 merged 3 commits intoproductionfrom Mar 20, 2026
Merged
Conversation
Update anchor links broken by the wrangler commands page restructure (split from single page into subpages: general, d1, r2, pages, kv, containers, pipelines, certificates, secrets-store, workflows). Also fix broken anchors for: - Durable Objects websocket hibernation API heading rename - Durable Objects SQLite storage backend heading changes - Durable Objects migrations page heading changes - Workers platform limits page heading renames - Workers AI models page (now uses query parameter filter) - AI Crawl Control page restructure - AI Gateway fallbacks -> request-handling page move - Cloudflare One setup page numbered heading - Bots detection-ids split into subpages - Workers compatibility flags dynamic heading - Style guide frontmatter properties heading
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
pedrosousa
reviewed
Mar 20, 2026
...control/features/pay-per-crawl/use-pay-per-crawl-as-site-owner/set-a-pay-per-crawl-price.mdx
Outdated
Show resolved
Hide resolved
pedrosousa
reviewed
Mar 20, 2026
...control/features/pay-per-crawl/use-pay-per-crawl-as-site-owner/set-a-pay-per-crawl-price.mdx
Outdated
Show resolved
Hide resolved
pedrosousa
reviewed
Mar 20, 2026
...control/features/pay-per-crawl/use-pay-per-crawl-as-site-owner/set-a-pay-per-crawl-price.mdx
Outdated
Show resolved
Hide resolved
Contributor
kodster28
approved these changes
Mar 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here's a summary of everything that was fixed:
Summary
Fixed 329 broken header links across 191 files in the Cloudflare docs. The broken links fall into several categories:
Wrangler Commands Restructure (~248 links, ~135 files)
The wrangler commands page was split from a single page (
/workers/wrangler/commands/) into subpages. All anchor links were updated to point to the correct subpage:/commands/general/-#dev,#deploy,#init,#login,#tail,#types,#startup,#delete,#secret,#rollback,#triggers,#versions-*,#deployments-list/commands/d1/-#d1,#d1-execute,#d1-export,#d1-migrations-*/commands/r2/- All#r2-*anchors (25+ distinct anchors)/commands/pages/-#pages,#deploy-1,#dev-1,#project-*,#deployment-*,#functions-build/commands/kv/-#kv-namespace-create,#kv-key,#kv-bulk/commands/pipelines/- All#pipelines-*anchors (13 anchors)/commands/containers/-#containers,#containers-registries/commands/certificates/-#mtls-certificate/commands/secrets-store/-#secrets-store-secret,#secrets-store-store/commands/workflows/-#workflowsDurable Objects (~20 links)
#websocket-hibernation-api->#durable-objects-hibernation-websocket-api(12 links)#sqlite-storage-backend->#create-sqlite-backed-durable-object-class(3 links)#wrangler-configuration-for-sqlite-*->#create-migrationon migrations page (2 links)#index-for-sqlite-durable-objects->#indexes-in-sqlite#sql-storage-billing->#sqlite-storage-backendon pricing page#enable-sqlite-storage-backend-on-new-durable-object-class-migration->#create-migration#durable-object-migrations-in-wranglertoml->#migration-wrangler-configurationWorkers Platform Limits (~13 links)
#worker-limits->#account-plan-limits#number-of-routes-per-zone->#routes-and-domains#request-limits->#request-and-response-limitsWorkers AI Models (6 links)
#text-embeddings->?tasks=Text+Embeddings(query parameter for dynamic page)Other Fixes
fallbacks/#request-timeouts->request-handling/#request-timeouts#create-a-zero-trust-organization->#2-create-a-zero-trust-organizationdetection-ids/#account-takeover-detections-> standalone page linkcompatibility-flags/#delete-all-deletes-alarms->#durable-object-deleteall-deletes-alarmscustom-properties/#updated->#propertiesCloses #29149
github run