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
2018-06-10 15:39:55 +02:00
.githooks Replaced yarn with npm 5.6 2018-02-21 21:06:11 +01:00
.github Added mkdocs.yml as a requirement to issue template 2017-01-22 13:37:46 +01:00
docs Fixed: Changed links to mkdocs.org to HTTPS 2018-06-10 15:30:26 +02:00
material Merge branch 'master' of github.com:squidfunk/mkdocs-material 2018-06-10 15:39:55 +02:00
src Fixed: Changed links to mkdocs.org to HTTPS 2018-06-10 15:30:26 +02:00
.babelrc Refactored Gulp build pipeline with Webpack 2017-11-21 21:32:25 +01:00
.editorconfig Updated copyright notice 2018-01-13 17:36:13 +01:00
.eslintignore Added temporary scripts for testing 2018-04-26 15:20:34 +02:00
.eslintrc Upgraded dependencies 2017-06-13 15:11:03 +02:00
.gitignore Replaced yarn with npm 5.6 2018-02-21 21:06:11 +01:00
.modernizr-autorc Refactored Gulp build pipeline with Webpack 2017-11-21 21:32:25 +01:00
.stylelintignore Updated copyright notice 2018-01-13 17:36:13 +01:00
.stylelintrc Upgraded stylelint 2017-12-12 22:04:31 +01:00
.travis.sh Adjusted Ginseng integration 2018-05-15 18:13:59 +02:00
.travis.yml Replaced yarn with npm 5.6 2018-02-21 21:06:11 +01:00
.travisignore Remove .travisignore from .travisignore 2017-04-08 18:08:12 +02:00
CHANGELOG Updated Promise polyfill 2018-06-10 15:38:46 +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 Prepare 2.6.5 release 2018-02-22 11:37:10 +01:00
LICENSE Updated copyright notice 2018-01-13 17:36:13 +01:00
Makefile Replaced yarn with npm 5.6 2018-02-21 21:06:11 +01:00
MANIFEST.in Try to fix Travis build 2018-06-10 15:28:21 +02:00
mkdocs.yml Moved Ginseng integration to build process to avoid interference 2018-05-11 10:39:44 +02:00
package-lock.json Updated Promise polyfill 2018-06-10 15:38:46 +02:00
package.json Updated Promise polyfill 2018-06-10 15:38:46 +02:00
README.md Fixed: Changed links to mkdocs.org to HTTPS 2018-06-10 15:30:26 +02:00
requirements.txt Bump Pymdown Extensions to 4.10 2018-04-19 16:23:54 +02:00
setup.py Updated copyright notice 2018-01-13 17:36:13 +01:00
webpack.config.js Packaged Material icons with theme (GDPR) 2018-06-10 13:52:51 +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:
  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 26 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.