This reposiory contains the public documentation for Revolt Games APIs. This documentation is built using Docusaurus v2 and hosted on Github Pages
To build and run locally using npm, run
npm run buildnpm run serve
It is also possible to build and run interactively (auto-refresh) using
npx docusaurus start
Simply push on main to automatically deploy the website using Github Action.