RFC PR: https://github.com/rust-lang/rfcs/pull/1828 Checklist: ## infra - [x] Create a landing page for the bookshelf. https://github.com/rust-lang/rust/pull/39593 ## porting - [x] Pull mdbook into tree and port the nomicon and book to it https://github.com/rust-lang/rust/pull/39633 - [x] enable linkchecker for the books https://github.com/rust-lang/rust/pull/39976 (prereq: https://github.com/rust-lang/rust/pull/39966) - [x] Port the reference to mdbook https://github.com/rust-lang/rust/pull/39855 - [x] Create a new "Nightly Book" in-tree. https://github.com/rust-lang/rust/pull/39866 ## extracting I think this all looks similar to https://github.com/rust-lang/rust/pull/39917 - [x] Pull the book out of tree into rust-lang/book https://github.com/rust-lang/rust/pull/40332 - [x] Pull the nomicon out of tree https://github.com/rust-lang/rust/pull/40222 - [x] Pull the reference out of tree https://github.com/rust-lang/rust/pull/40213 - [x] Pull the cargo docs out of tree and convert them to mdBook. https://github.com/rust-lang/cargo/issues/4040 - [ ] Publish cargo book as part of Rust. https://github.com/rust-lang/rust/issues/44910
RFC PR: rust-lang/rfcs#1828
Checklist:
infra
porting
extracting
I think this all looks similar to #39917