Skip to content

[Sandbox] Update production-deployment.mdx#31466

Open
luishcardoso wants to merge 1 commit into
cloudflare:productionfrom
luishcardoso:patch-838748
Open

[Sandbox] Update production-deployment.mdx#31466
luishcardoso wants to merge 1 commit into
cloudflare:productionfrom
luishcardoso:patch-838748

Conversation

@luishcardoso

@luishcardoso luishcardoso commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Hello team,

Summary

For further info on what orange-clouded technically means and its benefits.

https://developers.cloudflare.com/dns/proxy-status/#benefits

Thanks.


Open in Devin Review

Hello team,

For further info on what orange-clouded technically means and its benefits.

https://developers.cloudflare.com/dns/proxy-status/#benefits

Thanks.
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Review

✅ No style-guide issues found in commit dd023f1.

Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Open in Devin Review

Comment on lines +47 to 48
- **Proxy status**: Proxied ([orange-clouded](/dns/proxy-status/#benefits))
This routes all subdomains through Cloudflare's proxy. The IP address `192.0.2.0` is a documentation address (RFC 5737) that Cloudflare recognizes when proxied.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Missing blank line causes paragraph to be absorbed into the last list item

The removal of the blank line between line 47 (the last bullet point) and line 48 (the explanatory paragraph) causes Markdown parsers (including remark/CommonMark used by Astro) to treat "This routes all subdomains through Cloudflare's proxy…" as a lazy continuation of the last list item rather than as a standalone paragraph. In the original version, the blank line after - **Proxy status**: Proxied (orange cloud) terminated the list, so the paragraph rendered independently. Now it will render as part of the "Proxy status" bullet point, which is not the intended layout.

Suggested change
- **Proxy status**: Proxied ([orange-clouded](/dns/proxy-status/#benefits))
This routes all subdomains through Cloudflare's proxy. The IP address `192.0.2.0` is a documentation address (RFC 5737) that Cloudflare recognizes when proxied.
- **Proxy status**: Proxied ([orange-clouded](/dns/proxy-status/#benefits))
This routes all subdomains through Cloudflare's proxy. The IP address `192.0.2.0` is a documentation address (RFC 5737) that Cloudflare recognizes when proxied.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants