Cloud Pipeline 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:
- Introduction
- Release notes
- User guide
MkDocs is 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/Cloud-Pipeline.git
$ cd Cloud-Pipeline/docsRun build
$ mkdocs buildThis will create site/ folder, containing built html documentation.
To view documentation - navigate in Cloud-Pipeline/docs/site/ folder and launch index.html with a web-browser.