Remove orphaned support-center.mdx translations#5486
Merged
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
ethanpalm
approved these changes
Apr 22, 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.
Summary
Remove orphaned
guides/support-center.mdxfrom es, fr, and zh translation directories. The English source file was renamed toguides/help-center.mdxin #5301, but the old translated files were never cleaned up.Changes by language
Spanish (es)
es/guides/support-center.mdx— English file renamed tohelp-center.mdxon 2026-04-11; orphaned translation left behindFrench (fr)
fr/guides/support-center.mdx— English file renamed tohelp-center.mdxon 2026-04-11; orphaned translation left behindChinese (zh)
zh/guides/support-center.mdx— English file renamed tohelp-center.mdxon 2026-04-11; orphaned translation left behindTranslation audit notes
A comprehensive comparison of all 188 English MDX files against their es/fr/zh counterparts found:
index.mdxfalse positive: Git dates show it as stale, but the English homepage was reverted (913a524) back to the same HeroCard layout the translations already have — content is identicalapi/analytics/assistant-caller-stats.mdxfalse positive: English changed "e.g." to "for example" (Vale style fix); translations already use proper localized equivalents ("por ejemplo", "par exemple", "例如")support-center.mdxfilesNote
Low Risk
Deletes three unused documentation files only; no runtime code or logic changes.
Overview
Removes the orphaned
support-center.mdxguide pages from thees/,fr/, andzh/translation directories after the source guide was renamed toguides/help-center.mdx.This cleanup reduces duplicate/stale docs surface area and prevents linking or search from picking up the outdated localized pages.
Reviewed by Cursor Bugbot for commit 1c7bbb2. Bugbot is set up for automated code reviews on this repo. Configure here.