mdBook/tests
Weihang Lo 6af6219e5b [Feature] expandable sidebar sections (ToC collapse) (#1027)
* render(toc): render expandable toc toggle

* ui(toc): js/css logic to toggle toc

* test: update rendered output css selector

* config: add `html.fold.[enable|level]`

* renderer: fold according to configs

* doc: add `output.html.fold`

* refactor: tidy fold config

- Derive default for `Fold`.
- Use `is_empty` instead of checking the length of chapters.
2019-10-19 09:56:08 +02:00
..
dummy_book Implement a `rustdoc_include` preprocessor (#1003) 2019-10-06 00:27:03 +02:00
summary_md_files Rewrote summary parser from a state machine to use recursive descent 2017-12-11 15:17:20 +11:00
alternative_backends.rs Transition to 2018 edition (#933) 2019-05-25 20:50:41 +02:00
build_process.rs Transition to 2018 edition (#933) 2019-05-25 20:50:41 +02:00
custom_preprocessors.rs Transition to 2018 edition (#933) 2019-05-25 20:50:41 +02:00
init.rs Remove 'static lifetime from static vars (#947) 2019-05-31 18:01:02 +02:00
parse_existing_summary_files.rs Transition to 2018 edition (#933) 2019-05-25 20:50:41 +02:00
rendered_output.rs [Feature] expandable sidebar sections (ToC collapse) (#1027) 2019-10-19 09:56:08 +02:00
searchindex_fixture.json Implement a `rustdoc_include` preprocessor (#1003) 2019-10-06 00:27:03 +02:00
testing.rs When this test fails, print out why to assist in debugging 2019-08-12 09:50:54 -04:00