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
2017-10-26 21:33:41 +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 Prepare 1.12.1 release 2017-10-22 22:06:55 +02:00
examples Fixed backward compatibility for localization 2017-10-18 21:56:53 +02:00
lib Added missing theme configuration file for mkdocs 0.17 2017-10-21 23:29:45 +02:00
material change directory 2017-10-26 21:33:41 +02:00
scripts Install secure urllib package to fix twine deployment on Travis 2017-09-14 17:50:34 +02:00
src Add Traditional Chinese translation 2017-10-26 21:33:41 +02:00
.babelrc Upgraded dependencies and fixed ESLint regression 2017-08-02 12:21:36 +02: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 Upgraded dependencies 2017-06-13 15:11:03 +02:00
.flowconfig Upgraded dependencies 2017-06-13 15:11:03 +02: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 CSS linting with stylelint 2017-07-25 17:35:17 +02: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.12.1 release 2017-10-22 22:06:55 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-06-21 11:20:50 +02:00
CONTRIBUTING.md Updated CONTRIBUTING.md 2017-09-07 14:25:03 +02:00
Dockerfile Update Dockerfile 2017-10-19 22:33:22 +02:00
Gulpfile.babel.js Upgraded dependencies 2017-06-13 15:11:03 +02:00
LICENSE Update copyright 2017-01-06 19:11:18 +01:00
MANIFEST.in Added missing theme configuration file for mkdocs 0.17 2017-10-21 23:29:45 +02:00
mkdocs.yml Prepare 1.12.0 release 2017-10-20 09:42:43 +02:00
package.json Prepare 1.12.1 release 2017-10-22 22:06:55 +02:00
README.md Updated screens and landing page documentation 2017-09-06 10:28:07 +02:00
requirements.txt Prepare 1.12.1 release 2017-10-22 22:06:55 +02:00
setup.py Added requirements as explicit dependencies in setup.py 2017-03-30 23:39:02 +02:00
yarn.lock Prepare 1.10.4 release 2017-10-18 19:46:28 +02:00

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: '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 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 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.