Public community-written documentation for all game/virtual server related topics.
To contribute, you will need to have basic knowledge of Git.
Dependencies:
- Node.js (preferably LTS)
Fork and clone this repository, switch to a new branch (e.g. guide/some-game
), and run npm install -g
to pull dependencies.
Then run npm run dev
to launch the site locally at localhost:3000
.
Create a file .mdx
file (e.g. bedwars.mdx
) under ./pages/<category>
and use the Markdown format to write the guides.
Once written, commit and push the changes to your fork, make a pull request with your changes, and we'll review and merge!
The documentation (e.g. .mdx
files in the /pages
folder) is CC-BY-SA-4.0 licensed.
The supporting code is MIT licensed.
This repository has been generated from the Nextra docs template.