METADATA 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. Metadata-Version: 2.1
  2. Name: mkdocs-material
  3. Version: 5.5.2
  4. Summary: A Material Design theme for MkDocs
  5. Home-page: https://squidfunk.github.io/mkdocs-material/
  6. Author: Martin Donath
  7. Author-email: martin.donath@squidfunk.com
  8. License: MIT
  9. Keywords: mkdocs,documentation,theme
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Environment :: Web Environment
  13. Classifier: License :: OSI Approved :: MIT License
  14. Classifier: Programming Language :: JavaScript
  15. Classifier: Programming Language :: Python
  16. Classifier: Topic :: Documentation
  17. Classifier: Topic :: Software Development :: Documentation
  18. Classifier: Topic :: Text Processing :: Markup :: HTML
  19. Description-Content-Type: text/markdown
  20. Requires-Dist: mkdocs (>=1.1)
  21. Requires-Dist: Pygments (>=2.4)
  22. Requires-Dist: markdown (>=3.2)
  23. Requires-Dist: pymdown-extensions (>=7.0)
  24. Requires-Dist: mkdocs-material-extensions (>=1.0)
  25. <p align="center">
  26. <a href="https://squidfunk.github.io/mkdocs-material">
  27. <img src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/logo.png" width="320" alt="Material for MkDocs">
  28. </a>
  29. </p>
  30. <p align="center">
  31. <strong>
  32. A
  33. <a href="https://material.io/">Material Design</a>
  34. theme for
  35. <a href="https://www.mkdocs.org/">MkDocs</a>
  36. </strong>
  37. </p>
  38. <p align="center">
  39. <a href="https://github.com/squidfunk/mkdocs-material/actions"><img
  40. src="https://github.com/squidfunk/mkdocs-material/workflows/ci/badge.svg?branch=master"
  41. alt="GitHub Action"
  42. /></a>
  43. <a href="https://pypistats.org/packages/mkdocs-material"><img
  44. src="https://img.shields.io/pypi/dm/mkdocs-material.svg"
  45. alt="Downloads"
  46. /></a>
  47. <a href="https://gitter.im/squidfunk/mkdocs-material"><img
  48. src="https://badges.gitter.im/squidfunk/mkdocs-material.svg"
  49. alt="Chat on Gitter"
  50. /></a>
  51. <a href="https://pypi.org/project/mkdocs-material"><img
  52. src="https://img.shields.io/pypi/v/mkdocs-material.svg"
  53. alt="Python Package Index"
  54. /></a>
  55. <a href="https://hub.docker.com/r/squidfunk/mkdocs-material/"><img
  56. src="https://img.shields.io/docker/pulls/squidfunk/mkdocs-material"
  57. alt="Docker Pulls"
  58. /></a>
  59. <a href="https://github.com/sponsors/squidfunk"><img
  60. src="https://img.shields.io/static/v1?label=sponsor&message=%E2%9D%A4&logo=GitHub&color=ea4aaa"
  61. /></a>
  62. </p>
  63. <p align="center">
  64. Create a branded static site from a set of Markdown files to host the
  65. documentation of your Open Source or commercial project – customizable,
  66. searchable, mobile-friendly, 40+ languages. Set up in 5 minutes.
  67. </p>
  68. <p align="center">
  69. <a href="https://squidfunk.github.io/mkdocs-material/getting-started/">
  70. <img src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/screenshot.png" width="700" />
  71. </a>
  72. </p>
  73. <p align="center">
  74. <em>
  75. A demo is worth a thousand words — check it out at
  76. <a
  77. href="https://squidfunk.github.io/mkdocs-material/"
  78. >squidfunk.github.io/mkdocs-material</a>.
  79. </em>
  80. </p>
  81. ## Features
  82. * **It's just Markdown** — write your technical documentation in plain Markdown
  83. – no need to know HTML, JavaScript, or CSS. Material for MkDocs will do the
  84. heavy lifting and convert your writing to a beautiful and functional website.
  85. * **Responsive by design** — built from the ground up to work on all sorts of
  86. devices – from mobile phones to widescreens. The underlying fluid layout will
  87. always adapt perfectly to the available screen space.
  88. * **Static, yet searchable** — almost magically, your technical documentation
  89. website will be searchable without any further ado. Material for MkDocs comes
  90. with built-in search – no server needed – that will instantly answer your
  91. users' queries.
  92. * **Many configuration options** — change the color palette, font families,
  93. language, icons, favicon and logo. Add a source repository link, links to your
  94. social profiles, Google Analytics and Disqus - all with a few lines of code.
  95. * **Truly international** — thanks to many contributors, Material for MkDocs
  96. includes translations for more than 40 languages and offers full native RTL
  97. (right-to-left) support for languages such as Arabic, Persian (Farsi) and
  98. Hebrew.
  99. * **Accessible** — Material for MkDocs provides extensible keyboard navigation
  100. and semantic markup including role attributes and landmarks. Furthermore, the
  101. layout is entirely based on `rem` values, respecting the user's default font
  102. size.
  103. * **Beyond GitHub Markdown** — integrates natively with Python Markdown
  104. Extensions, offering additional elements like callouts, tabbed content
  105. containers, mathematical formulas, critic markup, task lists, and emojis.
  106. * **Modern architecture** — Material for MkDocs's underlying codebase is built
  107. with TypeScript, RxJS, and SCSS, and is compiled with Webpack, bringing
  108. excellent possibilities for theme extension and customization.
  109. ## Quick start
  110. Material for MkDocs can be installed with `pip`:
  111. ``` sh
  112. pip install mkdocs-material
  113. ```
  114. Add the following line to `mkdocs.yml`:
  115. ``` yaml
  116. theme:
  117. name: material
  118. ```
  119. For other installation methods, configuration options, and a demo, visit
  120. [squidfunk.github.io/mkdocs-material][1]
  121. [1]: https://squidfunk.github.io/mkdocs-material/
  122. ## Users
  123. * **Companies** —
  124. [AWS](https://awssecworkshops.com/),
  125. [Datadog](https://datadoghq.dev/integrations-core/),
  126. [ING](https://ing-bank.github.io/baker/),
  127. [Lyft](https://lyft.github.io/amundsen/),
  128. [Netflix](https://netflix.github.io/titus/),
  129. [Salesforce](https://policy-sentry.readthedocs.io/en/latest/),
  130. [SAP](https://sap.github.io/ui5-tooling/),
  131. [SoundCloud](https://intervene.dev/),
  132. [Spotify](https://spotify.github.io/mkdocs-monorepo-plugin/),
  133. [Square](https://square.github.io/okhttp/),
  134. [Uber](https://ludwig-ai.github.io/ludwig-docs/getting_started/),
  135. [Zalando](https://opensource.zalando.com/skipper/)
  136. * **Open Source** —
  137. [AutoKeras](https://autokeras.com/),
  138. [BFE](https://www.bfe-networks.net/),
  139. [FastAPI](https://fastapi.tiangolo.com/),
  140. [Kubernetes](https://kops.sigs.k8s.io/),
  141. [OpenFaaS](https://docs.openfaas.com/),
  142. [Pi-Hole](https://docs.pi-hole.net/),
  143. [Pydantic](https://pydantic-docs.helpmanual.io/),
  144. [Traefik](https://docs.traefik.io/),
  145. [Vapor](https://docs.vapor.codes/),
  146. [ZeroNet](https://zeronet.io/docs/)
  147. ## Sponsors
  148. <p>
  149. <a href="https://cirrus-ci.org/" target=_blank>
  150. <img src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/cirrus-ci.svg" width="155" />
  151. </a>
  152. </p>
  153. If you're using this project a lot, consider [sponsoring][2] it! This will give
  154. me the opportunity to sustain my efforts maintaining it. Every contribution
  155. counts, no matter how small!
  156. [2]: https://github.com/sponsors/squidfunk
  157. ## License
  158. **MIT License**
  159. Copyright (c) 2016-2020 Martin Donath
  160. Permission is hereby granted, free of charge, to any person obtaining a copy
  161. of this software and associated documentation files (the "Software"), to
  162. deal in the Software without restriction, including without limitation the
  163. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  164. sell copies of the Software, and to permit persons to whom the Software is
  165. furnished to do so, subject to the following conditions:
  166. The above copyright notice and this permission notice shall be included in
  167. all copies or substantial portions of the Software.
  168. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  169. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  170. FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
  171. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  172. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  173. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  174. IN THE SOFTWARE.