1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00
Documentation that simply works
Go to file
Martin Donath 00898eda30 Merge pull request #347 from squidfunk/feature/lunr-languages-integration
Added support for multilingual search
2017-06-01 09:47:43 +02:00
.githooks Removed flaky visual regression tests 2017-05-15 11:05:28 +02:00
.github Added mkdocs.yml as a requirement to issue template 2017-01-22 13:37:46 +01:00
docs Added documentation for site search localization 2017-06-01 09:43:54 +02:00
lib Merge branch 'master' into feature/lunr-languages-integration 2017-06-01 09:14:10 +02:00
material Merge branch 'master' into feature/lunr-languages-integration 2017-06-01 09:14:10 +02:00
scripts Removed flaky visual regression tests 2017-05-15 11:05:28 +02:00
src Merge branch 'master' into feature/lunr-languages-integration 2017-06-01 09:14:10 +02: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 Removed flaky visual regression tests 2017-05-15 11:05:28 +02: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 Removed flaky visual regression tests 2017-05-15 11:05:28 +02:00
.stylelintignore Refactored targetted link offsets 2017-04-22 00:42:48 +02:00
.stylelintrc Fixed deprecations for stylelint-order 2017-03-16 16:52:14 +01:00
.travis.yml Removed flaky visual regression tests 2017-05-15 11:05:28 +02:00
.travisignore Remove .travisignore from .travisignore 2017-04-08 18:08:12 +02:00
CHANGELOG Prepare 1.6.4 release 2017-05-24 16:26:12 +02:00
CONTRIBUTING.md Updated link to customization with correct address 2017-04-08 10:37:29 +02:00
Dockerfile Fixed Docker build and added tests 2017-04-16 22:03:53 +02:00
Gulpfile.babel.js Added support for multilingual search 2017-06-01 00:40:10 +02:00
LICENSE Update copyright 2017-01-06 19:11:18 +01:00
MANIFEST.in Fixed missing requirements.txt in package 2017-04-05 11:17:14 +02:00
mkdocs.yml Removed unnecessary stuff 2017-05-31 17:06:02 +02:00
package.json Merge branch 'master' into feature/lunr-languages-integration 2017-06-01 09:14:10 +02:00
README.md Added gitter badge to README [ci skip] 2017-04-23 20:54:46 +02:00
requirements.txt Added requirements as explicit dependencies in setup.py 2017-03-30 23:39:02 +02:00
setup.py Added requirements as explicit dependencies in setup.py 2017-03-30 23:39:02 +02:00
yarn.lock Merge branch 'master' into feature/lunr-languages-integration 2017-06-01 09:14:10 +02:00

Travis Gitter Codacy Docker PyPI

Material for MkDocs

A Material Design theme for MkDocs.

Material for MkDocs

Quick start

Install with pip:

pip install mkdocs-material

Append the following line to your existing 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.