This git repository contains the source files required to generate the Cloud SIG documentation hosted at: https://sigs.centos.org/cloud/
The source files are in markdown format. The repository uses mkdocs but with a specific material theme.
podman pull docker.io/squidfunk/mkdocs-material:latest
podman run --rm -it -p 8000:8000 -v ${PWD}:/docs:z squidfunk/mkdocs-material
podman run --rm -it -v ${PWD}:/docs:z squidfunk/mkdocs-material build