mdBook/src/renderer/html_handlebars/helpers
Matt Ickstadt b2ad669c61 Search with Elasticlunr, updated (#604)
* Add search with elasticlunr.js

This commit adds search functionality to mdBook, based on work done by @phaiax. The in-browser search code uses elasticlunr.js to execute the search, using an index generated at book build time by elasticlunr-rs.

* Add generator comment
Someone on Reddit was wondering how the rust book was generated and said they checked the source. Thought I'd put this here. Might be a good idea to have a little footer "made with mdBook", but this'll do for now.

* Remove search/editor file override behavior

* Use for loop for book iterator

* Improve HTML regex

* Fix search CORS in file URIs

* Use ammonia to sanitize HTML

* Filter html5ever log messages
2018-03-07 21:02:06 +08:00
..
mod.rs Search with Elasticlunr, updated (#604) 2018-03-07 21:02:06 +08:00
navigation.rs Made the logging a lot quieter by default (#569) 2018-01-23 01:28:37 +08:00
toc.rs Improve accessibility (#535) 2018-01-15 21:26:53 +08:00