Update from code changes: sync status pointer and incidents to translations#287
Open
mintlify[bot] wants to merge 3 commits into
Open
Update from code changes: sync status pointer and incidents to translations#287mintlify[bot] wants to merge 3 commits into
mintlify[bot] wants to merge 3 commits into
Conversation
|
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Update from code changes updated this PR. Removed status pages and redirected /status to developer.x.com/status |
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
Sync the X Developer Platform status experience across languages: the
/statuspage is retired in favor of a redirect to the live external status page at developer.x.com/status, and the incident history now lives on/incidentswith full translations.Changes
status.mdxand itses/ja/ko/ptcounterparts; users hitting/status(or the localized paths) are now redirected tohttps://developer.x.com/statusviadocs.json.es/incidents.mdx,ja/incidents.mdx,ko/incidents.mdx, andpt/incidents.mdxmirroring the English incident history page.support.mdxandenterprise-api/getting-started/important-resources.mdxpages to point directly athttps://developer.x.com/status.Context
Upstream, the
/statuspage was first repurposed as a short pointer todeveloper.x.com/status(with incident history moved to/incidents), and then removed entirely in favor of platform-level redirects to the external status page. This PR keeps the translated docs aligned with that final state.Update history
es/status.mdx,ja/status.mdx, andko/status.mdxas pointer pages to developer.x.com/status; addedes/incidents.mdx,ja/incidents.mdx, andko/incidents.mdx.pt/status.mdx,pt/incidents.mdx) and shortened the Spanish status description to fit SEO length limits.status.mdxfiles (en + es/ja/ko/pt) to match upstream, added/statusand localized/es/status,/ja/status,/ko/status,/pt/statusredirects tohttps://developer.x.com/statusindocs.json, and updated remaining internal/statuslinks in translatedsupport.mdxandenterprise-api/getting-started/important-resources.mdxpages to the external URL.