To start working with docs you will need mkdocs docker image https://hub.docker.com/r/squidfunk/mkdocs-material/
docker pull squidfunk/mkdocs-material
Start development server on http://localhost:8000
make serve
Build documentation
make build
For detailed installation instructions and a demo, visit http://squidfunk.github.io/mkdocs-material/