mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-25 16:54:32 +02:00
Use AND
between words in mdbook
search (#1306)
The default is to use `OR`, which I find counter-intuitive: the more I try to narrow down a search, the more hits I get. See the full documentation for more options: https://rust-lang.github.io/mdBook/format/configuration/renderers.html#outputhtmlsearch
This commit is contained in:
parent
c93a4bc20c
commit
a38a33c8fb
@ -86,5 +86,8 @@ line-numbers = true
|
|||||||
# Send people to canonical URL instead of index.html
|
# Send people to canonical URL instead of index.html
|
||||||
"welcome.html" = "./"
|
"welcome.html" = "./"
|
||||||
|
|
||||||
|
[output.html.search]
|
||||||
|
use-boolean-and = true
|
||||||
|
|
||||||
[output.exerciser]
|
[output.exerciser]
|
||||||
output-directory = "comprehensive-rust-exercises"
|
output-directory = "comprehensive-rust-exercises"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user