mkdocs-material/docs/index.md
2017-01-12 20:15:30 +01:00

608 B

Material for MkDocs

Beautiful project documentation

Material is a theme for MkDocs, an excellent static site generator geared towards project documentation. It is built using Google's Material Design guidelines.

Quick start

Install the latest version of Material with pip:

pip install mkdocs-material

Add the following line to your mkdocs.yml:

theme: 'material'

For detailed instructions see the getting started guide.