summaryrefslogtreecommitdiffstats
path: root/src/book/mod.rs
AgeCommit message (Expand)Author
2019-05-25Transition to 2018 edition (#933)lzutao
2019-05-06Deny 2018 edition idioms globally (#911)lzutao
2019-05-06Fix most of clippy warnings (#914)lzutao
2019-05-05cargo fmtLzu Tao
2019-05-03Update mod.rsDylan DPC
2019-04-30Merge pull request #883 from anp/custom_summaryDylan DPC
2019-03-04Expose API for building a book with a custom Summary.Adam Perry
2019-02-16Cleanup build directory before preprocessors run to keep files generated by p...Rongsong Shen
2018-12-04Solve the simplest clippy warnings and run rustfmtBas Bossink
2018-09-19Forgot to implement 3rd party preprocessor discoveryMichael Bryan
2018-09-10Configurable preprocessor (#658)Michael Bryan
2018-07-25Don't run index preprocessor on `mdbook test`Matt Ickstadt
2018-07-23Run rustfmtMatt Ickstadt
2018-05-04Add index preprocessor (#685)Weihang Lo
2018-03-27Replace tempdir by tempfile (#650)Bastien Orivel
2018-03-14Adding for content to book.toml on init (#627)Dylan Maccora
2018-01-23Made the logging a lot quieter by default (#569)Michael Bryan
2018-01-21Increase Documentation Coverage (#543)Michael Bryan
2018-01-17Log as each preprocessor is runJaime Valdemoros
2018-01-17Make Preprocessor context store config and rootJaime Valdemoros
2018-01-16Update comment with rustdoc linkJaime Valdemoros
2018-01-16Turn chained if's into matchJaime Valdemoros
2018-01-16Pull out default preprocessors into functionJaime Valdemoros
2018-01-16Move preprocess field location and add testsJaime Valdemoros
2018-01-16Revert reorderingJaime Valdemoros
2018-01-16Clean up LinkPreprocessor exports and use explicit PreprocessorContext structJaime Valdemoros
2018-01-16Add LinkPreprocessor::new constructorJaime Valdemoros
2018-01-16Change name of link preprocessorJaime Valdemoros
2018-01-16Preprocess links by defaultJaime Valdemoros
2018-01-16Add pre-processing step to build method of MDBookJaime Valdemoros
2018-01-16Start determining preprocessorsJaime Valdemoros
2018-01-16Factor out replace_all preprocessorJaime Valdemoros
2018-01-16Initial Preprocessor trait implementationJaime Valdemoros
2018-01-14Override configuration using environment variables (#541)Michael Bryan
2018-01-07Add support for alternative backends (#507)Michael Bryan
2017-12-30Updated dependencies and made logging more readableMichael Bryan
2017-12-13Added a warning if people use the book.json config fileMichael Bryan
2017-12-11Added tests to make sure we parse existing SUMMARY.md'sMichael Bryan
2017-12-11Improved error messages using error_chain::ChainedError::display_chain()Michael Bryan
2017-12-11Moved the book examples to the top level lib.rsMichael Bryan
2017-12-11Fleshed out the docs for the book moduleMichael Bryan
2017-12-11Put the `create_missing` feature back inMichael Bryan
2017-12-10Removed the `MDBook::read_config()` method because it's redundant nowMichael Bryan
2017-12-10Completely removed the `create_missing` option from MDBookMichael Bryan
2017-12-10All tests finally pass!Michael Bryan
2017-12-10Made sure the dummy book can buildMichael Bryan
2017-12-10Introduced the `BookBuilder`.Michael Bryan
2017-12-10The library not compiles (probably completely broken)Michael Bryan
2017-12-09Added a quick fix so if the config isn't found we use a defaultMichael Bryan
2017-12-06Merge pull request #500 from cspiegel/create-missingMichael Bryan