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
Update README links to GitHub Pages and fix serve display URL
- Point all book links to https://microsoft.github.io/RustTraining/
- Add local preview instructions with git clone, rustup, cargo xtask serve
- Show localhost:3000 in serve console message
Each book has 15–16 chapters with Mermaid diagrams, editable Rust playgrounds, exercises, and full-text search.
57
57
58
-
> **Tip:**You can read the markdown source directly on GitHub, or browse the rendered site with sidebar navigation and search at the [GitHub Pages site](https://microsoft.github.io/RustTraining/).
58
+
> **Tip:**Browse the rendered books with sidebar navigation and search at the [GitHub Pages site](https://microsoft.github.io/RustTraining/).
59
59
>
60
-
> **Local serving:** For the best reading experience (keyboard navigation between chapters, instant search, offline access), clone the repo and run:
60
+
> **Local preview:** For offline reading or while contributing:
61
61
> ```
62
-
> # Install Rust via rustup if you don't have it yet:
0 commit comments