mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Re-add content of index page
This commit is contained in:
parent
61533af0ef
commit
f51f3c453d
@ -0,0 +1,30 @@
|
|||||||
|
# Material <small>for MkDocs</small>
|
||||||
|
|
||||||
|
## Beautiful project documentation
|
||||||
|
|
||||||
|
Material is a theme for [MkDocs][1], an excellent static site generator geared
|
||||||
|
towards project documentation. It is built using Google's [Material Design][2]
|
||||||
|
guidelines.
|
||||||
|
|
||||||
|
[![Material for MkDocs](images/material.png)](images/material.png)
|
||||||
|
|
||||||
|
[1]: http://www.mkdocs.org
|
||||||
|
[2]: https://www.google.com/design/spec/material-design
|
||||||
|
|
||||||
|
## Quick start
|
||||||
|
|
||||||
|
Install the latest version of Material with `pip`:
|
||||||
|
|
||||||
|
``` sh
|
||||||
|
pip install mkdocs-material
|
||||||
|
```
|
||||||
|
|
||||||
|
Add the following line to your `mkdocs.yml`:
|
||||||
|
|
||||||
|
``` yaml
|
||||||
|
theme: 'material'
|
||||||
|
```
|
||||||
|
|
||||||
|
For detailed instructions see the [getting started guide][3].
|
||||||
|
|
||||||
|
[3]: getting-started.md
|
Loading…
Reference in New Issue
Block a user