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.
Contributor
There was a problem hiding this comment.
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>
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.
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.