Skip to content

fix markdown embed issues - #33432

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

s3ntricall wants to merge 1 commit into
cloudflare:productionfrom
s3ntricall:patch-1

Conversation

@s3ntricall

Copy link
Copy Markdown

Summary

1 line change to fix embed issues

@s3ntricall
s3ntricall requested a review from a team as a code owner September 15, 2026 04:49
@github-actions github-actions Bot added product:registrar Related to Registrar product size/xs labels Sep 15, 2026
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Review

⚠️ 2 warnings found in commit 0f32886.

👉 Fix in your agent 👈
Fix the following review findings in PR #33432 (https://github.com/cloudflare/cloudflare-docs/pull/33432).

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, follow this order:
1. Post a comment on this PR for any findings you are skipping, with the finding ID and your reasoning.
2. Then commit the fixes for the legitimate findings.

The comment must come before the commit — the bot reads PR comments when a new
push triggers a review, so skip comments posted after the push will be missed.

---

## Conventions

### Warnings (1)

#### CV-cc1fba9e5c79 · PR title format
- **File:** PR-level finding
- **Issue:** The title "fix markdown embed issues" does not name the product or content area affected; the only changed file is src/content/docs/registrar/registrar-api.mdx, so a reader cannot tell this touches the Registrar docs.
- **Fix:** Prefix the title with the product, e.g. "[Registrar] fix markdown embed issues".

---

## Style Guide Review

### Warnings (1)

#### SG-246a22eb16fb · Internal links end with a trailing slash
- **File:** `src/content/docs/registrar/registrar-api.mdx` line 33
- **Issue:** Line adds `- [Registrar API docs](/api/resources/registrar)` — root-relative internal link without a trailing slash, unlike the sibling links in the same list.
- **Fix:** Change to `- [Registrar API docs](/api/resources/registrar/)`

Code Review

This code review is in beta and may not always be helpful — use your judgment.

No code review issues found.

Conventions

Warnings (1)
File Issue
PR PR title format — The title "fix markdown embed issues" does not name the product or content area affected; the only changed file is src/content/docs/registrar/registrar-api.mdx, so a reader cannot tell this touches the Registrar docs. Fix: Prefix the title with the product, e.g. "[Registrar] fix markdown embed issues".

Style Guide Review

Warnings (1)
File Issue
registrar/registrar-api.mdx line 33 Internal links end with a trailing slash — Line adds - [Registrar API docs](/api/resources/registrar) — root-relative internal link without a trailing slash, unlike the sibling links in the same list. Fix: Change to - [Registrar API docs](/api/resources/registrar/)
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.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.
/disable-auto-review Stops automatic reviews from triggering on future pushes to this PR. Codeowners can still run /review or /full-review manually.
/rebase Rebases the PR branch against production. On conflict, attempts to resolve automatically using AI. Stops with an explanation if confidence is not high enough.

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

Labels

product:registrar Related to Registrar product size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant