1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00
Documentation that simply works
Go to file
2017-03-16 19:07:45 +01:00
.githooks Added githook to skip CI build on non-src changes 2017-03-16 19:07:45 +01:00
.github Added mkdocs.yml as a requirement to issue template 2017-01-22 13:37:46 +01:00
docs Prepare 1.4.1 release 2017-03-16 17:51:46 +01:00
lib Added support for search localization 2017-03-16 12:11:00 +01:00
material Prepare 1.4.1 release 2017-03-16 17:51:46 +01:00
scripts Switch back to yarn 2017-03-16 12:54:13 +01:00
src Fixed invalid destructuring attempt on NodeList 2017-03-16 17:43:41 +01:00
tests/visual Fixed flow in build process 2017-02-20 23:26:51 +01:00
.babelrc Migrate build pipeline to Webpack 2 2017-02-11 16:26:23 +01:00
.editorconfig Update copyright 2017-01-06 19:11:18 +01:00
.eslintignore Fixed issues with JSX.createElement definitions 2017-02-25 14:49:49 +01:00
.eslintrc Fixed issues with JSX.createElement definitions 2017-02-25 14:49:49 +01:00
.flowconfig Fixed issues with JSX.createElement definitions 2017-02-25 14:49:49 +01:00
.gitignore Merge branch 'master' into chore/flow-type-checking 2017-02-25 17:18:44 +01:00
.stylelintrc Fixed deprecations for stylelint-order 2017-03-16 16:52:14 +01:00
.travis.yml Switch back to yarn 2017-03-16 12:54:13 +01:00
.travisignore Added githook to skip CI build on non-src changes 2017-03-16 19:07:45 +01:00
CHANGELOG Test ci-skip script [skip ci] 2017-03-16 19:07:45 +01:00
CONTRIBUTING.md Update contribution guidelines for GitHub 2017-01-07 20:08:49 +01:00
Dockerfile Added support for automatic builds and releases 2017-02-24 21:33:14 +01:00
Gulpfile.babel.js Added page grouping for search results 2017-03-12 17:58:34 +01:00
LICENSE Update copyright 2017-01-06 19:11:18 +01:00
MANIFEST.in Fixed source build for pypi 2017-02-16 23:01:59 +01:00
mkdocs.yml Added documentation for edit_uri configuration 2017-03-11 18:40:44 +01:00
package.json Prepare 1.4.1 release 2017-03-16 17:51:46 +01:00
README.md Updated badges [ci skip] 2017-02-24 22:05:49 +01:00
requirements.txt Set PyMdown requirement to 1.2 2017-01-28 20:32:13 +01:00
setup.py Load package specs in setup.py from package.json 2017-01-14 23:05:18 +01:00
yarn.lock Fixed deprecations for stylelint-order 2017-03-16 16:52:14 +01:00

Travis Codacy Docker PyPI

Material for MkDocs

A Material Design theme for MkDocs.

Material for MkDocs

Quick start

Install with pip:

pip install mkdocs-material

Add the following line to your mkdocs.yml:

theme: 'material'

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

License

MIT License

Copyright (c) 2016-2017 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.