mdBook/book-example/src
Michael Bryan a1b6ccc29a
Override configuration using environment variables (#541)
* Added the ability to update config settings from env vars

* Added tests

* Documented that you can override configuration with environment
variables

* Refactored the config get() methods to use toml-query

* Made the `Updateable` trait more generic
2018-01-14 02:38:43 +08:00
..
cli updated links from azerupi to rust-lang-nursery (#489) 2017-11-22 11:35:18 +01:00
format Override configuration using environment variables (#541) 2018-01-14 02:38:43 +08:00
lib Add support for alternative backends (#507) 2018-01-07 22:10:48 +08:00
misc Add myself to the contributors list. 2017-11-30 07:54:43 -08:00
README.md updated links from azerupi to rust-lang-nursery (#489) 2017-11-22 11:35:18 +01:00
SUMMARY.md Add support for alternative backends (#507) 2018-01-07 22:10:48 +08:00

README.md

mdBook

mdBook is a command line tool and Rust crate to create books using Markdown files. It's very similar to Gitbook but written in Rust.

What you are reading serves as an example of the output of mdBook and at the same time as a high-level documentation.

mdBook is free and open source, you can find the source code on Github. Issues and feature requests can be posted on the Github Issue tracker.

API docs

Alongside this book you can also read the API docs generated by Rustdoc if you would like to use mdBook as a crate or write a new renderer and need a more low-level overview.

License

mdBook, all the source code, is released under the Mozilla Public License v2.0