Skip to content

docs(compute): keep "$1.00 / 1M requests" rate on one line#7953

Merged
ankur-arch merged 1 commit into
mainfrom
fix-pricing-table-wrap
Jun 16, 2026
Merged

docs(compute): keep "$1.00 / 1M requests" rate on one line#7953
ankur-arch merged 1 commit into
mainfrom
fix-pricing-table-wrap

Conversation

@ankur-arch

@ankur-arch ankur-arch commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

What

Fixes a layout glitch in the Prisma Compute pricing rates table: the Requests rate ($1.00 / 1M requests) is the longest price string and was wrapping mid-value — $1.00 / 1M on one line and requests on the next.

How

Replaced the regular spaces inside that one code span with non-breaking spaces (U+00A0) so the rate stays on a single line. Rendering is visually identical to the other rates; only the wrap behavior changes.

The longer code spans in the example-cost tables are intentionally left breakable, so this change is scoped to just the one cell.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Improved the formatting and spacing of pricing information display for enhanced readability in the pricing documentation.

The Requests rate was the longest price string and wrapped mid-value
in the rates table ("$1.00 / 1M" then "requests" on a second line).
Replace its spaces with non-breaking spaces so the rate stays intact.
The longer example-table code spans are left breakable.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment Jun 16, 2026 2:38pm
docs Ready Ready Preview, Comment Jun 16, 2026 2:38pm
eclipse Ready Ready Preview, Comment Jun 16, 2026 2:38pm
site Ready Ready Preview, Comment Jun 16, 2026 2:38pm

Request Review

@github-actions

Copy link
Copy Markdown
Contributor

🍈 Lychee Link Check Report

8 links: ✅ 0 OK | 🚫 0 errors | 🔀 2 redirects | 👻 6 excluded

✅ All links are working!


Full Statistics Table
Status Count
✅ Successful 0
🔀 Redirected 2
👻 Excluded 6
🚫 Errors 0
⛔ Unsupported 0
⏳ Timeouts 0
❓ Unknown 0

@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 94869531-effe-48d2-aff8-affcb6dc92e2

📥 Commits

Reviewing files that changed from the base of the PR and between bd107fe and 117ee2b.

📒 Files selected for processing (1)
  • apps/docs/content/docs/compute/pricing.mdx

Walkthrough

A single character-level typography fix in the compute pricing docs: the "Requests" row of the Expected usage rates table now uses consistent non-breaking spaces in the $1.00 / 1M requests price string.

Changes

Compute Pricing Docs — Typography Fix

Layer / File(s) Summary
Requests row spacing
apps/docs/content/docs/compute/pricing.mdx
The meter price string for the Requests row is updated to use consistent/non-breaking spacing around / and between 1M and requests.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: fixing the layout of the pricing rate by keeping it on one line using non-breaking spaces.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@argos-ci

argos-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ⚠️ Changes detected (Review) 1 changed Jun 16, 2026, 2:44 PM

@ankur-arch ankur-arch merged commit 8bd6eed into main Jun 16, 2026
17 of 19 checks passed
@ankur-arch ankur-arch deleted the fix-pricing-table-wrap branch June 16, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant