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-11-22 19:28:43 +01:00
.githooks Refactored Gulp build pipeline with Webpack 2017-11-21 21:32:25 +01:00
.github Added mkdocs.yml as a requirement to issue template 2017-01-22 13:37:46 +01:00
docs Added support for hero text 2017-11-22 00:13:56 +01:00
material Fixed indented hero on animation due to scroll bar 2017-11-22 19:28:43 +01:00
src Fixed indented hero on animation due to scroll bar 2017-11-22 19:28:43 +01:00
.babelrc Refactored Gulp build pipeline with Webpack 2017-11-21 21:32:25 +01:00
.editorconfig Refactored Gulp build pipeline with Webpack 2017-11-21 21:32:25 +01:00
.eslintignore Refactored Gulp build pipeline with Webpack 2017-11-21 21:32:25 +01:00
.eslintrc Upgraded dependencies 2017-06-13 15:11:03 +02:00
.gitignore Refactored Gulp build pipeline with Webpack 2017-11-21 21:32:25 +01:00
.modernizr-autorc Refactored Gulp build pipeline with Webpack 2017-11-21 21:32:25 +01:00
.stylelintignore Refactored Gulp build pipeline with Webpack 2017-11-21 21:32:25 +01:00
.stylelintrc Fixed CSS linting with stylelint 2017-07-25 17:35:17 +02:00
.travis.sh Fixed test setup for Docker container 2017-11-21 22:07:47 +01:00
.travis.yml Fixed wrong reference for Travis build script 2017-11-21 21:53:12 +01:00
.travisignore Remove .travisignore from .travisignore 2017-04-08 18:08:12 +02:00
CHANGELOG Prepare 2.1.1 release 2017-11-21 21:44:22 +01: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 Fixed test setup for Docker container 2017-11-21 22:07:47 +01:00
LICENSE Update copyright 2017-01-06 19:11:18 +01:00
Makefile Fixed lunr search stemmers not being correctly loaded 2017-11-22 19:11:07 +01:00
MANIFEST.in Added missing theme configuration file for mkdocs 0.17 2017-10-21 23:29:45 +02:00
mkdocs.yml Added support for hero text 2017-11-22 00:13:56 +01:00
package.json Fixed lunr search stemmers not being correctly loaded 2017-11-22 19:11:07 +01:00
README.md Updated dependencies and yarn.lock 2017-11-18 18:03:32 +01:00
requirements.txt Updated documentation and simplified search tokenizer configuration 2017-10-31 20:07:11 +01:00
setup.py Added requirements as explicit dependencies in setup.py 2017-03-30 23:39:02 +02:00
webpack.config.js Refactored Gulp build pipeline with Webpack 2017-11-21 21:32:25 +01:00
yarn.lock Fixed indented hero on animation due to scroll bar 2017-11-22 19:28:43 +01: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 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-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.