1 Building docs manually
Damianu edited this page 2018-05-22 12:07:09 +02:00

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.