docs: daily scan fixes (2026-07-19)#390
Open
claude[bot] wants to merge 4 commits into
Open
Conversation
Trailing whitespace in a title, incorrect "API reference for" lead-in on non-API reference pages (should be "Reference for"), and a stray period placed outside a markdown link.
Missing frontmatter fields, wrong reference-description lead-in, backticks in descriptions, link-punctuation placement, list-nesting indentation, missing table attribute defaults, and first-mention product-name spellout.
Shared components like <Video> are globally available in MDX and must not be imported; these import statements are a CI hard-fail. Also fixes a devlog title to sentence case.
Fix a skipped heading level in a blog post, remove another banned MDX import (replaced with a native <video> tag), and drop dead placeholder links pointing to (#).
This was referenced Jul 19, 2026
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
Daily automated documentation scan. One subagent scanned each subsection of the docs, blog, devlog, and author profiles for CONTRIBUTING/style-guide compliance, CI hard-fail patterns, broken links, and clear typos. Only high-confidence, unambiguous fixes were applied — no voice/style rewrites, no code semantic changes.
Before / After
CI hard-fails removed (would have broken the build):
blog/en-US/i18n-without-translation-files.mdx,devlog/en-US/gt-react_v10_15_0.mdx,devlog/en-US/gt-react_v10_19_0.mdx,devlog/en-US/react-core-linter_v0_1_0.mdx— removed bannedimport Video from '@/components/Video'statements (the component is globally available in MDX; imports are CI-blocked). The one usage that needed an import replaced<Video>with a native'<video controls src="...">'tag.Integrations (mintlify, storyblok, google-drive, sanity):
sanity/guides/meta.json's folder display title to match the repo's lowercase-folder convention.Platform (dashboard, locadex, openapi, core):
Note:callouts in type reference pages; added a missing "Default" value to an attribute line.React:
Defaultvalue to a React Native plugin option's attribute line.CLI, Node, Python: no issues found in CLI or Node; fixed a Python reference page's description that used the wrong "API reference for" lead-in on a non-API config page.
Overview: fixed a subject-verb agreement error, a link-text casing mismatch, and collapsed stray blank lines.
Blog: added a language id to a bare shell-command code fence; fixed a skipped heading level (H1 → H3 with no H2).
Devlog: fixed a comma splice with a pronoun mismatch, a malformed ordered list (tab-indented), removed 3 dead placeholder links (
(#)), fixed inconsistent list punctuation, and sentence-cased a title.Authors: added a missing
occupationfield (jackie); fixed a Twitter/X link that pointed to a photo lightbox instead of the profile (archie).Flagged for human review (not touched)
A few issues surfaced that need product/source verification rather than a docs-only fix, so they were not changed:
docs/en-US/platform/dashboard/guides/managing-billing.mdx— a worked pricing example's arithmetic looks off ($1.06 stated vs. ~$1.60 computed from the page's own rates).docs/en-US/cli/reference/commands/init.mdxvs.setup.mdx— contradictory statements about whethergt initrunsgt setup.docs/en-US/platform/core/guides/locale-codes.mdx— an example locale tag (fr-FR-Latn) reverses the subtag order the page itself documents (should likely befr-Latn-FR).docs/en-US/react/nextjs-quickstart.mdx— usescontextwhere the shared component reference and sibling quickstarts use$contextfor the same prop.How
45 files touched across
authors/,blog/en-US/,devlog/en-US/, anddocs/en-US/{cli,integrations,node,overview,platform,python,react}/. Nodocs-templates/files were touched.Generated by Claude Code