docs: daily scan fixes 2026-06-25#327
Closed
claude[bot] wants to merge 1 commit into
Closed
Conversation
- 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
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 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)
<T>→<Tx>)/docs/next/api/strings/use-gt→/docs/next/api/strings/get-gtforgetGT)_batchInterval→batchIntervalin Notes (underscore prefix was wrong)dbut called ast()throughoutdocs/en-US/core (1 fix)
docs/en-US/react (1 fix)
###promoted to##(document had no H1 or H2, started directly at H3)docs/en-US/cli (2 fixes)
###→##)stageTranslations : true(spurious space before colon in prose)docs/en-US/overview (1 fix)
### llms.txtsubheading that repeated its parent## llms.txtheading with identical textdocs/en-US/platform (1 fix)
## Search localesblog/en-US (4 fixes)
bashlanguage ID to bare```copyfencetextlanguage ID to bare code fencetextlanguage ID to two bare code fences (URL list and directory tree)devlog/en-US (2 fixes)
textlanguage ID to bare code fencetextlanguage ID to bare code fenceauthors (3 fixes)
/photopath suffix from twitter URL (washttps://x.com/archiemckenzie_/photo)occupationfieldoccupationfieldHow
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 (
t→din dictionaries.mdx whereconst d = await getTranslations()was declared butt()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<LocaleSelector>not being exported (needs API verification)(#)links in devlog/gt-i18n_v0_1_0.mdx (correct target URLs unknown)context=vs_context=) in guides/strings.mdx