Skip to content

docs: daily scan fixes 2026-06-24#326

Closed
claude[bot] wants to merge 1 commit into
mainfrom
docs/daily-scan-2026-06-24
Closed

docs: daily scan fixes 2026-06-24#326
claude[bot] wants to merge 1 commit into
mainfrom
docs/daily-scan-2026-06-24

Conversation

@claude

@claude claude Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Requested by Archie McKenzie · Slack thread

Summary

Automated daily documentation scan for 2026-06-24. Fixed 29 high-confidence issues across 25 files in 11 subsections. CI hard-fail import statements (Video component) were flagged but not auto-removed — removing them would break embedded video content in those pages (see Flagged below).

Before / After by subsection

docs/next — 4 fixes

  • api/strings/tx.mdx & api/components/tx.mdx: Garbled sentence fixed; getGT link corrected from use-gt to get-gt
  • guides/migration.mdx: Ordered list numbered 1, 2, 21, 2, 3
  • guides/dictionaries.mdx: Server component used variable t (undefined) instead of d (result of getTranslations())

docs/core — 2 fixes

  • quickstart.mdx: Garbled prose "check the enqueue the file" → "enqueue the file"
  • class/methods/formatting/format-date-time.mdx: Removed empty ## Next steps heading

docs/node — 4 fixes

  • guides/strings.mdx: Description said "Two approaches" but body lists three; msg() link pointed to get-messagesstrings/msg
  • api/strings/msg.mdx: Typo "Translations strings" → "Translating strings"
  • api/get-translations.mdx: Wrong CLI command npx gtx translatenpx gt translate

docs/locadex — 4 fixes

  • faqs.mdx & mintlify.mdx: All ### promoted to ## (h1→h3 skip)
  • next.mdx: Added ## Installation to parent step headings; fixed -- em dash

docs/react-native — 1 fix

  • faqs.mdx: All ### promoted to ## (h1→h3 skip)

docs/overview — 1 fix

  • faqs.mdx: All ### promoted to ## (h1→h3 skip)

docs/python — 1 fix

  • guides/strings.mdx: Prose used $context (JS notation) → context (matches code examples on the same page)

docs/cli — 1 fix

  • stage.mdx: Inline code stageTranslations : true"stageTranslations": true

docs/platform — 1 fix

  • supported-locales.mdx: Trailing whitespace removed from heading

authors — 2 fixes

  • default.mdx & jackie.mdx: Added missing required occupation frontmatter field

blog — 7 fixes

  • gt-next.mdx: Fixed ``` copy ```bash copy; promoted headings to fix h1→h3 skip
  • multilingual-nextjs-seo.mdx: Added text language to 2 unlanguaged fences
  • plurals.mdx: Added text language to 4 unlanguaged fences

devlog — 3 fixes

  • gt-next_v6_3_0.mdx & gt-react_v10_18_0.mdx: Added text language to unlanguaged fences
  • gt-i18n_v0_1_0.mdx: Demoted [msg()](#) etc. placeholder links to plain inline code

Flagged — not auto-fixed

CI HARD-FAIL: bare import statements in MDX (6 files) — these import a Video component to embed video content. Removing them would drop video players from those pages. Needs human decision:

  • docs/en-US/core/index.mdx
  • docs/en-US/react-core-linter/guides/quickstart.mdx
  • docs/en-US/react-core-linter/index.mdx
  • devlog/en-US/gt-react_v10_15_0.mdx
  • devlog/en-US/gt-react_v10_19_0.mdx
  • devlog/en-US/react-core-linter_v0_1_0.mdx

How

25 files touched across docs/en-US/, blog/en-US/, devlog/en-US/, and authors/. All changes are mechanical corrections — typos, broken links, heading levels, code fence language tags, frontmatter fields. No prose rewritten for voice/style, no code semantics changed.

Fixes high-confidence documentation issues found by automated scan:

- next: fix garbled prose in tx.mdx (strings + components); fix getGT link
  pointing to use-gt instead of get-gt in both files; fix duplicate list
  item numbering (2,2 → 2,3) in migration.mdx; fix wrong variable name
  (t → d) in server component example in dictionaries.mdx
- core: fix garbled prose ("check the enqueue") in quickstart.mdx;
  remove empty "## Next steps" heading in format-date-time.mdx
- node: fix description claiming "two approaches" (body has three);
  fix msg() link pointing to get-messages instead of strings/msg;
  fix prose typo "Translations strings" → "Translating strings";
  fix wrong CLI command "npx gtx translate" → "npx gt translate"
- locadex: promote ### headings to ## in faqs.mdx and mintlify.mdx
  (both had h1→h3 skip); add ## Installation section in next.mdx
  to parent step headings; fix double-hyphen em dash in next.mdx
- react-native: promote ### headings to ## in faqs.mdx (h1→h3 skip)
- overview: promote ### headings to ## in faqs.mdx (h1→h3 skip)
- python: fix $context (JS notation) → context in strings.mdx heading
  and prose to match code examples on the same page
- cli: fix inline code stageTranslations : true → "stageTranslations": true
- platform: remove trailing whitespace from heading in supported-locales.mdx
- authors: add missing occupation field to default.mdx and jackie.mdx
- blog/gt-next: fix unlanguaged ``` copy fence → ```bash copy; promote
  ### headings to ## and #### to ### to fix heading level skips
- blog/multilingual-nextjs-seo: add text language to two unlanguaged fences
- blog/plurals: add text language to four unlanguaged fences
- devlog: add text language to two unlanguaged fences; demote placeholder
  (#) links to plain text in gt-i18n_v0_1_0.mdx

CI hard-fail import statements (Video component) noted but not auto-removed
— removing would break embedded video content in those pages.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01T2grcbvzdysZ47yHy28DZq
@claude
claude Bot requested a review from a team as a code owner June 24, 2026 15:17
@moss-bryophyta

Copy link
Copy Markdown
Contributor

Closing stale docs PR — docs review is moving to a linter-based workflow going forward, and this backlog is now out of date (per Taylor). Keeping #372 and #373.

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.

2 participants