docs(cli): recast em dashes in elevation, i18n, and getting-started prose - #4633
Merged
Conversation
…rose
Recast 18 prose em-dash asides to semicolons across three cli guide docs
(now at packages/cli/assets/docs/ after the restructure): elevation (11),
internationalization (6), getting-started (1). Independent-clause asides, so
a semicolon carries the same meaning. Prose only; code comments, the {/* */}
JSX comment, the pseudo-locale example, and numeric ranges left untouched.
These were previously deferred behind the stalled overlay PR #4117, which
edits the pre-restructure packages/cli/docs/ path that no longer exists on
main; the files now live at assets/docs/ and are owned by no open PR.
Night Watch — Doc Reviewer
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
PR Analysis Report📚 Storybook PreviewView Storybook for this PR 🧪 Sandbox PreviewView Sandbox for this PR No new or modified components detected. Bundle Size SummaryNo component packages changed. Accessibility AuditStatus: No accessibility violations detected. Generated by PR Enrichment workflow | Storybook | Sandbox | View full report |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Recasts 18 prose em-dash asides to semicolons across three CLI guide docs (check 17 / A1). Prose only, meaning preserved.
elevation.doc.mjs(11)internationalization.doc.mjs(6)getting-started.doc.mjs(1)Context
These tells sat unfixed for ~2 weeks because earlier runs deferred them to the doc-overlay PR #4117. That PR edits the pre-restructure
packages/cli/docs/path, which no longer exists on main after the CLI restructure moved docs topackages/cli/assets/docs/. The files now live at the new path and are owned by no open PR, so they are safe to fix directly here.Left untouched (exempt)
//) and the{/* ... */}JSX comment inside the i18n example block⟦…⟧pseudo-locale example stringValidation
pnpm --filter @astryxdesign/core typecheck:docs: passastryx docs <topic>for all three: no prose em dashes (the 2 in i18n output are the exempt code comments)Night Watch — Doc Reviewer