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
2020-10-11 12:20:36 +02:00
.github Updated bit.ly link to language overview 2020-10-04 13:32:01 +02:00
docs Added documentation on footer setup 2020-10-11 12:20:36 +02:00
material Fixed site_url (link behind home button) for usage from file:// 2020-10-04 18:37:52 +02:00
src Documentation 2020-10-04 18:54:48 +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 Fixed stylelint errors (#1913) 2020-09-07 19:04:26 +02:00
CHANGELOG Prepare 6.0.2 release 2020-10-04 14:48:59 +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 Removed mkdocs and readthedocs themes from Docker image 2020-09-27 14:08:44 +02:00
LICENSE Updated copyright year (#1449) 2020-02-08 10:33:01 +01:00
MANIFEST.in Finished syntax highlighter docs and moved overrides to CSS 2020-07-19 22:23:26 +02:00
mkdocs.yml Added documentation on footer setup 2020-10-11 12:20:36 +02:00
package-lock.json Bump preact from 10.5.2 to 10.5.3 (#1965) 2020-10-07 12:14:15 +02:00
package.json Bump preact from 10.5.2 to 10.5.3 (#1965) 2020-10-07 12:14:15 +02:00
README.md Added Microsoft to the list of users 2020-10-08 16:26:54 +02:00
requirements.txt Updated mkdocs-material-extensions 2020-05-16 15:49:25 +02: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 Enabled compilation to ES2015, yielding huge savings 2020-09-27 23:42:17 +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.

Material for MkDocs uses the sponsorware release strategy, which means that new features are first exclusively released to sponsors as part of Material for MkDocs Insiders. Read on to learn how sponsorship works, and how you can become a sponsor.

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

Premium Sponsors

Users

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.