mdBook/src/config
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
..
bookconfig.rs HtmlConfig is no longer optional 2017-06-27 14:01:33 +02:00
htmlconfig.rs Make MathJax support optional 2017-06-25 00:32:33 +02:00
jsonconfig.rs Correct clippy nits 2017-06-27 09:08:58 +02:00
mod.rs New config structs supports json again (the old style) for a little deprecation period 2017-06-04 20:41:31 +02:00
tomlconfig.rs Correct clippy nits 2017-06-27 09:08:58 +02:00