Documentation that simply works
Go to file
squidfunk d52b04b7ff
Temporarily pin click<8.2.2
2025-08-02 15:43:22 +02:00
.devcontainer Updated Premium sponsors 2023-07-07 09:37:30 +02:00
.github Updated Premium sponsors 2025-07-17 23:22:34 +02:00
.vscode Updated launch configurations 2023-10-06 15:18:28 +02:00
docs Documentation 2025-08-02 12:24:08 +02:00
includes Documentation 2024-10-09 10:09:44 +02:00
material Updated dependencies 2025-08-02 11:57:34 +02:00
src Fixed handling of inconsistent drive letter case 2025-07-26 14:19:52 +02:00
tools/build Updated twemoji cdn for icon search index (#8093) 2025-03-15 10:11:53 +01:00
typings Updated copyright year 2025-01-04 10:27:13 +01:00
.browserslistrc Added polyfills for unfetch, URL, Object.entries and Element.scrollTo 2022-01-06 20:57:06 +01:00
.dockerignore Updated copyright year 2025-01-04 10:27:13 +01:00
.editorconfig Updated copyright year 2025-01-04 10:27:13 +01:00
.eslintignore Updated copyright year 2025-01-04 10:27:13 +01:00
.eslintrc Unpinned TypeScript ESLint integration and checks 2024-08-23 12:44:40 +02:00
.gitattributes Fixed line feeds on Windows (#1614) 2020-04-17 10:02:43 +02:00
.gitignore Updated copyright year 2025-01-04 10:27:13 +01:00
.stylelintignore Updated copyright year 2025-01-04 10:27:13 +01:00
.stylelintrc Unpinned Stylelint and plugins 2024-08-23 13:02:20 +02:00
CHANGELOG Prepare 9.6.16 release 2025-07-26 17:52:31 +02:00
CODE_OF_CONDUCT.md Merge branch 'master' into docs/guides 2023-09-21 14:53:33 +02:00
CONTRIBUTING.md Documentation (#7166) 2024-05-09 09:58:25 +02:00
Dockerfile Updated Alpine base image in Dockerfile 2025-03-31 12:51:28 +02:00
LICENSE Updated copyright year 2025-01-04 10:27:13 +01:00
README.md Updated Premium sponsors 2025-07-17 23:29:20 +02:00
giscus.json Added origins in giscus.json to omit discussion spam 2022-03-22 19:03:31 +01:00
mkdocs.yml Documentation (#7905) 2025-01-16 10:31:17 +07:00
package-lock.json Updated dependencies 2025-08-02 11:57:34 +02:00
package.json Updated dependencies 2025-08-02 11:57:34 +02:00
pyproject.toml Merged features tied to 'Chipotle' funding goal 2025-01-31 10:31:48 +07:00
requirements.txt Temporarily pin click<8.2.2 2025-08-02 15:43:22 +02:00
tsconfig.json Switched to ES2018 target 2024-06-24 08:39:07 +02:00

README.md

Material for MkDocs

A powerful documentation framework on top of MkDocs

Build Downloads Python Package Index Docker Pulls Sponsors

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

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

 

Silver sponsors

 

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

Maintain ownership

Own your documentation's complete sources and outputs, guaranteeing both integrity and security no need to entrust the backbone of your product knowledge to third-party platforms. Retain full control.

Open Source

You're in good company choose a mature and actively maintained solution built with state-of-the-art Open Source technologies, trusted by more than 50,000 individuals and organizations. 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

ArXiv, Atlassian, AWS, Bloomberg, CERN, Datadog, Google, Harvard, Hewlett Packard, HSBC, ING, Intel, JetBrains, LinkedIn, Microsoft, Mozilla, Netflix, OpenAI, Red Hat, Roboflow, Salesforce, SIEMENS, Slack, Square, Uber, Zalando

... and successful Open Source projects

Amp, Apache Iceberg, Arduino, Asahi Linux, Auto-GPT, AutoKeras, BFE, CentOS, Crystal, eBPF, ejabberd, Electron, FastAPI, FlatBuffers, {fmt}, Freqtrade, GoReleaser, GraphRAG, Headscale, HedgeDoc, Hummingbot, Knative, Kubernetes, kSQL, LeakCanary, LlamaIndex, NetBox, Nokogiri, OpenAI, OpenFaaS, OpenSSL, Orchard Core, Percona, Pi-Hole, Polars, Pydantic, PyPI, Quivr, Renovate, RetroPie, Ruff, Supervision, Textual, Traefik, Trivy, Typer, tinygrad, Ultralytics, UV, Vapor, WebKit, WTF, ZeroNet

License

MIT License

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