You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bring es/, fr/, and zh/ mirrors back in sync with English pages that received content updates over the past two weeks. Pages with English-only style fixes (Vale warnings, punctuation rules, hyphenation, etc.) were intentionally left untouched.
Changes by language (most stale first)
zh/ (Simplified Chinese) — 29 files
Date
Page
Change
2026-05-26
zh/ai/llmstxt.mdx
Rewrote the <Note> block to distinguish how authentication affects llms.txt on fully vs. partially authenticated sites.
2026-05-29
zh/editor/settings.mdx
Updated the frontmatter description to match the new English wording about controlling how the editor publishes changes.
2026-06-01
zh/api/preview/trigger.mdx
Removed the Pro/Enterprise plan-gate <Info> block.
2026-06-01
zh/assistant/index.mdx
Replaced the plan-gate <Info> block to state the assistant is included on all plans, with Starter users getting 5,000 trial credits.
2026-06-01
zh/dashboard/security-contact.mdx
Updated the plan-availability <Info> from "Pro 和 Enterprise" → "Enterprise".
2026-06-01
zh/deploy/authentication-setup.mdx
Description added "password" auth method; shortened the feature-availability intro; updated the llms.txt row in the feature-availability table.
2026-06-01
zh/deploy/preview-deployments.mdx
Removed the Pro/Enterprise plan-gate <Info> block.
2026-06-01
zh/guides/assistant-embed.mdx
Removed the Pro/Enterprise plan prerequisite.
2026-06-01
zh/guides/custom-frontend.mdx
Removed plan-gate fragments in the feature table, reworded the assistant API-key sentence, removed the plan-availability <Note>.
2026-06-01
zh/optimize/feedback.mdx
Shortened the telemetry sentence to match the new English wording.
2026-06-02
zh/assistant/configure.mdx
Removed the credits-rollover sentence (and the rollover example that only made sense alongside it).
2026-06-04
zh/agent/index.mdx
Removed the plan-gate <Info>, added the new "Pull live context from connected apps" bullet, and added a "Connect integrations" Card linking to /agent/integrations.
2026-06-04
zh/agent/slack.mdx
Updated the frontmatter description, added the new "Use the agent in Slack to update your content…" paragraph, and added the <Tip> linking to Agent integrations.
2026-06-04
zh/guides/internationalization.mdx
Sentence-cased the <Expandable title> ("supported language codes" → "支持的语言代码").
2026-06-08
zh/assistant/index.mdx
Added "as Markdown" clarification to the "Searches and retrieves" bullet.
2026-06-09
zh/changelog.mdx
Removed the ## Pro 方案 section, dropped the "面向 Pro 用户" qualifier from the Mintlify Widget entry, and updated the Workflows beta availability line.
2026-06-09
zh/migration-services/pro.mdx
Replaced "Pro 方案" → "Enterprise 方案" in the description and opening paragraph.
2026-06-09
zh/components/panel.mdx
Appended the new clause about page modes (wide, center, custom) suppressing the <Panel> component.
2026-06-09
zh/create/image-embeds.mdx
Updated example path, added the root-relative paths paragraph, added the <Tip> about wrapping iframes in <Frame>.
2026-06-09
zh/create/redirects.mdx
Restructured the JSON example to a full docs.json wrapper object.
2026-06-09
zh/create/text.mdx
Added two sentences about omitting .mdx/.md extensions and relative paths not working.
2026-06-09
zh/customize/custom-scripts.mdx
Added two new sentences about custom JS run timing and scope.
2026-06-09
zh/integrations/analytics/plausible.mdx
Updated JSON placeholder values and added the new configuration-options section.
2026-06-09
zh/integrations/analytics/posthog.mdx
Updated default endpoint to the Mintlify proxy (ph.mintlify.com).
2026-06-09
zh/organize/pages.mdx
Expanded the wide-mode sentence to mention the side panel, <Panel>, and API examples.
2026-06-09
zh/quickstart.mdx
Replaced the single-line clone instruction with a git clone code block and a link to "Clone to your own repository".
2026-06-10
zh/customize/react-components.mdx
Updated the lazy-loading bullet and appended the new "延迟渲染重量级组件" section with LazyColorGenerator example.
2026-06-10
zh/optimize/analytics.mdx
Removed the obsolete "导出查询" section and appended new "导出 Analytics" and "AI 助手导出" sections (CSV export, resolutionStatus column, sample analysis prompts).
2026-06-04
zh/agent/use-cases.mdx
Renamed the workflows link text to "工作流概览" and fixed the URL prefix.
2026-05-29
zh/guides/index.mdx
Added the new "使用工作流" bullet.
es/ (Spanish) — 15 files
Date
Page
Change
2026-05-29
es/editor/settings.mdx
Updated the frontmatter description.
2026-06-01
es/deploy/authentication-setup.mdx
Added "contraseña" to the description.
2026-06-02
es/assistant/configure.mdx
Removed the credits-rollover sentence.
2026-06-02
es/credits.mdx
Updated all 10 rows of the credit-tier table to match new pricing.
2026-06-04
es/agent/slack.mdx
Updated description, added the new "Use the agent in Slack" paragraph.
2026-06-04
es/guides/internationalization.mdx
Sentence-cased the <Expandable title>.
2026-06-09
es/components/panel.mdx
Appended page-modes clause.
2026-06-09
es/create/image-embeds.mdx
Updated example path, added root-relative paragraph, added iframe <Tip>.
2026-06-09
es/create/redirects.mdx
Restructured JSON example.
2026-06-09
es/create/text.mdx
Added sentences about omitting extensions and relative paths.
Replaced clone instruction with git clone code block + link.
Context
Flagged for human review
Missing translations (42 files) — these English pages have no localized counterpart at all and need human translation, not a lag fix. The biggest gaps are:
es/, fr/, zh/: deploy/gitlab-self-hosted.mdx, editor/branching-and-publishing.mdx, editor/share-a-preview.mdx, editor/tutorial.mdx, several snippets/*.mdx
Cross-page links in zh/agent/index.mdx, zh/agent/slack.mdx, zh/agent/use-cases.mdx, and zh/guides/index.mdx were pointed at the English originals (no /zh/ prefix) so they resolve until those pages are translated.
Intentionally skipped
The following recent English commits were classified as English-only style fixes with no translation impact and were not applied:
The dashboard.mintlify.com → app.mintlify.com URL migration (Replace dashboard.mintlify.com with app.mintlify.com #5990) was already largely picked up by translated files in their respective last touches; remaining instances were not modified in this PR to keep the diff focused on prose. Recommend a separate mechanical PR to sweep any remaining dashboard.mintlify.com references in es/, fr/, zh/.
mint validate reports a pre-existing docs.json schema error unrelated to these changes (contextual.options[1] = 'download-spec' not in enum).
Note
Low Risk
Documentation-only MDX edits in translation mirrors; no application logic, auth, or billing behavior changes in this repo.
Overview
This PR re-syncs Spanish (es/), French (fr/), and Simplified Chinese (zh/) MDX with recent English doc changes—mostly prose and examples, not new product code.
Across locales, shared authoring updates include root-relative image paths, internal links without .mdx, fuller docs.json redirect examples, <Panel> hidden with wide/center/custom modes, iframe <Frame> tips, custom JS scope/timing, Plausible/PostHog integration docs (including Mintlify’s PostHog proxy), quickstart git clone steps, and Slack agent intro/description tweaks where those pages exist in es//fr/.
es/ and fr/ also refresh credit tier tables, drop assistant credit-rollover copy, and tweak auth/editor descriptions (e.g. password auth called out).
zh/ carries the largest delta: plan-gating removed or broadened (assistant on all plans with trial credits, workflows on all plans, preview deployments, security contact Enterprise-only, migration services Enterprise), agent pages updated (integrations context, Slack tip), llms.txt auth behavior for full vs partial sites, analytics export sections, React lazy-load workaround docs, changelog/widget wording, and temporary English URLs where localized pages are still missing.
Reviewed by Cursor Bugbot for commit 6083385. Bugbot is set up for automated code reviews on this repo. Configure here.
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
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
Bring
es/,fr/, andzh/mirrors back in sync with English pages that received content updates over the past two weeks. Pages with English-only style fixes (Vale warnings, punctuation rules, hyphenation, etc.) were intentionally left untouched.Changes by language (most stale first)
zh/(Simplified Chinese) — 29 fileszh/ai/llmstxt.mdx<Note>block to distinguish how authentication affects llms.txt on fully vs. partially authenticated sites.zh/editor/settings.mdxzh/api/preview/trigger.mdx<Info>block.zh/assistant/index.mdx<Info>block to state the assistant is included on all plans, with Starter users getting 5,000 trial credits.zh/dashboard/security-contact.mdx<Info>from "Pro 和 Enterprise" → "Enterprise".zh/deploy/authentication-setup.mdxzh/deploy/preview-deployments.mdx<Info>block.zh/guides/assistant-embed.mdxzh/guides/custom-frontend.mdx<Note>.zh/optimize/feedback.mdxzh/assistant/configure.mdxzh/agent/index.mdx<Info>, added the new "Pull live context from connected apps" bullet, and added a "Connect integrations" Card linking to/agent/integrations.zh/agent/slack.mdx<Tip>linking to Agent integrations.zh/guides/internationalization.mdx<Expandable title>("supported language codes" → "支持的语言代码").zh/assistant/index.mdxzh/changelog.mdx## Pro 方案section, dropped the "面向 Pro 用户" qualifier from the Mintlify Widget entry, and updated the Workflows beta availability line.zh/migration-services/pro.mdxzh/components/panel.mdxwide,center,custom) suppressing the<Panel>component.zh/create/image-embeds.mdx<Tip>about wrapping iframes in<Frame>.zh/create/redirects.mdxdocs.jsonwrapper object.zh/create/text.mdx.mdx/.mdextensions and relative paths not working.zh/customize/custom-scripts.mdxzh/integrations/analytics/plausible.mdxzh/integrations/analytics/posthog.mdxph.mintlify.com).zh/organize/pages.mdx<Panel>, and API examples.zh/quickstart.mdxgit clonecode block and a link to "Clone to your own repository".zh/customize/react-components.mdxLazyColorGeneratorexample.zh/optimize/analytics.mdxzh/agent/use-cases.mdxzh/guides/index.mdxes/(Spanish) — 15 fileses/editor/settings.mdxes/deploy/authentication-setup.mdxes/assistant/configure.mdxes/credits.mdxes/agent/slack.mdxes/guides/internationalization.mdx<Expandable title>.es/components/panel.mdxes/create/image-embeds.mdx<Tip>.es/create/redirects.mdxes/create/text.mdxes/customize/custom-scripts.mdxes/integrations/analytics/plausible.mdxes/integrations/analytics/posthog.mdxes/organize/pages.mdxes/quickstart.mdxgit clonecode block + link.fr/(French) — 15 filesfr/editor/settings.mdxfr/deploy/authentication-setup.mdxfr/assistant/configure.mdxfr/credits.mdxfr/agent/slack.mdxfr/guides/internationalization.mdx<Expandable title>.fr/components/panel.mdxfr/create/image-embeds.mdx<Tip>.fr/create/redirects.mdxfr/create/text.mdxfr/customize/custom-scripts.mdxfr/integrations/analytics/plausible.mdxfr/integrations/analytics/posthog.mdxfr/organize/pages.mdxfr/quickstart.mdxgit clonecode block + link.Context
Flagged for human review
zh/:credits.mdx,agent/integrations.mdx,ai/mintlify-mcp.mdx,guides/use-workflows.mdx,optimize/search.mdx,workflows/{index,create,manage,reference}.mdxes/,fr/,zh/:deploy/gitlab-self-hosted.mdx,editor/branching-and-publishing.mdx,editor/share-a-preview.mdx,editor/tutorial.mdx, severalsnippets/*.mdxzh/agent/index.mdx,zh/agent/slack.mdx,zh/agent/use-cases.mdx, andzh/guides/index.mdxwere pointed at the English originals (no/zh/prefix) so they resolve until those pages are translated.Intentionally skipped
The following recent English commits were classified as English-only style fixes with no translation impact and were not applied:
<Accordion title>props (Fix heading capitalization in enterprise-contracting #5636)dashboard.mintlify.com→app.mintlify.comURL migration (Replacedashboard.mintlify.comwithapp.mintlify.com#5990) was already largely picked up by translated files in their respective last touches; remaining instances were not modified in this PR to keep the diff focused on prose. Recommend a separate mechanical PR to sweep any remainingdashboard.mintlify.comreferences ines/,fr/,zh/.Validation
mint broken-links→ no broken links.mint validatereports a pre-existingdocs.jsonschema error unrelated to these changes (contextual.options[1] = 'download-spec'not in enum).Note
Low Risk
Documentation-only MDX edits in translation mirrors; no application logic, auth, or billing behavior changes in this repo.
Overview
This PR re-syncs Spanish (
es/), French (fr/), and Simplified Chinese (zh/) MDX with recent English doc changes—mostly prose and examples, not new product code.Across locales, shared authoring updates include root-relative image paths, internal links without
.mdx, fullerdocs.jsonredirect examples,<Panel>hidden with wide/center/custom modes, iframe<Frame>tips, custom JS scope/timing, Plausible/PostHog integration docs (including Mintlify’s PostHog proxy), quickstartgit clonesteps, and Slack agent intro/description tweaks where those pages exist ines//fr/.es/andfr/also refresh credit tier tables, drop assistant credit-rollover copy, and tweak auth/editor descriptions (e.g. password auth called out).zh/carries the largest delta: plan-gating removed or broadened (assistant on all plans with trial credits, workflows on all plans, preview deployments, security contact Enterprise-only, migration services Enterprise), agent pages updated (integrations context, Slack tip),llms.txtauth behavior for full vs partial sites, analytics export sections, React lazy-load workaround docs, changelog/widget wording, and temporary English URLs where localized pages are still missing.Reviewed by Cursor Bugbot for commit 6083385. Bugbot is set up for automated code reviews on this repo. Configure here.