Search for a command to run...
Static site generator designed for project documentation. Converts Markdown source files into static HTML with a single YAML configuration file, prioritizing speed and simplicity over feature bloat.
MkDocs is widely adopted by open source projects and development teams that want docs in Markdown rather than reStructuredText. It distinguishes itself from Sphinx by offering a gentler learning curve, built-in dev server with live reload, and native support on Read the Docs. The ecosystem includes themes such as Material for MkDocs and the built-in Read the Docs theme, plus hundreds of plugins for search, versioning, and diagrams.
Key capabilities:
Teams rely on MkDocs for API references, onboarding guides, and internal wikis. Works well with docs-as-code workflows: write in Markdown, commit with the repo, and deploy via CI or a hosting service like Read the Docs.