Skip to content

Commit 19a8f7f

Browse files
marklundinCopilot
andauthored
Removes Docs Package (#274)
* chore: remove deprecated docs and assets 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. * chore: remove ignored docs from changeset config Removed the "ignore" field from the changeset configuration to streamline internal dependency updates. * changeset * Update packages/lib/src/hooks/use-asset.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/lib/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e800b2e commit 19a8f7f

File tree

117 files changed

+33
-6216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+33
-6216
lines changed

.changeset/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
"linked": [],
77
"access": "restricted",
88
"baseBranch": "main",
9-
"updateInternalDependencies": "patch",
10-
"ignore": ["docs"]
9+
"updateInternalDependencies": "patch"
1110
}

.changeset/late-trains-search.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@playcanvas/react": patch
3+
---
4+
5+
Updated docs links and README refs

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,3 @@ next-env.d.ts
7272
.next/
7373
_pagefind/
7474

75-
*.ply
76-
packages/docs/public/r/*
77-

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ Et voilà! ✨
8383

8484
## Ready to build something?
8585

86-
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.
86+
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.
8787

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

94-
You can also jump straight into the [docs](https://playcanvas-react.vercel.app) or [api](https://playcanvas-react.vercel.app/docs/api).
94+
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).
9595

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

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

104104
## AI assisted editors
105105

106-
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.
106+
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.
107107

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

112112
## Contributing

packages/docs/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/docs/CHANGELOG.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/docs/app/[[...mdxPath]]/page.tsx

Lines changed: 0 additions & 76 deletions
This file was deleted.

packages/docs/app/globals.css

Lines changed: 0 additions & 205 deletions
This file was deleted.

0 commit comments

Comments
 (0)