Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 678 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 678 Bytes

documentation build

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.

Building the doc

docker build -t ubi.docs .

Inspecting the result

docker run --rm ubi.docs tar c build | tar x

docker run --rm -it ubi.docs