A Material Design theme for MkDocs

A Material Design theme for MkDocs Create a branded static site from a set of Markdown files to host the documentation of your Open Source or commercial project – customizable, searchable, mobile-friendly, 40+ languages. Set up in 5 minutes. A demo is worth a thousand words — check it out at

Read more

MkDocs plugin to export content pages as PDF files

An MkDocs plugin to export content pages as PDF files The pdf-export plugin will export all markdown pages in your MkDocs repository as PDF files using WeasyPrint. The exported documents support many advanced features missing in most other PDF exports, such as a PDF Index and support for CSS paged media module. Requirements This package requires MkDocs version 1.0 or higher (0.17 works as well) Python 3.4 3.5 or higher WeasyPrint depends on cairo, Pango and GDK-PixBuf which need to […]

Read more

MkDocs plugin that simplifies configuring page titles and their order

An MkDocs plugin that simplifies configuring page titles and their order The awesome-pages plugin allows you to customize how your pages show up the navigation of your MkDocs without having to configure the full structure in your mkdocs.yml. It gives you detailed control using a small configuration file directly placed in the relevant directory of your documentation. Note: This plugin won’t do anything if your mkdocs.yml defines a nav or pages entry. To make use of the features listed below, […]

Read more