1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-23 19:08:25 +02:00
Documentation that simply works
Go to file
2023-07-07 09:37:30 +02:00
.devcontainer Updated Premium sponsors 2023-07-07 09:37:30 +02:00
.github Updated Premium sponsors 2023-07-07 09:37:30 +02:00
.vscode Removed stale settings 2023-05-02 08:23:47 +02:00
docs Updated Premium sponsors 2023-07-07 09:37:30 +02:00
material Prepare 9.1.18 release 2023-07-03 12:28:04 +02:00
src Added Danish translations 2023-07-02 13:03:06 +02:00
tools/build Updated copyright year 2023-01-02 11:08:58 +01:00
typings Updated copyright year 2023-01-02 11:08:58 +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 2023-01-02 11:08:58 +01:00
.editorconfig Updated copyright year 2023-01-02 11:08:58 +01:00
.eslintignore Updated copyright year 2023-01-02 11:08:58 +01:00
.eslintrc Fixed linter errors after last upgrade 2023-04-19 19:05:55 +02:00
.gitattributes Fixed line feeds on Windows (#1614) 2020-04-17 10:02:43 +02:00
.gitignore Updated .gitignore 2023-01-02 11:13:22 +01:00
.stylelintignore Updated copyright year 2023-01-02 11:08:58 +01:00
.stylelintrc Fixed linter errors after last upgrade 2023-04-19 19:05:55 +02:00
CHANGELOG Prepare 9.1.18 release 2023-07-03 12:28:04 +02:00
CODE_OF_CONDUCT.md Updated documentation 2020-03-10 11:55:25 +01:00
CONTRIBUTING.md Prepare 9.1.9 release 2023-05-02 11:30:22 +02:00
Dockerfile added user-requirements.txt install workflow 2023-06-29 17:30:33 +03:00
giscus.json Added origins in giscus.json to omit discussion spam 2022-03-22 19:03:31 +01:00
LICENSE Updated copyright year 2023-01-02 11:08:58 +01:00
mkdocs.yml Added sponsoring FAQs 2023-06-29 16:28:58 +02:00
package-lock.json Updated dependencies 2023-07-03 12:22:12 +02:00
package.json Prepare 9.1.18 release 2023-07-03 12:28:04 +02:00
pyproject.toml Updated copyright year 2023-01-02 11:08:58 +01:00
README.md Updated Premium sponsors 2023-07-07 09:37:30 +02:00
requirements.txt Bumped Python Markdown Extensions to 9.9.1 2023-01-12 09:03:59 +01:00
setup.py Updated copyright year 2023-01-02 11:08:58 +01:00
tsconfig.json Fixed development environment and overrides 2022-11-11 18:39:38 +01:00

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

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, Trivy Vapor, ZeroNet, WebKit, 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.