mdBook and Docsify are both open source static site generators. mdBook is written in Rust and Docsify is written in JavaScript.
Property | mdBook | Docsify |
---|---|---|
Language | Rust | JavaScript |
Templates | Handlebars | Markdown, Vue |
License | MPL-2.0 | MIT |
Create book or documentation from markdown files as with GitBook.
Highlights:
Used by "The Rust Programming Language" book.
docsify generates your documentation website on the fly. Unlike GitBook, it does not generate static html files. Instead, it smartly loads and parses your Markdown files and displays them as a website.
Simple and lightweight (~21kB gzipped) No statically built html files Multiple themes