ManageIQ / manageiq-nuage-docs

0 stars 2 forks source link

manageiq-nuage-docs

Repository for generating documentation for the Nuage Networks provider for ManageIQ

Compile into PDF

First edit main.adoc and uncomment appropriate variable set (either ManageIQ or CloudForms).

Then install asciidoctor-pdf gem and use it like this to compile .adoc documentation into a PDF file:

bundle exec asciidoctor-pdf nuage_provider_configuration/main.adoc -o ./PREVIEW.pdf

Command above will create file ./PREVIEW.pdf that can be used as documentation preview.