Skip to content

Commit f7b3610

Browse files
committed
link to the rustdoc book from the main docs
1 parent 372414c commit f7b3610

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
@@ -31,6 +31,7 @@ nicknamed 'The Rust Bookshelf.'
3131
* [The Unstable Book][unstable-book] has documentation for unstable features.
3232
* [The Rustonomicon][nomicon] is your guidebook to the dark arts of unsafe Rust.
3333
* [The Reference][ref] is not a formal spec, but is more detailed and comprehensive than the book.
34+
* [The Rustdoc Book][rustdoc-book] describes our documentation tool, `rustdoc`.
3435

3536
Initially, documentation lands in the Unstable Book, and then, as part of the
3637
stabilization process, is moved into the Book, Nomicon, or Reference.
@@ -51,4 +52,5 @@ before this policy was put into place. That work is being tracked
5152
[book]: book/index.html
5253
[nomicon]: nomicon/index.html
5354
[unstable-book]: unstable-book/index.html
55+
[rustdoc-book]: rustdoc/index.html
5456

0 commit comments

Comments
 (0)