We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fa4921 + 68d9bcf commit d6cd50bCopy full SHA for d6cd50b
crates/mdbook-driver/Cargo.toml
@@ -27,3 +27,6 @@ tracing.workspace = true
27
28
[lints]
29
workspace = true
30
+
31
+[features]
32
+search = ["mdbook-html/search"]
crates/mdbook-driver/src/lib.rs
@@ -23,6 +23,12 @@
23
//! for shared types. Types from this crate are rexported from the other
24
//! crates as appropriate.
25
//!
26
+//! ## Cargo features
+//!
+//! The following cargo features are available:
+//! - `search`: Enables the search index in the HTML renderer.
//! ## Examples
33
34
//! If creating a new book from scratch, you'll want to get a [`init::BookBuilder`] via
0 commit comments