Skip to content

docs: daily scan fixes 2026-06-25#327

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

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

Conversation

@claude

@claude claude Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Requested by Archie McKenzie · Slack thread

Summary

Automated daily documentation quality scan (2026-06-25) across all 18 content subsections. 32 high-confidence issues found and fixed across 19 files.

Before / After by subsection

docs/en-US/next (6 fixes)

  • api/components/tx.mdx: Fixed garbled sentence ("there is a delay while waiting for an on-demand translation to load is significantly slower" → "waiting for an on-demand translation to load is significantly slower"); fixed wrong component name in "With plurals" section (<T><Tx>)
  • api/strings/tx.mdx: Same broken sentence fix; fixed broken internal link (/docs/next/api/strings/use-gt/docs/next/api/strings/get-gt for getGT)
  • api/config/with-gt-config.mdx: Fixed _batchIntervalbatchInterval in Notes (underscore prefix was wrong)
  • guides/cache-components.mdx: Fixed malformed closing code fence (4 backticks → 3)
  • guides/dictionaries.mdx: Fixed code example — variable declared as d but called as t() throughout

docs/en-US/core (1 fix)

  • quickstart.mdx: Fixed prose grammar — "allows you to later check the enqueue the file" → "allows you to later enqueue the file"

docs/en-US/react (1 fix)

  • faqs.mdx: Fixed skipped heading levels — all ### promoted to ## (document had no H1 or H2, started directly at H3)

docs/en-US/cli (2 fixes)

  • faqs.mdx: Same skipped heading level fix (#####)
  • stage.mdx: Fixed stageTranslations : true (spurious space before colon in prose)

docs/en-US/overview (1 fix)

  • ai-tools.mdx: Removed duplicate ### llms.txt subheading that repeated its parent ## llms.txt heading with identical text

docs/en-US/platform (1 fix)

  • supported-locales.mdx: Removed trailing whitespace after ## Search locales

blog/en-US (4 fixes)

  • gt-next.mdx: Added bash language ID to bare ```copy fence
  • plurals.mdx: Added text language ID to bare code fence
  • multilingual-nextjs-seo.mdx: Added text language ID to two bare code fences (URL list and directory tree)

devlog/en-US (2 fixes)

  • gt-next_v6_3_0.mdx: Added text language ID to bare code fence
  • gt-react_v10_18_0.mdx: Added text language ID to bare code fence

authors (3 fixes)

  • archie.mdx: Removed /photo path suffix from twitter URL (was https://x.com/archiemckenzie_/photo)
  • jackie.mdx: Added missing required occupation field
  • default.mdx: Added missing required occupation field

How

19 files touched, 32 insertions/deletions. All changes are formatting, link, and prose corrections. Code examples in code blocks were changed only where a clear variable name bug was present (td in dictionaries.mdx where const d = await getTranslations() was declared but t() was called).

Issues found but not auto-fixed (require human judgment):

  • import Video from '@/components/Video' top-level MDX imports in core/index.mdx, react-core-linter/index.mdx, react-core-linter/guides/quickstart.mdx, blog/i18n-without-translation-files.mdx, and 3 devlog files — these are CI hard-fails per CONTRIBUTING.md, but the pages use <Video> JSX so removing the import alone would break rendering
  • react-native: contradictory claim about <LocaleSelector> not being exported (needs API verification)
  • Placeholder (#) links in devlog/gt-i18n_v0_1_0.mdx (correct target URLs unknown)
  • Possible python API mismatch (context= vs _context=) in guides/strings.mdx

- Fix broken sentences in next/api/components/tx.mdx and next/api/strings/tx.mdx
- Fix wrong component name <T> → <Tx> in tx.mdx 'With plurals' section
- Fix broken internal link: use-gt → get-gt in next/api/strings/tx.mdx
- Fix _batchInterval → batchInterval typo in with-gt-config.mdx notes
- Fix malformed 4-backtick closing fence in next/guides/cache-components.mdx
- Fix undeclared variable t → d in next/guides/dictionaries.mdx code example
- Fix grammar error 'check the enqueue' in core/quickstart.mdx
- Fix skipped heading levels (### → ##) in react/faqs.mdx and cli/faqs.mdx
- Remove duplicate '### llms.txt' subheading in overview/ai-tools.mdx
- Fix spurious space in stageTranslations: true in cli/stage.mdx
- Fix trailing whitespace on '## Search locales' in platform/supported-locales.mdx
- Fix /photo suffix in archie.mdx twitter URL
- Add missing occupation field to authors/jackie.mdx and authors/default.mdx
- Add language IDs to bare code fences in blog and devlog files
@claude
claude Bot requested a review from a team as a code owner June 25, 2026 15:13
@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