You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Charles Reid 5893678ca8 init commit 2 years ago
.githooks init commit 2 years ago
.github init commit 2 years ago
docs init commit 2 years ago
material init commit 2 years ago
.babelrc init commit 2 years ago
.editorconfig init commit 2 years ago
.eslintignore init commit 2 years ago
.eslintrc init commit 2 years ago
.gitignore init commit 2 years ago
.modernizr-autorc init commit 2 years ago
.stylelintignore init commit 2 years ago
.stylelintrc init commit 2 years ago
.travis.sh init commit 2 years ago
.travis.yml init commit 2 years ago
.travisignore init commit 2 years ago
CHANGELOG init commit 2 years ago
CODE_OF_CONDUCT.md init commit 2 years ago
CONTRIBUTING.md init commit 2 years ago
Dockerfile init commit 2 years ago
LICENSE init commit 2 years ago
MANIFEST.in init commit 2 years ago
Makefile init commit 2 years ago
README.md init commit 2 years ago
__USEFUL.md init commit 2 years ago
mkdocs.yml init commit 2 years ago
package-lock.json init commit 2 years ago
package.json init commit 2 years ago
requirements.txt init commit 2 years ago
setup.py init commit 2 years ago
webpack.config.js init commit 2 years ago

README.md

Travis Gitter Codacy Docker PyPI

Material for MkDocs

A Material Design theme for MkDocs.

Material for MkDocs

Quick start

Install the latest version of Material with pip:

pip install mkdocs-material

Append the following line to your project's mkdocs.yml:

theme:
  name: '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 in 25 languages 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 (F or S), intelligent grouping of search results, search term highlighting and lazy loading.

For detailed installation instructions and a demo, visit https://squidfunk.github.io/mkdocs-material/

License

MIT License

Copyright (c) 2016-2018 Martin Donath

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.