Project documentation with Markdown.
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
HankB 56b235a8ad
Docs: add warning about uncommitted changes (#3034)
5 months ago
.github/workflows Chore dependency upgrade 5 months ago
docs Docs: add warning about uncommitted changes (#3034) 5 months ago
mkdocs Release 1.4.2 (#3032) 5 months ago
.codecov.yml Update the codecov config 7 years ago
.coveragerc Internal Refactor of Pages, Files, and Navigation (#1504) 5 years ago
.csslintrc Upgrade readthedocs theme to v1.0.0 (#2585) 1 year ago
.editorconfig Add .editorconfig (#1451) 5 years ago
.flake8 Switch to pyproject.toml and Hatch build (#2988) 6 months ago
.gitattributes Docs: add a diagram with relations between all the plugin events (#2387) 8 months ago
.gitignore Update gitignore 7 months ago
.jshintignore Upgrade readthedocs theme to v1.0.0 (#2585) 1 year ago
.markdownlintrc Release 1.4.0 (#2986) 6 months ago
CONTRIBUTING.md HTTPS Links 5 years ago
LICENSE Update the LICENSE and the README 2 years ago
README.md Add a link to best-of-mkdocs in the readme (#2824) 7 months ago
hatch_build.py Integrate Babel build steps as a Hatch hook (#2992) 6 months ago
mkdocs.yml Add CLI reference page, auto-generated from Click (#2996) 6 months ago
pyproject.toml Declare support for Python 3.11 (#3020) 5 months ago
readthedocs.yml Add a ReadTheDocs yaml config file 5 years ago
setup.py Switch to pyproject.toml and Hatch build (#2988) 6 months ago

README.md

MkDocs

Project documentation with Markdown

PyPI Version Build Status Coverage Status

MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file. It is designed to be easy to use and can be extended with third-party themes, plugins, and Markdown extensions.

Please see the Documentation for an introductory tutorial and a full user guide.

Features

  • Build static HTML files from Markdown files.
  • Use Plugins and Markdown Extensions to enhance MkDocs.
  • Use the built-in themes, third party themes or create your own.
  • Publish your documentation anywhere that static files can be served.
  • Much more!

Support

If you need help with MkDocs, do not hesitate to get in contact with us!

  • For questions and high-level discussions, use Discussions on GitHub.
    • For small questions, a good alternative is the Chat room on Gitter/Matrix (new!)
  • To report a bug or make a feature request, open an Issue on GitHub.

Please note that we may only provide support for problems/questions regarding core features of MkDocs. Any questions or bug reports about features of third-party themes, plugins, extensions or similar should be made to their respective projects.
But, such questions are not banned from the chat room.

Make sure to stick around to answer some questions as well!

Contributing to MkDocs

The MkDocs project welcomes, and depends on, contributions from developers and users in the open source community. Please see the Contributing Guide for information on how you can help.

Code of Conduct

Everyone interacting in the MkDocs project's codebases, issue trackers, and discussion forums is expected to follow the PyPA Code of Conduct.

License

BSD-2-Clause