These are the source files for Unturned's modding documentation.
The built documentation is hosted by Read the Docs here: https://docs.smartlydressedgames.com/
The documentation is written in reStructuredText and parsed/built using Sphinx.
With Python and Sphinx installed run make html
in the root folder to create the site locally at /_build/html/index.html
.
Editing using Visual Studio Code with the reStructuredText Extension is recommended.