This repository contains the documentation for Developers and Users.
Install and configure gitbook-cli
$ npm install
$ cd [user|developer]
$ gitbook install
$ gitbook serve
Point your browser to http://localhost:4000/
$ gitbook build [path_to_repository]
$ gitbook [pdf|epub|mobi] build [output]
The contents of the _book
directory needs to be pushed out to the gh-pages branch of the repository.