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
2019-12-18 17:14:20 +01:00
.github Fixed workflow 2019-12-11 18:24:23 +01:00
docs Fixed typo in documentation (#1382) 2019-12-12 08:20:17 +01:00
material Added built files + documentation 2019-12-18 17:14:20 +01:00
src Added built files + documentation 2019-12-18 17:14:20 +01:00
typings Moved header to observable 2019-11-20 15:13:42 +01:00
.banner Re-added auto-generated code banner 2019-09-28 19:42:54 +02:00
.editorconfig Revamped issue templates 2019-09-16 10:38:26 +02:00
.env Commit before merging master back in 2019-12-17 09:53:16 +01:00
.gitignore Moved manifest.json up one layer 2019-12-10 16:03:11 +01:00
.stylelintignore Updated copyright year 2019-01-01 18:42:00 +01:00
.stylelintrc Fixed stylelint errors 2019-02-12 19:41:13 +01:00
.travis.sh Removed Travis setup and updated README 2019-12-08 16:46:21 +01:00
.travis.yml Removed Travis setup and updated README 2019-12-08 16:46:21 +01:00
CHANGELOG Prepare 4.6.0 release 2019-12-11 18:03:21 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-06-21 11:20:50 +02:00
CONTRIBUTING.md Fixed protocol for links in documentation 2018-06-11 09:33:42 +02:00
Dockerfile Unsilenced setup.py output in Docker build 2019-03-31 14:53:59 +02:00
LICENSE Updated copyright year 2019-01-01 18:42:00 +01:00
Makefile Refactored JSX factory and added typings 2019-12-18 14:57:37 +01:00
MANIFEST.in Added README to distribution to display on PyPI 2019-03-28 17:24:33 +01:00
mkdocs.yml Added back revision date docs 2019-12-17 10:01:46 +01:00
package-lock.json Added path mappings 2019-12-18 16:38:36 +01:00
package.json Added path mappings 2019-12-18 16:38:36 +01:00
README.md Updated Amazon link 2019-12-09 09:06:03 +01:00
requirements.txt Updated requirements (#1339) 2019-11-16 21:45:59 +01:00
setup.py Merge branch 'master' into refactor/rxjs-typescript 2019-12-17 09:59:59 +01:00
tsconfig.json Added built files + documentation 2019-12-18 17:14:20 +01:00
tslint.json Migrated first features to RxJS 2019-09-29 00:30:56 +02:00
webpack.config.ts Added path mappings 2019-12-18 16:38:36 +01:00

Github Action Downloads Gitter PyPI dependabot

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 40 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/

Support

If you're happy with Material for MkDocs and feel like giving something back, you may check out squidfunk's Amazon wish list.

License

MIT License

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