Skip to content

chore(docs): correct ignore lists and drop archived playground versions - #4670

Draft
thetaPC wants to merge 1 commit into
mainfrom
more-archived-stuff
Draft

chore(docs): correct ignore lists and drop archived playground versions#4670
thetaPC wants to merge 1 commit into
mainfrom
more-archived-stuff

Conversation

@thetaPC

@thetaPC thetaPC commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Issue URL: N/A

What is the current behavior?

.prettierignore covers docs/cli/commands but not the versioned copies, so npm run lint reformats 46 generated files locally after any build.

docs/api is in .prettierignore, but those 94 files are tracked and hand-maintained, not generated. They've drifted from versioned_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?

  • Added versioned_docs/version-v*/cli/commands to .prettierignore
  • Removed docs/api and versioned_docs/version-v*/api from .prettierignore, formatting 93 files
  • Playground generator now offers only 8 and 9
  • Added a step to the CONTRIBUTING archiving checklist for the generator

Does this introduce a breaking change?

  • Yes
  • No

Other information

The api reformat closes a gap rather than opening one. versioned_docs/version-v8/api was already formatted this way. After this, the two trees differ only by v8v9 import 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.

@vercel

vercel Bot commented Aug 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ionic-docs Ready Ready Preview Aug 27, 2026 2:38am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant