mdbook/src/renderer/html_handlebars
Matt Ickstadt e1a46d213e Use JSON search index with JS fallback
This allows the search index to be loaded asynchronously, and should
use fewer resources as it doesn't have to execute the JS.
JS loading is kept as a fallback for CORS issues with file:// URIs in Chrome.
2018-07-23 12:08:04 -05:00
..
helpers Use relative links and translate internal references (#603) 2018-07-11 21:33:44 +08:00
hbs_renderer.rs Don't copy search js when disabled 2018-07-23 12:08:04 -05:00
mod.rs Search with Elasticlunr, updated (#604) 2018-03-07 21:02:06 +08:00
search.rs Use JSON search index with JS fallback 2018-07-23 12:08:04 -05:00