NGB documentation is provided in a Markdown format, that could be viewed directly from GitHub or could be built into html representation.
The following sections are currently covered in a documentation
- Installation guide
- Command Line Interface guide
- User Interface Guide
- Administrator guide
- Developer guide
MkDocs are used to build documentation into html representation.
So make sure that all dependencies are installed according to the installation guide.
Once installed, obtain Markdown sources from GitHub:
$ git clone https://github.com/epam/NGB.git
$ cd NGB/docs
Run build:
$ mkdocs build
This will create site/
folder, containing built html documentation.
To view documentation - navigate in ngb/docs/site/
folder and launch index.html
with a web-browser.