From f7b3610b252d2624e8db3384092cd224b416bbc9 Mon Sep 17 00:00:00 2001 From: steveklabnik Date: Mon, 14 Aug 2017 13:58:21 -0400 Subject: [PATCH] link to the rustdoc book from the main docs --- src/doc/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/doc/index.md b/src/doc/index.md index fd5b120e81f..bfd09145baa 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -31,6 +31,7 @@ nicknamed 'The Rust Bookshelf.' * [The Unstable Book][unstable-book] has documentation for unstable features. * [The Rustonomicon][nomicon] is your guidebook to the dark arts of unsafe Rust. * [The Reference][ref] is not a formal spec, but is more detailed and comprehensive than the book. +* [The Rustdoc Book][rustdoc-book] describes our documentation tool, `rustdoc`. Initially, documentation lands in the Unstable Book, and then, as part of the 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 [book]: book/index.html [nomicon]: nomicon/index.html [unstable-book]: unstable-book/index.html +[rustdoc-book]: rustdoc/index.html