Sourcecode for the MaaS-API.org documentation project.
In order to use the files in this repository, you will need to install some dependencies:
There is one submodule in this project, which can be initialized with the following commands:
$ git submodule init
$ git submodule update
In order to build the static site, simply run the following comand:
hugo
There will be a (new) folder called public
containing a static HTML site.
Once the site is built, it can be deployed to GitHub Pages with the following command:
npm run-script deploy