mkdocs-material

Material Design theme for MkDocs documentation sites

brewmacoslinux
Try with needOr install directly
Source

About

Material Design theme for MkDocs

Commands

mkdocs

Examples

Create a new MkDocs project with Material theme$ mkdocs new my-project && cd my-project && echo 'theme: material' >> mkdocs.yml
Serve documentation locally with live reload$ mkdocs serve
Build static HTML documentation site$ mkdocs build