Skip to content

Fix R2 metrics markdown tables#31447

Open
leno23 wants to merge 1 commit into
cloudflare:productionfrom
leno23:docs/fix-r2-metrics-tables-31310
Open

Fix R2 metrics markdown tables#31447
leno23 wants to merge 1 commit into
cloudflare:productionfrom
leno23:docs/fix-r2-metrics-tables-31310

Conversation

@leno23

@leno23 leno23 commented Jun 14, 2026

Copy link
Copy Markdown

Summary

  • remove inline HTML div wrappers from R2 metrics markdown table headers
  • let Prettier normalize the affected MDX table formatting

Closes #31310.

Verification

  • git diff --check
  • COREPACK_ENABLE_AUTO_PIN=0 pnpm exec prettier --check src/content/docs/r2/platform/metrics-analytics.mdx
  • custom Node assertion: no <div style=...> table headers remain in the R2 metrics page
  • COREPACK_ENABLE_AUTO_PIN=0 pnpm exec astro check (0 errors; existing hints only)

@github-actions github-actions Bot added the product:r2 R2 object storage: https://developers.cloudflare.com/r2 label Jun 14, 2026
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Review

⚠️ 2 warnings found in commit af50cbb.

Warnings (2)
File Issue
r2/platform/metrics-analytics.mdx line 39 Internal links must be root-relative — Table cell uses [jurisdiction](https://developers.cloudflare.com/r2/reference/data-location/#jurisdictional-restrictions) Fix: Change the link to a root-relative path: /r2/reference/data-location/#jurisdictional-restrictions
r2/platform/metrics-analytics.mdx line 39 Internal links need a trailing slash — Internal link path r2/reference/data-location has no trailing slash Fix: Add a trailing slash before the fragment: /r2/reference/data-location/#jurisdictional-restrictions
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.

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

Labels

product:r2 R2 object storage: https://developers.cloudflare.com/r2 size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix broken table in R2 docs

7 participants