Skip to content

docs: daily content scan fixes 2026-06-30#334

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

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

Conversation

@claude

@claude claude Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Requested by Archie McKenzie · Slack thread

Summary

Automated daily content scan for 2026-06-30. High-confidence fixes applied across 37 files:

  • CI hard-fail removals: Removed bare import statements from MDX bodies in 7 files (react-core-linter, core, devlog, blog)
  • Author frontmatter: Added missing occupation field to authors/jackie.mdx and authors/default.mdx
  • Heading hierarchy: Flattened skipped heading levels (#####) in faqs files (overview, cli, react-native), locadex docs, blog/gt-next.mdx, and next API types
  • Code fence language tags: Added missing language identifiers (text, bash, jsonc) to bare fences in blog/plurals.mdx, blog/multilingual-nextjs-seo.mdx, devlog/gt-next_v6_3_0.mdx, cli/reference/config.mdx; fixed 4-backtick closing fences in next/guides/cache-components.mdx
  • Copy fixes: Garbled sentences in tx.mdx files; wrong internal links (use-gtget-gt); <T><Tx> reference; typos ("Translations" → "Translating"); truncated sentence in core/locales.mdx; duplicate list numbering in migration.mdx; wrong variable name in dictionaries.mdx; wrong property access in setup-project.mdx; wrong EnqueueFilesResult link in await-jobs.mdx; trade-off hyphenation
  • Cleanup: Removed empty ## Next steps sections; removed dangling API References: line; fixed malformed table separator in msg.mdx; removed trailing space from heading in supported-locales.mdx

Test plan

  • Verify CI passes (no bare imports, no skipped heading levels, no bare code fences)
  • Spot-check heading hierarchy in modified FAQ files
  • Confirm internal links resolve correctly (get-gt, enqueue-files)

CI hard-fail removal:
- Remove `import Video from '@/components/Video'` from 7 files (react-core-linter, core, devlog, blog) — bare imports in MDX body are a CI hard fail

Author frontmatter:
- Add missing `occupation` field to authors/jackie.mdx and authors/default.mdx

Heading hierarchy fixes:
- Flatten `###` to `##` in faqs.mdx (overview, cli, react-native), locadex/mintlify.mdx, locadex/next.mdx
- Fix heading levels in blog/gt-next.mdx and next/api/types/dictionary-translation-options.mdx

Code fence language identifiers:
- Add missing language tags (text, bash, jsonc) to bare fences in blog/plurals.mdx, blog/multilingual-nextjs-seo.mdx, devlog/gt-next_v6_3_0.mdx, cli/reference/config.mdx
- Fix 4-backtick closing fences in next/guides/cache-components.mdx

Copy/prose fixes:
- Fix garbled sentence in next/api/components/tx.mdx and next/api/strings/tx.mdx
- Fix wrong internal links (use-gt → get-gt) in tx.mdx files
- Fix `<T>` → `<Tx>` reference in next/api/components/tx.mdx
- Fix typos in get-gt.mdx, get-messages.mdx ("Translations" → "Translating")
- Complete truncated sentence in core/locales.mdx
- Fix redundant phrasing in core/quickstart.mdx and next/tutorials/examples/next-speedrun.mdx
- Fix duplicate list item numbering in next/guides/migration.mdx
- Fix wrong variable name in next/guides/dictionaries.mdx
- Fix wrong property access jobStatus.jobs[0] → jobStatus[0] in core class setup-project.mdx
- Fix wrong EnqueueFilesResult link in core/class/methods/translation/await-jobs.mdx
- Fix trade-off hyphenation in tx.mdx

Cleanup:
- Remove empty "## Next steps" sections in format-date-time.mdx and create-next-middleware.mdx
- Remove dangling "API References:" line in next/guides/local-tx.mdx
- Fix malformed table separator in node/api/strings/msg.mdx
- Remove trailing space from heading in platform/supported-locales.mdx

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