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

install antora

Joseph Cayouette edited this page Aug 8, 2019 · 10 revisions

Assumptions and Goals

Excerpts from Antora docs

To generate and publish documentation sites with Antora, you need the Antora command line interface (CLI) and an Antora site generator pipeline.

Assumptions
  • You’ve installed an active Node LTS release on your Linux, Windows, or macOS machine using NVM.

On this page, you’ll learn
  • How to install Antora globally. with the -g option. (recommended)

  • How to install the Antora CLI

  • How to install the site generator. (You will install the antora-site-generator-lunr) This generator will create a lunr.js index for use with search and generate the antora site simultaneously.

Install Antora globally using npm

To install the Antora CLI and the default site generator packages globally, open a terminal and type:

npm i -g @antora/[email protected] @antora/[email protected]

Verify the antora command is available on your PATH by running:

antora version

Install antora-site-generator-lunr

When you run make antora-suma or make antora-uyuni this module builds a lunrjs index for use with search along side the static site that is generated.

npm i -g antora-site-generator-lunr

This module is maintained by upstream Dan Allen and Guillaume Grossetie. For more information:

Clone this wiki locally