minidocks/mkdocs

By minidocks

Updated 24 days ago

Minimal mkdocs images

Image
5

50K+

MkDocs docker image (minidocks/mkdocs)

MkDocs is a fast, simple and downright gorgeous static site generator that’s geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.

Installed extensions

Themes
Plugins
Only in 1-pdf and pdf tags
  • PDF export will export all markdown pages in your project as PDF files using WeasyPrint. (only in pdf and 1-pdf tag)
  • PDF generate will generate a single PDF file from MkDocs repository. (only in pdf and 1.0-pdf tag)
Markdown extension

Usage

Create a new documentation project in doc directory:

docker run --rm -v "`pwd`:/app" -w /app minidocks/mkdocs new doc

Start documentation server in doc directory on port 8000 with material design theme:

docker run --rm -v "`pwd`:/app" -w /app/doc -p 8000:8000 minidocks/mkdocs serve -a 0.0.0.0:8000 -t material

Tags

TagSize
latest, 1
1
1-pdf
pdf

Related images

Alternatives

Docker Pull Command

docker pull minidocks/mkdocs