Create book from markdown files. Like Gitbook but implemented in Rust https://rust-lang.github.io/mdBook/
  • Rust 75.1%
  • JavaScript 7.5%
  • CSS 6.5%
  • Handlebars 5.2%
  • HTML 4.9%
  • Other 0.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Guillaume Gomez 6a75867463
Merge pull request #3160 from coyaSONG/agent/playground-editable-coverage
test: cover editable playground includes
2026-09-08 15:37:28 +00:00
.cargo Add an xtask to help with running tests 2025-09-26 18:55:21 -07:00
.github Merge pull request #3210 from rust-lang/renovate/crate-ci-typos-1.x 2026-09-02 19:56:37 +00:00
ci Prepare to rename primary branch to main 2026-09-03 12:33:15 +02:00
crates Merge pull request #3141 from hollow-owl/invalid-default-theme 2026-09-07 16:47:11 +00:00
examples Fix new cargo/clippy lints 2026-09-03 12:33:41 +02:00
guide Merge pull request #3141 from hollow-owl/invalid-default-theme 2026-09-07 16:47:11 +00:00
src Fix #2395 2026-08-26 14:01:48 -04:00
tests Merge pull request #3160 from coyaSONG/agent/playground-editable-coverage 2026-09-08 15:37:28 +00:00
.git-blame-ignore-revs Add more rustfmt commits to git blame ignore 2025-10-20 13:31:03 -07:00
.gitattributes Mark more font files as binary 2025-04-05 20:41:36 -04:00
.gitignore Support multiple books in the GUI tests 2025-10-15 07:00:33 -07:00
Cargo.lock Update Rust crate topological-sort to 0.3.0 2026-09-02 16:22:48 +00:00
Cargo.toml Fix new cargo/clippy lints 2026-09-03 12:33:41 +02:00
CHANGELOG.md Add regex excluding commit hashes from typos.toml 2026-08-22 16:23:39 -06:00
CODE_OF_CONDUCT.md add explicit code of conduct, copying other rust-lang repos 2021-07-26 11:52:24 -07:00
CONTRIBUTING.md Prepare to rename primary branch to main 2026-09-03 12:33:15 +02:00
eslint.config.mjs Lint HBS JS templates 2025-08-25 15:15:47 -07:00
LICENSE Create LICENSE 2015-07-29 01:11:30 +02:00
package.json Update dependency browser-ui-test to v0.25.1 2026-09-02 16:22:04 +00:00
README.md Prepare to rename primary branch to main 2026-09-03 12:33:15 +02:00
rustfmt.toml Add rustfmt.toml 2025-07-23 17:29:55 -07:00
triagebot.toml Add triagebot range-diff feature 2025-09-24 17:00:52 -07:00
typos.toml Add regex excluding commit hashes from typos.toml 2026-08-22 16:23:39 -06:00

mdBook

CI Status crates.io LICENSE

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

Check out the User Guide for a list of features and installation and usage information. The User Guide also serves as a demonstration to showcase what a book looks like.

If you are interested in contributing to the development of mdBook, check out the Contribution Guide.

License

All the code in this repository is released under the Mozilla Public License v2.0, for more information take a look at the LICENSE file.