Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
Joseph Cayouette edited this page Aug 13, 2019 · 94 revisions

SUSE Manager Documentation Wiki

This is the official wiki for SUSE Manager documentation.

A development update of this section is in progress! jcayouette July 11, 2019

We use a combination of the following tools to publish and build our documentation:

Asciidoctor A fast text processor and publishing toolchain for converting AsciiDoc to HTML5, DocBook and more.

Asciidoctor PDF Asciidoctor PDF is a native PDF converter for AsciiDoc.

Antora The multi-repository documentation site generator.

Want to help improve our documentation? The following guides will get your development environment up and running:

Procedure: Setup The Toolchain
  1. Setup rbenv and Ruby

    Easily manage your Ruby versions and gems with rbenv

  2. Install NVM

    Easily manage your node package versions with the Node Version Manager.

  3. Install Antora

    Upstream tool for generating our static HTML documentation pages.

  4. Install Asciidoctor Gems

    Upstream gems for our adoc and pdf outputs.

  5. How to Build Docs

    How to build our docs, tips and some gotchas.

You can skip the above installation path and use docker. This simplifies setup but this option will remain unavailable until lunrjs is integrated into the upstream docker containers. Coming soon! (I do not want to maintain containers.) For the docker installation you only need docker and the upstream antora and asciidoctor images pulled from docker hub.

Procedure: Configuring Docker with Antora and Asciidoctor
  1. Setup Docker for Antora

Have a look at our syntax guide and expectations. We have also listed the official documentation for asciidoctor for those interested in digging a little deeper.

Clone this wiki locally