MkDocs is a static site generator that builds HTML sites from markdown files.
Inputs
- Markdown files with frontmatter.
- A
mkdocs.ymlconfiguration file. - A theme and optional plugins.
Outputs
- A static site composed of HTML, CSS, and assets.
- A navigation structure derived from configuration.
- Optional extra pages generated by plugins.