Traffic policies: reference pages, TLS decryption section, Send traffic to Gateway#32053
Open
mahathi-hariharan wants to merge 4 commits into
Open
Traffic policies: reference pages, TLS decryption section, Send traffic to Gateway#32053mahathi-hariharan wants to merge 4 commits into
mahathi-hariharan wants to merge 4 commits into
Conversation
added 4 commits
July 13, 2026 14:53
…pes/ Groups the Gateway policy-type pages (DNS, Network, HTTP, Egress, Resolver, packet filtering) under a new policy-types/ directory to mirror the Zero Trust dashboard. Adds a policy-types/ overview page, 301 redirects for every moved URL, and updates internal links. No page content rewritten.
…top-level section
…Gateway; refresh overview
Contributor
Review
Fix in your agentFix the following review findings in PR #32053 (https://github.com/cloudflare/cloudflare-docs/pull/32053).
Before making changes, review each finding and present a brief summary table:
- For each finding, state whether you agree, disagree, or need clarification
- If you disagree (e.g. the fix requires disproportionate effort for minimal benefit,
or the finding is factually incorrect), explain why
- If you need clarification before deciding, ask those questions
- Then share your plan for which issues to tackle and in what order
After triaging, fix all legitimate findings. For any you decide to skip,
post a comment on this PR with the finding ID and your reasoning.
---
## Conventions
### Warnings (2)
#### CV-a3bc48c82d0e · PR title format
- **File:** PR-level finding
- **Issue:** The title "Reorg send traffic" does not identify the affected product or docs area, so a reader cannot tell it concerns Cloudflare One/Gateway traffic policies.
- **Fix:** Prefix the title with the product or area, e.g. "[Cloudflare One] Reorganize Gateway traffic on-ramp docs".
#### CV-277d0c460da2 · Scope accuracy
- **File:** PR-level finding
- **Issue:** The description explains three areas of the reorg (reference pages, TLS decryption, proxy/send-traffic page), but the changed files include extensive modifications across many other products and sections (AI Gateway, BYOIP, Network Firewall, Access, DLP, Insights, integrations, networks, Remote Browser Isolation, and numerous changelog entries) that are not mentioned.
- **Fix:** Add a note accounting for the broad cross-product link/reference updates caused by the reorganization.
Code ReviewThis code review is in beta and may not always be helpful — use your judgment. No code review issues found. ConventionsWarnings (2)
Style Guide ReviewNo style-guide issues found. CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
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.
Supplemental 1- reference + TLS + Send traffic
Summary
Continues the Traffic policies reorg (builds on #32051):
reference/:application-app-types,domain-categories,global-policies,identity-selectors,order-of-enforcement,and
expression-syntax→reference/policy-expressions. Adds areference/overview.tls-decryption/, incl.HTTP/3 inspection), moved out from under HTTP policies.
proxy.mdxreworked into asend-traffic-to-gateway.mdxpage enumerating on-ramps with current product names; overview refreshed.
Redirects
301 redirects for all moved URLs (TLS redirects ordered before the
http-policies/*wildcard so they resolve directly — no chains). Validated with
bin/validate-redirects.ts.