Mkdocs + Google Material Design Theme
1.4K
Mkdocs is a simple but powerful static site generator perfect for generating clean and browsable technical documentations from markdown files.
Mkdocs home page & documentation: https://www.mkdocs.org
This docker image provides a distribution of mkdocs bundled with Google Material Design as default theme.
Mkdocs is an open source software written in python under the MIT License.
$ docker run -it --rm \
-p 8800:8800 \
-v $(pwd):/data \
-u ${UID} \
-w /data \
--name mkdocs \
rbecheras/mkdocs-material \
mkdocs serve -a 0.0.0.0:8800
Content type
Image
Digest
Size
308.1 MB
Last updated
over 9 years ago
docker pull rbecheras/mkdocs-material