mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
676 B
676 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.