Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 600 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 600 Bytes

VoxelGamesLib Documentation

Made using mkdocs

Contributing

You can make issues here for stuff that seems wrong and you can open PRs to change stuff around. Your issues and PRs will be reviewed and handeled by members of the @documentation team.

Building

You need to have python and pip installed.
If you don't have mkdocs installed, do so using pip install mkdocs
We use the material theme, so you also want to install that pip install mkdocs-material
To start a local instance of the documentation use mkdocs serve