2017-01-12 00:49:28 +01:00
|
|
|
[![Travis][travis-image]][travis-link]
|
2019-01-03 15:56:16 +01:00
|
|
|
[![Downloads][downloads-image]][downloads-link]
|
2017-04-23 20:54:21 +02:00
|
|
|
[![Gitter][gitter-image]][gitter-link]
|
2017-01-12 00:49:28 +01:00
|
|
|
[![PyPI][pypi-image]][pypi-link]
|
2018-12-28 14:59:45 +01:00
|
|
|
[![dependabot][dependabot-image]][dependabot-link]
|
2016-02-09 23:48:01 +01:00
|
|
|
|
2017-02-12 16:53:04 +01:00
|
|
|
[travis-image]: https://travis-ci.org/squidfunk/mkdocs-material.svg?branch=master
|
2017-01-12 00:49:28 +01:00
|
|
|
[travis-link]: https://travis-ci.org/squidfunk/mkdocs-material
|
2019-01-03 15:56:16 +01:00
|
|
|
[downloads-image]: https://img.shields.io/pypi/dm/mkdocs-material.svg
|
|
|
|
[downloads-link]: https://pypistats.org/packages/mkdocs-material
|
2018-09-03 09:58:22 +02:00
|
|
|
[gitter-image]: https://badges.gitter.im/squidfunk/mkdocs-material.svg
|
2017-04-23 20:54:21 +02:00
|
|
|
[gitter-link]: https://gitter.im/squidfunk/mkdocs-material
|
2017-01-12 00:49:28 +01:00
|
|
|
[pypi-image]: https://img.shields.io/pypi/v/mkdocs-material.svg
|
|
|
|
[pypi-link]: https://pypi.python.org/pypi/mkdocs-material
|
2018-12-28 14:59:45 +01:00
|
|
|
[dependabot-image]: https://img.shields.io/badge/dependabot-enabled-06f.svg
|
|
|
|
[dependabot-link]: https://dependabot.com
|
2016-02-11 12:33:28 +01:00
|
|
|
|
2017-01-12 22:39:18 +01:00
|
|
|
# Material for MkDocs
|
|
|
|
|
2017-09-06 10:18:57 +02:00
|
|
|
A Material Design theme for [MkDocs][1].
|
2017-01-12 22:39:18 +01:00
|
|
|
|
2019-03-28 17:24:33 +01:00
|
|
|
[![Material for MkDocs](https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/docs/assets/images/material.png)][2]
|
2017-09-06 10:18:57 +02:00
|
|
|
|
2018-06-10 15:30:26 +02:00
|
|
|
[1]: https://www.mkdocs.org
|
2017-11-08 10:25:49 +01:00
|
|
|
[2]: https://squidfunk.github.io/mkdocs-material/
|
2017-01-12 22:39:18 +01:00
|
|
|
|
2016-02-11 12:33:28 +01:00
|
|
|
## Quick start
|
2016-02-09 23:48:01 +01:00
|
|
|
|
2017-09-06 10:18:57 +02:00
|
|
|
Install the latest version of Material with `pip`:
|
2016-02-09 23:48:01 +01:00
|
|
|
|
|
|
|
``` sh
|
|
|
|
pip install mkdocs-material
|
|
|
|
```
|
|
|
|
|
2017-09-06 10:18:57 +02:00
|
|
|
Append the following line to your project's `mkdocs.yml`:
|
2016-02-09 23:48:01 +01:00
|
|
|
|
|
|
|
``` yaml
|
2017-10-31 19:48:20 +01:00
|
|
|
theme:
|
|
|
|
name: 'material'
|
2016-02-09 23:48:01 +01:00
|
|
|
```
|
|
|
|
|
2017-09-06 10:18:57 +02:00
|
|
|
## What to expect
|
|
|
|
|
|
|
|
* Responsive design and fluid layout for all kinds of screens and devices,
|
2019-10-03 11:14:32 +02:00
|
|
|
designed to serve your project documentation in a user-friendly way in 39
|
2018-01-13 17:19:07 +01:00
|
|
|
languages with optimal readability.
|
2017-09-06 10:18:57 +02:00
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2016-02-11 12:33:28 +01:00
|
|
|
For detailed installation instructions and a demo, visit
|
2017-11-08 10:25:49 +01:00
|
|
|
https://squidfunk.github.io/mkdocs-material/
|
2016-02-11 12:33:28 +01:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
2016-02-17 18:08:11 +01:00
|
|
|
**MIT License**
|
|
|
|
|
2019-01-01 18:42:00 +01:00
|
|
|
Copyright (c) 2016-2019 Martin Donath
|
2016-02-11 12:33:28 +01:00
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
|
of this software and associated documentation files (the "Software"), to
|
|
|
|
deal in the Software without restriction, including without limitation the
|
|
|
|
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
|
|
sell copies of the Software, and to permit persons to whom the Software is
|
|
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
|
|
all copies or substantial portions of the Software.
|
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
|
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
|
|
IN THE SOFTWARE.
|