Translate accessibility guide updates#5561
Merged
mintlify[bot] merged 1 commit intomainfrom Apr 27, 2026
Merged
Conversation
Generated-By: mintlify-agent
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Summary
Translates updates from #5262 (Enhance accessibility guide with examples and FAQs) into Spanish, French, and Chinese.
Changes mirrored across
es/guides/accessibility.mdx,fr/guides/accessibility.mdx, andzh/guides/accessibility.mdx:<CodeGroup>with good/poor table structure examples<Tip>linking to media guide<CodeGroup>with good/poor color contrast examples<Tip>linking to style and tone guidemint a11youtput interpretation, common fixes, and--fail-on-errorflag<AccordionGroup>sectionHeadings wrapped in
<div id="...">blocks using English kebab-case slugs; internal links prefixed with language codes.Note
Low Risk
Low risk documentation-only changes; main impact is updated section IDs/anchors and new MDX components (
CodeGroup,AccordionGroup,Tip) that could affect intra-page linking/rendering if misconfigured.Overview
Syncs
es/fr/zhversions of the accessibility guide with the latest content improvements: refreshed intro and “get started” sections, plus additional guidance on tables, media, writing, and code accessibility.Adds richer MDX examples and helper content, including
CodeGroupcomparisons for good vs poor table structure and color contrast, newTipcallouts linking to related guides, expandedmint a11ydocumentation (sample output, common fixes, and--fail-on-error), and a new FAQAccordionGroup. Also standardizes heading wrapperdivIDs to kebab-case for consistent anchors across locales.Reviewed by Cursor Bugbot for commit fdd6e03. Bugbot is set up for automated code reviews on this repo. Configure here.