Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["docs"]
"updateInternalDependencies": "patch"
}
5 changes: 5 additions & 0 deletions .changeset/late-trains-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@playcanvas/react": patch
---

Updated docs links and README refs
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,3 @@ next-env.d.ts
.next/
_pagefind/

*.ply
packages/docs/public/r/*

18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ Et voilà! ✨

## Ready to build something?

Now you've got the tools you're ready to start building. Start with the [Getting Started](https://playcanvas-react.vercel.app/docs/guide/getting-started) for a step-by-step intro, or jump straight into the [Playground](https://playcanvas-react.vercel.app/examples/) to explore real examples in action.
Now you've got the tools you're ready to start building. Start with the [Getting Started](https://developer.playcanvas.com/user-manual/playcanvas-react/getting-started) for a step-by-step intro, or jump straight into the [Playground](https://playcanvas-react.vercel.app/examples) to explore real examples in action.

- [Hello World](http://playcanvas-react.vercel.app/examples/hello-world)
- [Loading a 3d model](http://playcanvas-react.vercel.app/examples/load-a-3D-model)
- [Interaction](http://playcanvas-react.vercel.app/examples/pointer-events)
- [Physics](http://playcanvas-react.vercel.app/examples/physics)
- [Splats](http://playcanvas-react.vercel.app/examples/splats)
- [Hello World](https://playcanvas-react.vercel.app/examples/hello-world)
- [Loading a 3D model](https://playcanvas-react.vercel.app/examples/load-a-3D-model)
- [Interaction](https://playcanvas-react.vercel.app/examples/pointer-events)
- [Physics](https://playcanvas-react.vercel.app/examples/physics)
- [Splats](https://playcanvas-react.vercel.app/examples/splats)

You can also jump straight into the [docs](https://playcanvas-react.vercel.app) or [api](https://playcanvas-react.vercel.app/docs/api).
You can also jump straight into the [docs](https://developer.playcanvas.com/user-manual/playcanvas-react) or [api](https://developer.playcanvas.com/user-manual/playcanvas-react/api).

## Who’s building with @playcanvas/react?

Expand All @@ -103,10 +103,10 @@ Developers and studios are already using @playcanvas/react in production

## AI assisted editors

To get your IDE up to speed, you can install the latest MDC rules for cursor. Or [grab them here](https://playcanvas-react.vercel.app/rules) to add them manually.
To get your IDE up to speed, you can install the latest MDC rules for cursor. Or [grab them here](https://developer.playcanvas.com/user-manual/playcanvas-react/rules) to add them manually.

```bash
mkdir -p .cursor/rules && curl -s https://playcanvas-react.vercel.app/rules -o .cursor/rules/playcanvas-react.mdc
mkdir -p .cursor/rules && curl -s https://developer.playcanvas.com/user-manual/playcanvas-react/rules -o .cursor/rules/playcanvas-react.mdc
```

## Contributing
Expand Down
1 change: 0 additions & 1 deletion packages/docs/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions packages/docs/CHANGELOG.md

This file was deleted.

76 changes: 0 additions & 76 deletions packages/docs/app/[[...mdxPath]]/page.tsx

This file was deleted.

205 changes: 0 additions & 205 deletions packages/docs/app/globals.css

This file was deleted.

Loading
Loading