mdbook/src/bin
Michal Budzynski b1ca9cf5b5 HtmlConfig is no longer optional
`HtmlConfig` was both guaranteed to exist within `BookConfig`
and `expect`ed in few places.
This simplifies the API a little by representing the fact that
`HtmlConfig` is currently mandatory for proper mdBook binary operation.
2017-06-27 14:01:33 +02:00
..
build.rs HtmlConfig is no longer optional 2017-06-27 14:01:33 +02:00
init.rs HtmlConfig is no longer optional 2017-06-27 14:01:33 +02:00
mdbook.rs Rename and move the clap sub-command generation functions 2017-06-27 07:59:50 +02:00
serve.rs HtmlConfig is no longer optional 2017-06-27 14:01:33 +02:00
test.rs Rename and move the clap sub-command generation functions 2017-06-27 07:59:50 +02:00
watch.rs HtmlConfig is no longer optional 2017-06-27 14:01:33 +02:00