Byline:

mdBook is a utility to create modern online books from Markdown files.

Key links

Uncategorized Links

The docs say it is “Like Gitbook but implemented in Rust”.

There is a print button as well if you need to make a PDF or print a hardcopy.

There is a button on a site to change themes.

Structure

How mdBook projects are structured.

  • src/
    • SUMMARY.md - sidebar contents page.
    • *.md - additional Markdown files as your book’s content.
  • book.toml - mdBook’s config file.
  • books/ - output directory.