You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using mdbook serve locally (following the instructions in the README) is quite different from the version on https://google.github.io/comprehensive-rust.
There's no theme or search button.
Clicking on a lesson (e.g., Control Flow Basics > break and continue) does not "expand" the appropriate section in the side bar.
Links don't "reset" correctly. For example, viewing Control Flow Basics > break and continue, then clicking Tuples and Arrays in the sidebar results in a Document not found page (it is trying to access localhost:3000/control-flow-basics/tuples-and-arrays.html).
This was on Chrome. I also tried it on Firefox (with no extensions) to the same end result. I am serving from a Linux laptop.
The text was updated successfully, but these errors were encountered:
I've seen this as well, and assumed it was something I'd done wrong. This started with #2547 but that was reverted in #2564. I assume it has to do with conflicting versions of various mdbook-* packages installed locally, compared to those expected by the repo contents.
How do I know which versions are the right ones? I ran the --locked commands in the README, so I'd assume it should install the same versions as in this repo? (perhaps that's wrong)
Using
mdbook serve
locally (following the instructions in the README) is quite different from the version onhttps://google.github.io/comprehensive-rust
.localhost:3000/control-flow-basics/tuples-and-arrays.html
).This was on Chrome. I also tried it on Firefox (with no extensions) to the same end result. I am serving from a Linux laptop.
The text was updated successfully, but these errors were encountered: