summaryrefslogtreecommitdiffstats
path: root/vendor/mdbook/src/theme/searcher/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/mdbook/src/theme/searcher/mod.rs')
-rw-r--r--vendor/mdbook/src/theme/searcher/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/mdbook/src/theme/searcher/mod.rs b/vendor/mdbook/src/theme/searcher/mod.rs
new file mode 100644
index 000000000..d5029db16
--- /dev/null
+++ b/vendor/mdbook/src/theme/searcher/mod.rs
@@ -0,0 +1,6 @@
+//! Theme dependencies for in-browser search. Not included in mdbook when
+//! the "search" cargo feature is disabled.
+
+pub static JS: &[u8] = include_bytes!("searcher.js");
+pub static MARK_JS: &[u8] = include_bytes!("mark.min.js");
+pub static ELASTICLUNR_JS: &[u8] = include_bytes!("elasticlunr.min.js");