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
2022-06-02 17:29:51 +02:00
.github Merge pull request #3900 from squidfunk/dependabot/github_actions/docker/build-push-action-3 2022-05-09 07:52:45 +02:00
.vscode Added custom YAML tags to settings.json (#3509) 2022-02-01 08:43:27 +01:00
docs Updated changelog 2022-06-02 17:29:51 +02:00
material Merge of features tied to 'Trinidad Scorpion' funding goal 2022-06-02 17:20:33 +02:00
src Merge of features tied to 'Trinidad Scorpion' funding goal 2022-06-02 17:20:33 +02:00
tools/build Move building of overrides into new task 'build:all' 2022-04-09 23:23:13 +02:00
typings Updated svgo 2022-03-28 17:58:05 +02:00
.browserslistrc Added polyfills for unfetch, URL, Object.entries and Element.scrollTo 2022-01-06 20:57:06 +01:00
.dockerignore Updated dependencies and bumped copyright year 2022-01-10 09:59:00 +01:00
.editorconfig Updated dependencies and bumped copyright year 2022-01-10 09:59:00 +01:00
.eslintignore Updated dependencies and bumped copyright year 2022-01-10 09:59:00 +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 Updated dependencies and bumped copyright year 2022-01-10 09:59:00 +01:00
.stylelintignore Merge of Insiders features tied to 'Aji Panca' funding goal 2022-02-17 17:20:36 +01:00
.stylelintrc Fixed linter errors 2022-02-09 11:58:20 +01:00
CHANGELOG Updated changelog 2022-06-02 17:29:51 +02:00
CODE_OF_CONDUCT.md Updated documentation 2020-03-10 11:55:25 +01:00
CONTRIBUTING.md Fixed link to theme building in CONTRIBUTING (#3661) 2022-03-04 08:13:36 +01:00
Dockerfile Updated dependencies and bumped copyright year 2022-01-10 09:59:00 +01:00
giscus.json Added origins in giscus.json to omit discussion spam 2022-03-22 19:03:31 +01:00
LICENSE Updated dependencies and bumped copyright year 2022-01-10 09:59:00 +01:00
MANIFEST.in Moved all overrides to common directory 2021-02-06 09:35:03 +01:00
mkdocs.yml Added navigation pruning to schema 2022-05-25 09:57:20 +02:00
package-lock.json Merge of features tied to 'Trinidad Scorpion' funding goal 2022-06-02 17:20:33 +02:00
package.json Merge of features tied to 'Trinidad Scorpion' funding goal 2022-06-02 17:20:33 +02:00
README.md Prepare 8.2.14 release 2022-05-08 17:50:57 +02:00
requirements.txt Fixed issues related to latest Pygments and Pymdown Extensions (#3862) 2022-04-30 16:50:18 +02:00
setup.py Updated python version requirement to 3.7 (#3877) 2022-05-02 08:41:24 +02:00
tsconfig.json Updated dependencies 2021-08-30 09:11:43 +02: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 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 10,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, Binance, Bloomberg, CERN, Datadog, Google, Hewlett Packard, ING, Intel, 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-2022 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.