Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Commit 83c07a5

Browse files
committed
chore: add repository moved warning to the readme
1 parent 6974dbf commit 83c07a5

1 file changed

Lines changed: 4 additions & 36 deletions

File tree

README.md

Lines changed: 4 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,6 @@
11
# Website
22

3-
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
4-
5-
### Installation
6-
7-
```sh
8-
$ yarn
9-
```
10-
11-
### Build
12-
13-
```sh
14-
$ ./generate_user_guides.sh
15-
```
16-
17-
Above command reads the templates directory and extracts specific instructions for bevy / rust / rapier integrations.
18-
It also injects code contained in the example files.
19-
20-
```sh
21-
$ yarn build
22-
```
23-
24-
Above command generates static content into the `build` directory and can be served using any static contents hosting service.
25-
26-
```sh
27-
$ yarn start
28-
```
29-
30-
Above command builds and starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
31-
32-
### Deployment
33-
34-
```sh
35-
$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
36-
```
37-
38-
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
3+
> [!CAUTION]
4+
> This repository is now merged into the main [rapier repository](https://github.com/dimforge/rapier) to make it easier
5+
> to keep the website up-to-date with the library. Therefore, this repository is now archived so new issues and
6+
> pull-request must be opened on the [rapier repository](https://github.com/dimforge/rapier) instead.

0 commit comments

Comments
 (0)