Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

building documentation

Joseph Cayouette edited this page Aug 9, 2019 · 21 revisions

Building Documentation

Assumptions
  • You have followed the steps to setup our toolchain

  • You have cloned the doc-susemanager repository

Procedure: Building SUMA Docs
  1. From your local git checkout run the following command to see all available build options:

    make help
    make help
  2. To build the suma static HTML pages and PDF documents run:

    make antora-suma
Procedure: Building UYUNI Docs
  1. From your local git checkout run the following command to see all available build options:

    make help
    make help
  2. To build the Uyuni static HTML pages and PDF documents run:

    make antora-uyuni
Clone this wiki locally