Skip to content

antoine-brun/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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/

Inspecting the result

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

docker run --rm -it ubi.docs

About

MSActivator product documentation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 98.9%
  • Other 1.1%