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 1 year ago
.githooks init commit 1 year ago
.github init commit 1 year ago
docs init commit 1 year ago
material init commit 1 year ago
.babelrc init commit 1 year ago
.editorconfig init commit 1 year ago
.eslintignore init commit 1 year ago
.eslintrc init commit 1 year ago
.gitignore init commit 1 year ago
.modernizr-autorc init commit 1 year ago
.stylelintignore init commit 1 year ago
.stylelintrc init commit 1 year ago
.travis.sh init commit 1 year ago
.travis.yml init commit 1 year ago
.travisignore init commit 1 year ago
CHANGELOG init commit 1 year ago
CODE_OF_CONDUCT.md init commit 1 year ago
CONTRIBUTING.md init commit 1 year ago
Dockerfile init commit 1 year ago
LICENSE init commit 1 year ago
MANIFEST.in init commit 1 year ago
Makefile init commit 1 year ago
README.md init commit 1 year ago
__USEFUL.md init commit 1 year ago
mkdocs.yml init commit 1 year ago
package-lock.json init commit 1 year ago
package.json init commit 1 year ago
requirements.txt init commit 1 year ago
setup.py init commit 1 year ago
webpack.config.js init commit 1 year 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.