Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

gbraad-redhat/mdbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Fedora image for mdBook-based generation

This Fedora container image contains:

Usage instructions

Start the container in the folder that contains your documentation source

$ podman run --rm -v $PWD:/workspace \
    ghcr.io/gbraad-redhat/mdbook:0.4.42 \
    mdbook build

This will generate a book output.

Or using

$ podman run --rm -v $PWD:/workspace -p 3000:3000 \
    ghcr.io/gbraad-redhat/mdbook:0.4.42 \
    mdbook serve

the generated content will be published using the embedded server on http://localhost:3000