Skip to content

[Browser Run] Remove duplicate external link arrows on Kitesurf page - #33250

Merged
irvinebroque merged 1 commit into
cloudflare:productionfrom
BernardoPe:fix-kitesurf-external-link-arrows
Sep 5, 2026
Merged

[Browser Run] Remove duplicate external link arrows on Kitesurf page#33250
irvinebroque merged 1 commit into
cloudflare:productionfrom
BernardoPe:fix-kitesurf-external-link-arrows

Conversation

@BernardoPe

Copy link
Copy Markdown
Contributor

Summary

Fixes duplicate arrows on every external link on the Kitesurf page.

External links already get a appended automatically at render time, so the ten links that also carried a hardcoded in their Markdown link text rendered two arrows side by side (for example, "Kitesurf ↗ ↗"). Removing the literal character from the link text leaves the automatic one in place, matching the rest of the docs — no other page under src/content/docs/browser-run/ writes the arrow by hand.

Screenshots (optional)

Documentation checklist

External links get an arrow appended automatically by the Satteri
pipeline, so the hardcoded U+2197 in the link text rendered a second
arrow next to it.
@BernardoPe
BernardoPe force-pushed the fix-kitesurf-external-link-arrows branch from 2208529 to 24f871f Compare September 5, 2026 11:23
@BernardoPe
BernardoPe marked this pull request as ready for review September 5, 2026 11:24
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Review

✅ No issues found in commit 24f871f.

Code Review

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

No code review issues found.

Conventions

No convention issues found.

Style Guide Review

No style-guide issues found.

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.

@irvinebroque
irvinebroque enabled auto-merge (squash) September 5, 2026 15:37
@irvinebroque
irvinebroque merged commit 30e0e2d into cloudflare:production Sep 5, 2026
8 checks passed
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.