Go to file
2020-04-05 16:37:01 +02:00
.github Refactored README.md 2020-04-05 16:37:01 +02:00
docs Updated anouncement bar 2020-04-05 14:09:20 +02:00
material Fixed announcement bar styles 2020-04-05 14:55:26 +02:00
src Refactored README.md 2020-04-05 16:37:01 +02:00
typings Fixed sizing of icons and images in nav and header 2020-02-25 15:02:54 +01:00
.browserslistrc Fixed incorrect calculation of anchors, huge performance gain 2020-02-25 13:59:57 +01:00
.dockerignore Added version to plugin dependency in Dockerfile 2020-02-14 08:37:17 +01:00
.editorconfig Merge branch 'master' into refactor/rxjs-typescript 2020-02-10 12:34:58 +01:00
.env Improved documentation and fixed search reset 2020-02-17 14:37:12 +01:00
.gitignore Merge branch 'master' into refactor/rxjs-typescript 2020-02-10 12:34:58 +01:00
.stylelintignore Added main template override for official docs 2020-03-26 11:19:20 +01:00
.stylelintrc Switched to stylelint-config-rational-order 2020-03-06 15:21:15 +01:00
CHANGELOG Fixed header ellipsis when title equals site name 2020-03-25 17:13:48 +01:00
CODE_OF_CONDUCT.md Updated documentation 2020-03-10 11:55:25 +01:00
CONTRIBUTING.md Updated documentation 2020-03-10 11:55:25 +01:00
Dockerfile Added mkdocs-awesome-pages-plugin to Dockerfile (#1519) 2020-03-20 16:15:55 +01:00
LICENSE Merge branch 'master' into refactor/rxjs-typescript 2020-02-10 12:34:58 +01:00
MANIFEST.in Reduced pressure on browser with ResizeObserver 2020-03-06 18:57:27 +01:00
mkdocs.yml Merge branch 'refactor/rxjs-typescript' into feature/landing-page 2020-03-29 15:28:00 +02:00
netlify.toml Added Netlify deploy previews 2020-03-06 14:44:03 +01:00
package-lock.json Merge branch 'master' into refactor/rxjs-typescript 2020-04-04 17:45:43 +02:00
package.json Merge branch 'master' into refactor/rxjs-typescript 2020-04-04 17:45:43 +02:00
README.md Refactored README.md 2020-04-05 16:37:01 +02:00
requirements.txt Unified components and observable structure 2020-03-05 17:17:15 +01:00
runtime.txt Try to get netlify working 2020-03-06 14:28:42 +01:00
setup.py Merge branch 'master' into refactor/rxjs-typescript 2020-02-10 12:34:58 +01:00
tsconfig.json Inlined icons referenced from JavaScript 2020-03-15 15:20:48 +01:00
tslint.json Migrated first features to RxJS 2019-09-29 00:30:56 +02:00
webpack.config.ts Cleaned up search worker integration 2020-03-27 15:29:17 +01:00

Material for MkDocs

GitHub Action Downloads Chat on Gitter Python Package Index

Create a branded static site from a set of Markdown files to host the documentation of your Open Source or commercial project customizable, searchable, mobile-friendly, 40+ languages. Set up in 5 minutes.

Features

  • It's just Markdown you just write your technical documentation in Markdown, so there's no need to know any HTML, JavaScript or CSS. Material for MkDocs will do the heavy lifting and generate a beautiful and functional website.

  • Looks great on every device: Material for MkDocs is built...

Quick start

Install the latest version of Material for MkDocs with pip:

pip install mkdocs-material

Add the following line to mkdocs.yml:

theme:
  name: material

For detailed installation instructions and a demo, visit squidfunk.github.io/mkdocs-material

License

MIT License

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