This repository is where our Docker images for GitLab CI/CD usage are being crafted, along with some other stuff our infra team is doing here. Please, read the README of the respective images before you use them on your own repos.
mkdocs-material
- Our own version ofsquidfunk/mkdocs-material
, using latest version fo Python as possible.- To run the liveserver locally, run this command:
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs madebythepinshub/mkdocs-material:liveserver liveserver
- WARNING: The
liveserver
tag is being deprecated and may be remove permanently from Docker Hub.
- To run the liveserver locally, run this command:
See the CONTRIBUTTING.md
for details for contributing images for us or improving an existing one.
This repository adheres to The Pins Team Community Code of Conduct, based on Contributor Convenant v2.0, and [the Developer's Certificate of Origin].