mdBook vs MkDocs
A side-by-side look at mdBook and MkDocs. For an in-depth review of either product, follow the links below.
mdBook
Development
mdBook is a command line tool and Rust crate to create books and documentation using Markdown files. It can generate HTML, PDF and eBook output, has themes and syntax highlighting support, and helps organize Markdown content into a book with table of contents generation.
markdowndocumentationbooksthemeshighlighting
MkDocs
Development
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.
markdowndocumentationstatic-site-generator