docs: daily scan fixes (2026-07-18) — typos, CI hard-fails, frontmatter#388
Open
claude[bot] wants to merge 1 commit into
Open
docs: daily scan fixes (2026-07-18) — typos, CI hard-fails, frontmatter#388claude[bot] wants to merge 1 commit into
claude[bot] wants to merge 1 commit into
Conversation
claude
Bot
force-pushed
the
docs/daily-scan-2026-07-18
branch
from
July 18, 2026 15:18
0648356 to
3f1e690
Compare
Fixes surfaced by the daily docs scan across authors, blog, devlog, and
platform docs:
- Remove bare MDX-level `import Video` statements (CI hard-fail) from 4
devlog/blog posts; the <Video> component is globally available.
- Add missing language ids to bare code fences (devlog x2, blog gt-next).
- Fix blog/gt-next.mdx heading hierarchy (## -> ### instead of ### -> ####)
and a malformed `.env` fence tag.
- Fix indentation on a devlog numbered list that was rendering as a code
block instead of an ordered list.
- Fix a comma splice and a duplicated article in devlog prose.
- Correct a billing example ($1.06 -> $1.60) that didn't match the stated
rates in managing-billing.mdx, plus double-space/missing-word typos.
- Capitalize German formal "Sie" and fix an article/plural mismatch in
adding-translation-context.mdx.
- Pluralize the "Note" annotation type to match its sibling rows.
- Add missing terminal period in project-settings.mdx.
- Fix missing subject ("must send" -> "you must send") in the OpenAPI
overview.
- Drop a leftover reviewer-style "confirm against the code" hedge in the
Storyblok guide.
- Fix "Format.JS's" -> "FormatJS's" in format-message.mdx.
- Add missing required `occupation` frontmatter field to two author
profiles, and fix a stray /photo suffix on Archie's Twitter URL.
claude
Bot
force-pushed
the
docs/daily-scan-2026-07-18
branch
from
July 18, 2026 15:24
3f1e690 to
f095350
Compare
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.
Requested by Archie McKenzie · Slack thread
Summary
Daily docs scan (2026-07-18) found and fixed 25 high-confidence issues across 19 files in docs, blog, devlog, and author profiles. Everything else scanned clean.
Before / after by area
devlog (
devlog/en-US/)gt-react_v10_15_0,gt-react_v10_19_0,react-core-linter_v0_1_0) had a bareimport Video from '@/components/Video';statement in the MDX body — this is a CI hard-fail (imports aren't allowed in MDX; shared components are globally available). Before: the import line, followed by<Video .../>. After: the import line removed;<Video .../>still renders since the component is global.gt-next_v6_3_0andgt-react_v10_18_0: a fenced code block had no language id. After: tagged```text.gt-next_v6_2_0: a two-item numbered list was tab-indented, which rendered it as a code block instead of a list. After: de-indented so it renders as1. ... 2. ....gt-next_v6_10_0: fixed a comma splice ("cache keys, any cached component..." → "cache keys, so any cached component...") and a duplicated article ("happens from the reading the URL path" → "happens from reading the URL path").blog (
blog/en-US/)i18n-without-translation-files.mdx: removed the same bareimport VideoCI hard-fail.gt-next.mdx: fixed a code fence with no language id (``` copy→```bash copy) and a malformed.envfence tag (```.env copy→```env copy). Also fixed a heading-hierarchy skip — the page jumped straight to an H3 with no preceding H2, then used H4 for its subsections; promoted the section to H2 and its three subsections to H3 so the hierarchy is sequential.platform/dashboard docs
managing-billing.mdx: the worked billing example said translating 1,000 Markdown tokens + 3,000 context tokens costs $1.06, but the stated rates ($10/10k tokens buildtime + $0.20/1k context tokens) compute to $1.60 — fixed the number. Also fixed two double-space typos and a missing "the".adding-translation-context.mdx: capitalized the German formal "sie" → "Sie" in an example, and fixed an article/plural mismatch ("fill an empty Glossary and Directive fields" → "fill empty Glossary and Directive fields").adding-annotations.mdx: pluralized the "Note" annotation type in a table row to match its sibling rows ("Labels"/"Comments").project-settings.mdx: added a missing terminal period on a bullet.platform/openapi docs
overview.mdx: fixed a missing subject in a sentence ("must send" → "you must send").platform/core reference
format-message.mdx: fixed "Format.JS's" → "FormatJS's" (the library's actual name).integrations (Storyblok)
using-translated-content.mdx: removed a leftover reviewer-style hedge ("Confirm the exact key format against the serialization code before relying on it directly") that read as an internal draft note rather than reader-facing guidance.author profiles (
authors/)default.mdxandjackie.mdxwere missing the requiredoccupationfrontmatter field — addedTeamandSoftware Engineerrespectively.archie.mdx: fixed a stray/photosuffix on the Twitter/X profile link.How
19 files touched, all conservative, mechanical, or unambiguous-typo fixes — no prose voice/style rewrites, no code semantics changed,
docs-templates/untouched. Full file list in the diff.Generated by Claude Code