Documentation that simply works
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
squidfunk 70d1002a1d Documentation 14 hours ago
.github Documentation 14 hours ago
.vscode Fix a few typos 1 month ago
docs Documentation 14 hours ago
material Updated dependencies 3 days ago
src Fixed inconsistency of code block sequence number in community edition and Insiders 4 days ago
tools/build Updated copyright year 3 months ago
typings Updated copyright year 3 months ago
.browserslistrc Added polyfills for unfetch, URL, Object.entries and Element.scrollTo 1 year ago
.dockerignore Updated copyright year 3 months ago
.editorconfig Updated copyright year 3 months ago
.eslintignore Updated copyright year 3 months ago
.eslintrc Temporarily disabled no-misused-promise check due to ESLint error 5 months ago
.gitattributes Fixed line feeds on Windows (#1614) 3 years ago
.gitignore Updated .gitignore 3 months ago
.stylelintignore Updated copyright year 3 months ago
.stylelintrc Replace stylelint-config-rational-order with stylelint-config-recess-order (#5122) 3 weeks ago
CHANGELOG Prepare 9.1.3 release 1 week ago
CODE_OF_CONDUCT.md Updated documentation 3 years ago
CONTRIBUTING.md Formatting 4 months ago
Dockerfile Fix issue with 'detected dubious ownership' in docker image 2 months ago
LICENSE Updated copyright year 3 months ago
README.md Documentation 14 hours ago
giscus.json Added origins in giscus.json to omit discussion spam 1 year ago
mkdocs.yml Fixed occasional flickering of dismissed announcement bar 4 weeks ago
package-lock.json Updated dependencies 3 days ago
package.json Updated dependencies 3 days ago
pyproject.toml Updated copyright year 3 months ago
requirements.txt Bumped Python Markdown Extensions to 9.9.1 2 months ago
setup.py Updated copyright year 3 months ago
tsconfig.json Fixed development environment and overrides 4 months ago

README.md

Material for MkDocs

A Material Design theme for MkDocs

Build Downloads Chat on Gitter Python Package Index Docker Pulls

Write your documentation in Markdown and create a professional static site for your Open Source or commercial project in minutes searchable, customizable, more than 50 languages, for all devices.

Check out the demo squidfunk.github.io/mkdocs-material.

 

Special thanks to our premium sponsors:

 

 

Everything you would expect

It's just Markdown

Focus on the content of your documentation and create a professional static site in minutes. No need to know HTML, CSS or JavaScript let Material for MkDocs do the heavy lifting for you.

Works on all devices

Serve your documentation with confidence Material for MkDocs automatically adapts to perfectly fit the available screen estate, no matter the type or size of the viewing device. Desktop. Tablet. Mobile. All great.

Made to measure

Make it yours change the colors, fonts, language, icons, logo, and more with a few lines of configuration. Material for MkDocs can be easily extended and provides many options to alter appearance and behavior.

Fast and lightweight

Don't let your users wait get incredible value with a small footprint by using one of the fastest themes available with excellent performance, yielding optimal search engine rankings and happy users that return.

Built for everyone

Make accessibility a priority users can navigate your documentation with touch devices, keyboards, and screen readers. Semantic markup ensures that your documentation works for everyone.

Open Source

Trust 20,000+ users choose a mature and actively maintained solution built with state-of-the-art Open Source technologies. Keep ownership of your content without fear of vendor lock-in. Licensed under MIT.

Quick start

Material for MkDocs can be installed with pip:

pip install mkdocs-material

Add the following lines to mkdocs.yml:

theme:
  name: material

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

Trusted by ...

... industry leaders

Atlassian, AWS, Bloomberg, CERN, Datadog, Google, Hewlett Packard, ING, Intel, JetBrains, LinkedIn, Microsoft, Mozilla, Netflix, Salesforce, SoundCloud, Square, Zalando

... and successful Open Source projects

Arduino, AutoKeras, BFE, CentOS, Crystal, Electron, FastAPI, GoReleaser, Knative, Kubernetes, kSQL, MindsDB, Nokogiri, OpenFaaS, Percona, Pi-Hole, Pydantic, Renovate, Traefik, Vapor, ZeroNet, WTF

License

MIT License

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