-
Notifications
You must be signed in to change notification settings - Fork 33
Removes Docs Package #274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removes Docs Package #274
Conversation
Deleted obsolete documentation files, assets, and components from the packages/docs directory. Updated links in the README and other files to point to the new documentation site. Cleaned up the .gitignore to reflect the changes.
🦋 Changeset detectedLatest commit: 44934e0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
Removed the "ignore" field from the changeset configuration to streamline internal dependency updates.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes the deprecated local documentation app and updates references to point to the new documentation site hosted on developer.playcanvas.com.
- Remove the entire packages/docs app, assets, and related components
- Update links in README files and inline messages to the new docs URLs
- Update package homepage to the new docs base and add a changeset for link updates
Reviewed Changes
Copilot reviewed 101 out of 117 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/lib/src/hooks/use-asset.ts | Updated JSDoc link to new docs site for useFont; visible comment context retained |
| packages/lib/src/components/RigidBody.tsx | Updated runtime help links to new Physics guide on the new docs site |
| packages/lib/src/components/Collision.tsx | Updated runtime help links to new Physics guide on the new docs site |
| packages/lib/package.json | Updated homepage URL to developer.playcanvas.com |
| packages/lib/README.md | Updated getting started/docs/API links and examples URLs |
| packages/docs/... | Removed entire deprecated docs app, content, and utilities |
| README.md | Updated docs/API and examples links to new locations |
| .changeset/late-trains-search.md | Added changeset for link updates in @playcanvas/react |
| .changeset/config.json | Cleaned up configuration (removed docs ignore) |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Playcanvas React docs are now moving to https://developer.playcanvas.com/user-manual/playcanvas-react/.
This PR removes the obsolete documentation files, assets, and components from the packages/docs directory.