MkDocs is a Python-based static site generator that combines Markdown content with Jinja2 templates to produce websites. MkDocs can be pronounced "McDocs" or "M-K Docs", although the core committers do not have a strong preference one way or the other on the name's pronunciation.
MkDocs' source code is available on GitHub under the BSD 2-clause license.
MkDocs uses a YAML configuration file and can optionally use themes to easy change the look-and-feel of the documentation output.
In addition to the easy configuration via a YAML file and the drop-in themes, MkDocs also has a wonderful search feature. Search is often not possible out of the box in other static site generators. With MkDocs search can easily be added without plugins or code changes to the static site generator.
The official Getting Started with MkDocs is likely the best place to go when you are just getting set up with your first site that uses this project.
Building Markdown-based Sites with MkDocs provides an initial perspective on using MkDocs to build a static website along with some of the advantages and disadvantages that come with using this static site generator.
Mkdocs documentation is a quick tutorial to get MkDocs installed and modify the initial mkdocs.yml file.
MkDocs making strides is a post from one of the project's core commiters on some changes that greatly improved the project such as site regeneration during development when a file is modified, search, the command-line client and packageable theming.
Searching for a complete, step-by-step deployment walkthrough? Learn more about The Full Stack Python Guide to Deployments book.