This repo holds the source for the VRChat Creator Docs!
Please read the contribution guide before suggesting an edit.
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.
The docs are built with Docusaurus, so you can run a local server to see what your changes will look like very quickly.
npm install
in the Docs
folder to install the required packages.npm run start
in the Docs
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.