1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 19:38:27 +02:00
Documentation that simply works
Go to file
2020-06-20 12:46:37 +02:00
.github Added Paypal link 2020-05-27 09:18:48 +02:00
docs Update codehilite.md 2020-06-20 12:27:23 +02:00
material Prepare 5.3.1 release 2020-06-20 12:26:55 +02:00
src Updated announcement bar 2020-06-20 12:24:35 +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 Updated copyright year (#1449) 2020-02-08 10:33:01 +01:00
.gitattributes Fixed line feeds on Windows (#1614) 2020-04-17 10:02:43 +02:00
.gitignore Updated copyright year (#1449) 2020-02-08 10:33:01 +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 Prepare 5.3.1 release 2020-06-20 12:26:55 +02: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 Reverted bind address in Dockerfile (#1712) 2020-05-18 18:55:31 +02:00
LICENSE Updated copyright year (#1449) 2020-02-08 10:33:01 +01:00
MANIFEST.in Reduced pressure on browser with ResizeObserver 2020-03-06 18:57:27 +01:00
mkdocs.yml Added documentation for color schemes 2020-05-18 21:37:57 +02:00
netlify.toml Added emoji icon integration (#1575) 2020-04-08 16:00:20 +02:00
package-lock.json Prepare 5.3.1 release 2020-06-20 12:26:55 +02:00
package.json Prepare 5.3.1 release 2020-06-20 12:26:55 +02:00
README.md Added Docker pulls to README 2020-06-20 12:46:29 +02:00
requirements.txt Updated mkdocs-material-extensions 2020-05-16 15:49:25 +02:00
runtime.txt Try to get netlify working 2020-03-06 14:28:42 +01:00
setup.py Removed stale src directory from install location 2020-04-10 11:55:39 +02:00
tsconfig.json Inlined icons referenced from JavaScript 2020-03-15 15:20:48 +01:00
tslint.json Updated dependencies 2020-06-08 08:54:27 +02:00
webpack.config.ts Fixed Webpack config to allow multiple asset replacements (#1739) 2020-06-02 14:30:57 +02:00

Material for MkDocs

A Material Design theme for MkDocs

GitHub Action Downloads Chat on Gitter Python Package Index Docker Pulls

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.

A demo is worth a thousand words — check it out at squidfunk.github.io/mkdocs-material.

Features

  • It's just Markdown — write your technical documentation in plain Markdown no need to know HTML, JavaScript, or CSS. Material for MkDocs will do the heavy lifting and convert your writing to a beautiful and functional website.

  • Responsive by design — built from the ground up to work on all sorts of devices from mobile phones to widescreens. The underlying fluid layout will always adapt perfectly to the available screen space.

  • Static, yet searchable — almost magically, your technical documentation website will be searchable without any further ado. Material for MkDocs comes with built-in search no server needed that will instantly answer your users' queries.

  • Many configuration options — change the color palette, font families, language, icons, favicon and logo. Add a source repository link, links to your social profiles, Google Analytics and Disqus - all with a few lines of code.

  • Truly international — thanks to many contributors, Material for MkDocs includes translations for more than 40 languages and offers full native RTL (right-to-left) support for languages such as Arabic, Persian (Farsi) and Hebrew.

  • Accessible — Material for MkDocs provides extensible keyboard navigation and semantic markup including role attributes and landmarks. Furthermore, the layout is entirely based on rem values, respecting the user's default font size.

  • Beyond GitHub Markdown — integrates natively with Python Markdown Extensions, offering additional elements like callouts, tabbed content containers, mathematical formulas, critic markup, task lists, and emojis.

  • Modern architecture — Material for MkDocs's underlying codebase is built with TypeScript, RxJS, and SCSS, and is compiled with Webpack, bringing excellent possibilities for theme extension and customization.

Quick start

Material for MkDocs can be installed with pip:

pip install mkdocs-material

Add the following line to mkdocs.yml:

theme:
  name: material

For other installation methods, configuration options, and a demo, visit squidfunk.github.io/mkdocs-material

Users

Sponsors

If you're using this project a lot, consider sponsoring it! This will give me the opportunity to sustain my efforts maintaining it. Every contribution counts, no matter how small!

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.