mdbook/src
Eric Huss 74200f7395 Fix search not showing in sub-directories
This fixes a problem where the search was not displaying in
sub-directories. The problem was that `searcher.js` only exists in one
place, and was loading `searchindex.json` with a relative path. However,
when loading from a subdirectory, it needs the appropriate `..` to reach
the root of the book.
2025-03-09 09:10:50 -07:00
..
book check content of the error message 2025-03-05 17:27:15 +02:00
cmd Display what is removed from mdbook clean. 2024-11-22 15:10:51 -05:00
preprocess remove unnecessary dots from docs 2025-03-04 17:06:21 +02:00
renderer Merge pull request #1368 from notriddle/hash-files 2025-02-20 18:32:17 +00:00
theme Fix search not showing in sub-directories 2025-03-09 09:10:50 -07:00
utils Merge pull request #2414 from notriddle/on2 2024-11-02 23:56:19 +00:00
config.rs feat(html): cache bust static files by adding hashes to file names 2025-02-13 10:39:22 -07:00
lib.rs Require Rust 2021 edition 2022-09-09 16:00:35 +02:00
main.rs upgrade clap to 4.0 2022-12-14 17:11:08 -08:00