In order to build the lab instructions on your local machine, you can use a specially built container with Podman or Docker as follows:
First, clone this Git repository and cd into it. Then, run the following command:
podman run --rm --name antora -v $PWD:/antora -p 8080:8080 -i -t ghcr.io/juliaaano/antora-viewerNote: If using a rootless podman replace
-v $PWD:/antorawith-v $PWD:/antora:z
The content is built using Antora, a static site generator for creating documentation sites from AsciiDoc documents.
Once the pod starts, you will be able to access the instructions at this URL:
http://127.0.0.1:8080