mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-01-30 19:33:53 +01:00
Updated screens and landing page documentation
This commit is contained in:
parent
43484824ee
commit
9694d23223
25
README.md
25
README.md
@ -17,24 +17,41 @@
|
|||||||
|
|
||||||
# Material for MkDocs
|
# Material for MkDocs
|
||||||
|
|
||||||
A Material Design theme for [MkDocs](http://www.mkdocs.org).
|
A Material Design theme for [MkDocs][1].
|
||||||
|
|
||||||
[![Material for MkDocs](docs/images/material.png)](http://squidfunk.github.io/mkdocs-material/)
|
[![Material for MkDocs](docs/images/material.png)][2]
|
||||||
|
|
||||||
|
[1]: http://www.mkdocs.org
|
||||||
|
[2]: http://squidfunk.github.io/mkdocs-material/
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
Install with `pip`:
|
Install the latest version of Material with `pip`:
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
pip install mkdocs-material
|
pip install mkdocs-material
|
||||||
```
|
```
|
||||||
|
|
||||||
Append the following line to your existing `mkdocs.yml`:
|
Append the following line to your project's `mkdocs.yml`:
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
theme: 'material'
|
theme: 'material'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## What to expect
|
||||||
|
|
||||||
|
* Responsive design and fluid layout for all kinds of screens and devices,
|
||||||
|
designed to serve your project documentation in a user-friendly way with
|
||||||
|
optimal readability.
|
||||||
|
|
||||||
|
* Easily customizable primary and accent color, fonts, favicon and logo;
|
||||||
|
straight forward localization through theme extension; integrated with Google
|
||||||
|
Analytics, Disqus and GitHub.
|
||||||
|
|
||||||
|
* Well-designed search interface accessible through hotkeys (<kbd>F</kbd> or
|
||||||
|
<kbd>S</kbd>), intelligent grouping of search results, search term
|
||||||
|
highlighting and lazy loading.
|
||||||
|
|
||||||
For detailed installation instructions and a demo, visit
|
For detailed installation instructions and a demo, visit
|
||||||
http://squidfunk.github.io/mkdocs-material/
|
http://squidfunk.github.io/mkdocs-material/
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 757 KiB After Width: | Height: | Size: 1.3 MiB |
@ -19,12 +19,26 @@ Install the latest version of Material with `pip`:
|
|||||||
pip install mkdocs-material
|
pip install mkdocs-material
|
||||||
```
|
```
|
||||||
|
|
||||||
Add the following line to your `mkdocs.yml`:
|
Append the following line to your project's `mkdocs.yml`:
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
theme: 'material'
|
theme: 'material'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## What to expect
|
||||||
|
|
||||||
|
* Responsive design and fluid layout for all kinds of screens and devices,
|
||||||
|
designed to serve your project documentation in a user-friendly way with
|
||||||
|
optimal readability.
|
||||||
|
|
||||||
|
* Easily customizable primary and accent color, fonts, favicon and logo;
|
||||||
|
straight forward localization through theme extension; integrated with Google
|
||||||
|
Analytics, Disqus and GitHub.
|
||||||
|
|
||||||
|
* Well-designed search interface accessible through hotkeys (<kbd>F</kbd> or
|
||||||
|
<kbd>S</kbd>), intelligent grouping of search results, search term
|
||||||
|
highlighting and lazy loading.
|
||||||
|
|
||||||
For detailed instructions see the [getting started guide][3].
|
For detailed instructions see the [getting started guide][3].
|
||||||
|
|
||||||
[3]: getting-started.md
|
[3]: getting-started.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user