-
Notifications
You must be signed in to change notification settings - Fork 116
Building docs manually
Damianu edited this page May 22, 2018
·
1 revision
If you are working on docs or you want custom documentation for your server you should build it manually.
In order to do that you should:
- Go to root folder of StarfallEx
- Clone docgen branch, you can do that by running
git clone -b docgen --single-branch https://github.com/thegrb93/StarfallEx.git docgen
or simply downloading zip of docgen branch and unpacking it in addon's directory. - Run appropriate script depending on your system (build_docs.bat for windows and build_docs.sh for linux)
- Check output in "docs" folder inside root directory.