Skip to content

docs: daily scan fixes (2026-07-18) — typos, CI hard-fails, frontmatter#388

Open
claude[bot] wants to merge 1 commit into
mainfrom
docs/daily-scan-2026-07-18
Open

docs: daily scan fixes (2026-07-18) — typos, CI hard-fails, frontmatter#388
claude[bot] wants to merge 1 commit into
mainfrom
docs/daily-scan-2026-07-18

Conversation

@claude

@claude claude Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

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/)

  • 3 posts (gt-react_v10_15_0, gt-react_v10_19_0, react-core-linter_v0_1_0) had a bare import 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_0 and gt-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 as 1. ... 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 bare import Video CI hard-fail.
  • gt-next.mdx: fixed a code fence with no language id (``` copy```bash copy) and a malformed .env fence 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.mdx and jackie.mdx were missing the required occupation frontmatter field — added Team and Software Engineer respectively.
  • archie.mdx: fixed a stray /photo suffix 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

@claude
claude Bot force-pushed the docs/daily-scan-2026-07-18 branch from 0648356 to 3f1e690 Compare July 18, 2026 15:18
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
claude Bot force-pushed the docs/daily-scan-2026-07-18 branch from 3f1e690 to f095350 Compare July 18, 2026 15:24
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