This repo holds the source for the VRChat Creator Docs!
To suggest an edit to an existing page, you can use the "Edit this page" link at the bottom of most pages on the site.
GitHub will help you set up a fork of the docs so you can edit them and submit a Pull Request to this repo, to have your changes integrated.
You can also directly fork this repo to suggest many changes at once.
- Fork the repo to your own GitHub account.
- Edit the markdown docs on your own machine.
- Use Docusaurus to preview the updates if you want!
The docs are built with Docusaurus, so you can run a local server to see what your changes will look like very quickly.
- Clone the repo (or your fork).
- Run
npm install
in theDocs
folder to install the required packages. - Run
npm run start
in theDocs
folder to run the Docusaurus server, which will build the site and open a browser pointing to a local server with your live preview. Just change a page or add a new one, and the server will hot-reload the content so you can see it right away.