chore(docs): correct ignore lists and drop archived playground versions - #4670
Draft
thetaPC wants to merge 1 commit into
Draft
chore(docs): correct ignore lists and drop archived playground versions#4670thetaPC wants to merge 1 commit into
thetaPC wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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: N/A
What is the current behavior?
.prettierignorecoversdocs/cli/commandsbut not the versioned copies, sonpm run lintreformats 46 generated files locally after any build.docs/apiis in.prettierignore, but those 94 files are tracked and hand-maintained, not generated. They've drifted fromversioned_docs/version-v8/api, which is already prettier-formatted.The playground generator still offers v6 and v7, which are archived and no longer built. The archiving checklist in CONTRIBUTING doesn't mention updating it.
What is the new behavior?
versioned_docs/version-v*/cli/commandsto.prettierignoredocs/apiandversioned_docs/version-v*/apifrom.prettierignore, formatting 93 files8and9Does this introduce a breaking change?
Other information
The api reformat closes a gap rather than opening one.
versioned_docs/version-v8/apiwas already formatted this way. After this, the two trees differ only byv8→v9import paths (87 files) and 7 genuine v9 content changes.The cli/commands gap never affected CI. Those files are git-ignored and CI never runs
generate-markdown, so it only showed up locally.