mdBook/ci
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
..
before_deploy.sh Update travis CI (#516) 2017-12-30 19:15:17 +08:00
github_pages.sh Workaround for travis-ci/travis-ci#4704 (#529) 2018-01-06 04:47:59 +08:00
install.sh Update travis CI (#516) 2017-12-30 19:15:17 +08:00
script.sh Search with Elasticlunr, updated (#604) 2018-03-07 21:02:06 +08:00