chore(docs): correct ignore lists and drop archived playground versions - #4670
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| - Use `type="number"` for numeric-only patterns to show the numeric keyboard | ||
| - Use `type="text"` for patterns that include letters to show the alphanumeric keyboard | ||
| ::: | ||
| ::: |
Contributor
Author
There was a problem hiding this comment.
Prettier did that. You can see that it was also applied in the v8 page.
Member
There was a problem hiding this comment.
Isn't this wrong though? The beginning of it is not indented.
Contributor
Author
There was a problem hiding this comment.
I think it might be how the admonition is being set up. I can look into it on another PR especially if it leads to a lot of file changes. If you prefer it in this PR, let me know.
brandyscarney
approved these changes
Aug 27, 2026
2 tasks
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.