Skip to content

Commit c71ea45

Browse files
Rollup merge of rust-lang#47508 - QuietMisdreavus:rbe-bookshelf, r=steveklabnik
add Rust By Example to the bookshelf cc rust-lang#46194 With rust-lang#46196 freshly merged, we should add a link to the main docs distribution so people can find it! We discussed this at the docs team meeting today and decided to go ahead with adding it to the bookshelf.
2 parents ac75587 + 0e1ecbe commit c71ea45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Rust provides a number of book-length sets of documentation, collectively
2828
nicknamed 'The Rust Bookshelf.'
2929

3030
* [The Rust Programming Language][book] teaches you how to program in Rust.
31+
* [Rust By Example][rbe] teaches you how to program in Rust using editable examples.
3132
* [The Cargo Book][cargo-book] is a guide to Cargo, Rust's build tool and dependency manager.
3233
* [The Unstable Book][unstable-book] has documentation for unstable features.
3334
* [The Rustonomicon][nomicon] is your guidebook to the dark arts of unsafe Rust.
@@ -51,6 +52,7 @@ before this policy was put into place. That work is being tracked
5152
[refchecklist]: https://github.com/rust-lang-nursery/reference/issues/9
5253
[err]: error-index.html
5354
[book]: book/index.html
55+
[rbe]: rust-by-example/index.html
5456
[nomicon]: nomicon/index.html
5557
[unstable-book]: unstable-book/index.html
5658
[rustdoc-book]: rustdoc/index.html

0 commit comments

Comments
 (0)