Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
thetaPC
marked this pull request as ready for review
September 25, 2026 22:40
This branch was successfully deployed
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.
Issue URL: internal
What is the current behavior?
translation/jpcarries files that exist only on this branch and that nothing references. Most are pages main removed years ago, where the removal never reached jp: a modify/delete conflict resolved in jp's favour leaves the translated copy behind, and nothing afterwards reports it.What is the new behavior?
Removes them.
Pages main deleted, whose deletions never landed here. None are in
sidebars.jsand none has a resolved inbound link:docs/layout/grid.mdx, removed from main 10-17-2022 when the grid docs were folded intoapi/griddocs/studio/setup/installation.mdx, removed 04-10-2023 when the Studio pages wentdocs/deployment/desktop-app.mdx, removed 01-09-2024docs/developer-resources/books.mdx, removed 04-16-2025docs/react.mdx, removed 09-29-2025 when the framework overview was rewrittenSuperseded or unbuildable.
docs/react/testing.mdxwas shadowed on 10-23-2023 when testing moved to thedocs/react/testing/directory that the sidebar actually listsversioned_docs/version-v6/studio.mdxstopped building on 04-18-2024, when v6 left jp'sversions.jsonStale tooling.
_templates/playground/new/index.md.ejs.tis the pre-MDX playground template. Main removed it 08-27-2026 in chore(usage): rename playground index partials to .mdx #4662; jp kept it besideindex.mdx.ejs.t, sonpm run playground:newwas writing both anindex.mdand anindex.mdx. Every playground uses the.mdx.src/theme/EventNavbar/was added 05-12-2022 for a meetup banner and orphaned 10-31-2023, when the Docusaurus upgrade in chore(docusaurus): JP - update to latest #3054 dropped theDocPageswizzle that imported itredirectsis a Netlify file added 12-09-2021 and last touched 07-14-2022. Netlify reads only a file named_redirects, only from the publish directory, and nothing copies this one there.github/workflows/deploy.ymlcannot run for four separate reasons: it triggers onpushtomainwhile living ontranslation/jp, it callsnpm run build:ciwhich translation(jp): 20260814 update #4641 removed on 08-20-2026, and neitherNETLIFY_SITE_IDnorNETLIFY_TOKENexists in this repoDoes this introduce a breaking change?
Other information
.github/workflows/is now identical to main's, removing a permanent source of sync divergence.