Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/mdBook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.46
Choose a base ref
...
head repository: rust-lang/mdBook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.47
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 9, 2025

  1. 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.
    ehuss committed Mar 9, 2025
    Copy the full SHA
    74200f7 View commit details
  2. Update to 0.4.47

    ehuss committed Mar 9, 2025
    Copy the full SHA
    74fcaf5 View commit details
  3. Merge pull request #2586 from ehuss/fix-search-subchapter

    Fix search not showing in sub-directories
    ehuss authored Mar 9, 2025
    Copy the full SHA
    105d836 View commit details
  4. Merge pull request #2587 from ehuss/bump-version

    Update to 0.4.47
    ehuss authored Mar 9, 2025
    Copy the full SHA
    07b25cd View commit details
Loading