Collection of useful Docker images for development and CI/CD workflows.
Located in mkdocs/ directory. This image includes:
- MkDocs static site generator
- MkDocs Material theme
- mkdocs-include-markdown-plugin for including content from other markdown files
Usage:
docker pull ghcr.io/swatpeacekeeper/mkdocs-include-markdown:latest
docker run -it --rm -p 8000:8000 -v ${PWD}:/docs ghcr.io/swatpeacekeeper/mkdocs-include-markdown:latestSee mkdocs/README.md for detailed usage instructions.
All images are automatically built and published to GitHub Container Registry when changes are pushed to the main branch using GitHub Actions.