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
2021-04-05 05:41:27 +00:00
.github Updated screenshot in documentation 2021-03-30 11:58:14 +02:00
docs Prepare 7.1.0 release 2021-03-29 18:59:53 +02:00
material Removed display: flow-root on list elements 2021-03-29 19:21:47 +02:00
src Removed display: flow-root on list elements 2021-03-29 19:21:47 +02:00
tools/build Fixed watch mode aborting on CSS error 2021-02-27 18:21:02 +01:00
typings Formatting + moved search index fetching to top level 2021-02-24 18:02:09 +01:00
.browserslistrc Fixed incorrect calculation of anchors, huge performance gain 2020-02-25 13:59:57 +01:00
.dockerignore Updated copyright year 2021-02-14 16:54:27 +01:00
.editorconfig Updated copyright year 2021-02-14 16:54:27 +01:00
.eslintignore Updated copyright year 2021-02-14 16:54:27 +01:00
.eslintrc Migrated to ESLint 2021-02-07 17:43:13 +01:00
.gitattributes Fixed line feeds on Windows (#1614) 2020-04-17 10:02:43 +02:00
.gitignore Add extracopyright block to footer.html 2021-03-01 08:00:20 -05:00
.stylelintignore Implemented SCSS compilation 2021-02-20 18:03:53 +01:00
.stylelintrc Updated stylelint ignore 2021-02-12 13:04:08 +01:00
CHANGELOG Prepare 7.1.0 release 2021-03-29 18:59:53 +02:00
CODE_OF_CONDUCT.md Updated documentation 2020-03-10 11:55:25 +01:00
CONTRIBUTING.md Updated contribution guidelines 2020-10-18 11:38:45 +02:00
Dockerfile Update Docker image to be based on latest Python and Alpine 2021-03-28 12:44:56 +02:00
LICENSE Updated copyright year 2021-02-14 16:54:27 +01:00
MANIFEST.in Moved all overrides to common directory 2021-02-06 09:35:03 +01:00
mkdocs.yml Added redirect for Insiders changelog 2021-04-04 10:34:49 +02:00
package-lock.json Bump @typescript-eslint/eslint-plugin from 4.19.0 to 4.20.0 2021-04-05 05:41:27 +00:00
package.json Bump @typescript-eslint/eslint-plugin from 4.19.0 to 4.20.0 2021-04-05 05:41:27 +00:00
README.md Documentation 2021-02-26 16:41:00 +01:00
requirements.txt Updated copyright year 2021-02-14 16:54:27 +01:00
setup.py Updated copyright year 2021-02-14 16:54:27 +01:00
tsconfig.json Moved build scripts to subfolder 2021-02-22 18:23:33 +01:00

Material for MkDocs

A Material Design theme for MkDocs

Build 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 Markdown no need to know HTML, JavaScript or CSS. Material for MkDocs will do the heavy lifting and create a beautiful and functional website.

  • ... but there's more — integrates natively with Python Markdown Extensions, adding callouts, tabbed content containers, mathematical formulas, critic markup, task lists, and more than 10k icons and emojis.

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

  • Static, but 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.

  • 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 config.

  • 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.

  • Accessible — Material for MkDocs provides extensible keyboard navigation and semantic markup including role attributes and landmarks. Furthermore, the layout respects the user's default font size.

  • Modern architecture — Material for MkDocs's underlying codebase is built on top of TypeScript, RxJS, and SCSS, 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

Trusted by ...

... leading companies

AWS, Binance, Datadog, Google, ING, LinkedIn, Microsoft, Netflix, Salesforce, SoundCloud, Square, Zalando

... and successful Open Source projects

AutoKeras, BFE, Crystal, FastAPI, Kubernetes, kSQL, Nokogiri, OpenFaaS, Pi-Hole, Pydantic, Renovatebot, Traefik, Vapor, ZeroNet, WTF

License

MIT License

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