Skip to content

docs: daily scan fixes (2026-06-29)#332

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

docs: daily scan fixes (2026-06-29)#332
claude[bot] wants to merge 1 commit into
mainfrom
docs/daily-scan-2026-06-29

Conversation

@claude

@claude claude Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Requested by Archie McKenzie · Slack thread

Before / After Summary

next (6 fixes)

  • migration.mdx: Third list item was numbered 2. (duplicate) → corrected to 3.
  • api/config/with-gt-config.mdx: Legacy callout said withGTProps (wrong function name) → corrected to withGTConfig; removed trailing comma in JSON config example (invalid JSON)
  • api/strings/tx.mdx & api/components/tx.mdx: Garbled sentence "there is a delay while waiting for an on-demand translation to load is significantly slower" → fixed; also fixed two broken getGT links pointing to /docs/next/api/strings/use-gt/docs/next/api/strings/get-gt
  • guides/local-tx.mdx: Dangling - API References: bullet with no sub-items → removed

core (2 fixes)

  • quickstart.mdx: "check the enqueue the file for translation" (garbled) → "enqueue the file for translation"
  • class/methods/locales/requires-translation.mdx: "considering approved locale list" → "considering the approved locale list" (missing article)

node (3 fixes)

  • guides/strings.mdx: msg() link pointed to /docs/node/api/get-messages (wrong page) → /docs/node/api/strings/msg
  • api/strings/msg.mdx: "it will fallback to" → "it will fall back to" (fallback is a noun); "Translations strings with msg" → "Translating strings with msg"

python (2 fixes)

  • guides/strings.mdx: Heading and prose used $context → corrected to _context (actual parameter name per t() API reference)

cli (1 fix)

  • stage.mdx: Markdown table rows were missing closing | on all four data rows → added

react-native (1 fix)

  • api/components/gtprovider.mdx: Notes had "Learn more here" — self-referencing link → removed

authors (2 fixes)

  • jackie.mdx, default.mdx: Both missing required occupation frontmatter field → added

blog (2 fixes)

  • gt-next.mdx: Two code fences with no language identifier ( ``` copy and ```.env copy) → changed to ```bash copy

How

15 files changed. All changes are prose/frontmatter/markdown fixes — no code semantics altered, no docs-templates/ touched.

Skipped (flagged but not fixed — require human decision):

  • import Video statements in several existing MDX files (core/index.mdx, blog/devlog, react-core-linter/) — these are actively used for video rendering; removing would break pages. Recommend registering Video as a global MDX component.
  • core/locales.mdx line 45 — sentence "However, the platform will only translate" is truncated; correct completion unknown.
  • docs/en-US/api/ — auto-generated by Fumadocs ("do not edit directly").

Fixes across 11 subsections, all high-confidence and rule-compliant:

- next: fix duplicate list numbering in migration.mdx; correct wrong
  function name withGTProps→withGTConfig; fix two broken getGT links
  pointing to use-gt instead of get-gt; fix garbled sentences in
  tx.mdx and components/tx.mdx; remove dangling empty API References
  bullet in local-tx.mdx; remove trailing comma in JSON example in
  with-gt-config.mdx
- core: fix garbled prose "check the enqueue" in quickstart.mdx;
  add missing article "the" in requires-translation.mdx
- node: fix msg() link href in guides/strings.mdx; fix "fallback"
  used as verb in msg.mdx; fix "Translations strings" grammar error
- python: correct $context→_context in heading and prose of strings.mdx
- cli: fix malformed table rows missing closing pipe in stage.mdx
- react-native: remove self-referencing "Learn more here" link in
  gtprovider.mdx
- authors: add missing required occupation field to jackie.mdx and
  default.mdx
- blog: add missing language identifier to two code fences in gt-next.mdx

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01F9DyBBRLP5NkBQL6qfnvy4
@claude
claude Bot requested a review from a team as a code owner June 29, 2026 15:14
@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