docs: daily content scan fixes 2026-06-30#334
Closed
claude[bot] wants to merge 1 commit into
Closed
Conversation
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
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requested by Archie McKenzie · Slack thread
Summary
Automated daily content scan for 2026-06-30. High-confidence fixes applied across 37 files:
importstatements from MDX bodies in 7 files (react-core-linter, core, devlog, blog)occupationfield toauthors/jackie.mdxandauthors/default.mdx###→##) in faqs files (overview, cli, react-native), locadex docs, blog/gt-next.mdx, and next API typestext,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.mdxuse-gt→get-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## Next stepssections; removed danglingAPI References:line; fixed malformed table separator in msg.mdx; removed trailing space from heading in supported-locales.mdxTest plan