docs: sync missing translated sections across es/fr/zh#5894
Open
mintlify[bot] wants to merge 1 commit into
Open
docs: sync missing translated sections across es/fr/zh#5894mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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 sections that were present in English MDX files but missing from their Spanish, French, and Chinese counterparts. The single-commit shallow history made traditional last-commit diffing impossible, so candidates were identified by structural comparison (heading counts, component counts) between English files and translations, then verified manually.
Pages updated
Sorted by amount of missing content (most stale first).
Spanish (
es/)es/agent/slack.mdx— Last English update 2026-05-21. Added missing "Reconnect or reinstall the agent" subsection (with surrounding Note about workspace/org conflicts) and the entire "Ask questions about your docs" section.es/guides/help-center.mdx— Last English update 2026-05-21. Added missing "Start from a template" section with themint new --templatesnippet and template links.es/editor/configurations.mdx— Last English update 2026-05-21. Added missing "Connect integrations" section between "Set up AI chat and search" and "API specifications".es/ai/model-context-protocol.mdx— Last English update 2026-05-21. Added missing "Discovery endpoint" subsection (intro paragraph, JSON example, and field reference table).French (
fr/)fr/agent/slack.mdx— Last English update 2026-05-21. Same gaps as Spanish: added "Reconnect or reinstall the agent" subsection (with Note) and "Ask questions about your docs" section.fr/guides/help-center.mdx— Last English update 2026-05-21. Added "Start from a template" section.fr/editor/configurations.mdx— Last English update 2026-05-21. Added "Connect integrations" section.fr/ai/model-context-protocol.mdx— Last English update 2026-05-21. Added "Discovery endpoint" subsection.Chinese (
zh/)zh/agent/slack.mdx— Last English update 2026-05-21. Same gaps as Spanish/French: added "Reconnect or reinstall the agent" subsection (with Note) and "Ask questions about your docs" section.zh/organize/hidden-pages.mdx— Last English update 2026-05-21. Added "Include all hidden pages" and "Include pages under specific hidden tabs or groups" subsections under "Search, SEO, and AI indexing" (only the zh translation was missing these —es/andfr/already had them).zh/guides/help-center.mdx— Last English update 2026-05-21. Added "Start from a template" section.zh/editor/configurations.mdx— Last English update 2026-05-21. Added "Connect integrations" section.zh/ai/model-context-protocol.mdx— Last English update 2026-05-21. Added "Discovery endpoint" subsection.Flagged for human review
These items were not addressed in this PR — they need translator/editor attention:
Missing translation files (entire pages absent)
Each path below is missing in all three locales (
es/,fr/,zh/) unless noted:editor-classic.mdxai/mintlify-mcp.mdxdeploy/gitlab-self-hosted.mdxeditor/branching-and-publishing.mdx(causes 9 pre-existing broken links fromeditor/collaborate.mdx,editor/index.mdx,editor/live-preview.mdxin each locale)editor/share-a-preview.mdxeditor/tutorial.mdxworkflows/create.mdx,workflows/enable.mdx,workflows/index.mdx,workflows/manage.mdxsnippets/gitlab-workflow-setup.mdxsnippets/skill-mcp-prompt.mdxoptimize/search.mdx(zh only)Large drift not safe to translate automatically
changelog.mdx— All three locales are missing 11 headings vs English (271 vs 260). zh body is also ~50% the size of English. Likely many recent changelog entries are untranslated. Needs a dedicated translation pass.organize/settings-reference.mdx— zh is missing 41 headings (119 vs 78) and body is ~50% the size of English. Major translation work required.Likely content drift (component/section counts diverge, lower confidence)
These pages show component-count mismatches (steps, tabs, code blocks, notes, etc.) suggesting non-trivial content drift, but the specific gaps were not isolated this pass:
ai/contextual-menu.mdx,ai/slack-bot.mdx(zh only)api-playground/mdx-setup.mdx,api-playground/openapi-setup.mdxassistant/index.mdxcomponents/code-groups.mdx,components/examples.mdxcreate/code.mdx,create/personalization.mdxcustomize/fonts.mdxdeploy/authentication-setup.mdx,deploy/cloudflare.mdx,deploy/github.mdx(zh only)editor/git-essentials.mdx(zh only),editor/navigation.mdx(zh only),editor/pages.mdxenterprise-contracting.mdx(zh only)guides/assistant-embed.mdx(zh only),guides/automate-agent.mdx,guides/claude-code.mdx,guides/content-types.mdx(zh only),guides/cursor.mdx(es only),guides/improving-docs.mdx(zh only),guides/maintenance.mdx(zh only),guides/media.mdx(zh only),guides/navigation.mdx(zh only),guides/understand-your-audience.mdx(zh only)api/...reference pages (heading counts differ — possibly fine since OpenAPI-derived)integrations/analytics/*andintegrations/support/intercom.mdx,integrations/privacy/osano.mdx(code block counts differ)migration.mdxoptimize/analytics.mdx(zh only),optimize/seo.mdxorganize/navigation.mdxquickstart.mdxsnippets/custom-subpath-propagating.mdx(zh only)Notes
mint validatepasses.mint broken-linksreports 9 pre-existing broken links pointing to the missingeditor/branching-and-publishingtranslations (listed above).Note
Low Risk
Low risk documentation-only changes that add missing translated sections; primary risk is minor translation/formatting drift or broken anchors/links.
Overview
Adds previously missing translated sections to Spanish, French, and Chinese docs to better match the English originals.
Updates Slack agent guides with workspace/org conflict guidance plus a new reconnect/reinstall subsection and a new ask questions about your docs section; expands MCP docs with a new
/.well-known/mcpdiscovery-endpoint section (JSON example + field table); adds a short connect integrations section to editor configuration docs; adds a start from a template section to help-center guides; and expands Chinese hidden-pages docs with new options for indexing hidden content (site-wide vssearchable: trueon hidden tabs/groups).Reviewed by Cursor Bugbot for commit d99553c. Bugbot is set up for automated code reviews on this repo. Configure here.