Repository for generating documentation for the Lenovo XClarity Administrator provider for ManageIQ
. Edit main.adoc and remove comments from the appropriate variable set (either ManageIQ or CloudForms).
. Install asciidoctor-pdf gem.
. Compile the Configuration Guide: +
bundle exec asciidoctor-pdf physical_infra_provider_configuration/main.adoc -o ./PREVIEW.pdf. Compile the API Guide: +
bundle exec asciidoctor-pdf physical_infra_provider_rest_api/main.adoc -o ./PREVIEW.pdfCommand above will create file ./PREVIEW.pdf that can be used as documentation preview.