MSA User Manual and Admin Guide
The doc source is written in asciidoc format
To view the doc formatted you need to clone the git repo and checkout the branch you are interested in.
You can use the asciidoc browser extension to view the doc rendered in HTML.
Clone the repository Chekout the branch you need to use and build the doc with the CLI command below
docker build -t ubi.docs .
if you have gradle you can also execute
gradle asciidoc
The doc is generated in build/docs/
docker run --rm ubi.docs tar c build | tar x
docker run --rm -it ubi.docs