mdBook/tests
Weihang Lo 69599646e7 Add index preprocessor (#685)
* Add index preprocessor

README.md is a de facto index file in markdown-based documentation.
Hence, we respect to README.md and convert it into index.html.

* Fix warning for unused variables

* Update tests for config

* Match file stem case-insensitively for IndexPreprocessor

* Add tests for IndexPreprocessor

* Update book example to fit index preprocessor
2018-05-04 19:41:28 +08:00
..
dummy_book Add index preprocessor (#685) 2018-05-04 19:41:28 +08:00
summary_md_files Rewrote summary parser from a state machine to use recursive descent 2017-12-11 15:17:20 +11:00
alternate_backends.rs Replace tempdir by tempfile (#650) 2018-03-27 07:47:37 +08:00
init.rs Replace tempdir by tempfile (#650) 2018-03-27 07:47:37 +08:00
parse_existing_summary_files.rs Updated dependencies and made logging more readable 2017-12-30 18:43:46 +08:00
rendered_output.rs Add index preprocessor (#685) 2018-05-04 19:41:28 +08:00
searchindex_fixture.json Update elasticlunr-rs (#646) 2018-03-20 20:22:35 +08:00
testing.rs Use Arc instead of lazy_static for dummy preprocessor 2018-01-17 19:02:25 +00:00