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.
docker build -t ubi.docs .
docker run --rm ubi.docs tar c build | tar x
docker run --rm -it ubi.docs