about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2020-06-17 11:04:30 -0400
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-06-23 17:40:16 -0500
commit903bc9cd27e1e929f58a1411fb67d82fc8e23344 (patch)
treec85d3a0e9598030d8e91629e9606abf7ea8a7b7b /src/doc/rustc-dev-guide
parentab42a922a76b3ad63a90b917b6db53472242b74f (diff)
downloadrust-903bc9cd27e1e929f58a1411fb67d82fc8e23344.tar.gz
rust-903bc9cd27e1e929f58a1411fb67d82fc8e23344.zip
Move rustdoc to 'How to build the compiler'
The old layout was less about rustdoc and more about the compiler:
"Here is an example of a project using rustc_interface".
This gives focus to rustdoc on something you might want to work on for
its own sake. It also makes the page much easier to find for newcomers.
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/SUMMARY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md
index b7439d0eaf4..bdfa4aac8e4 100644
--- a/src/doc/rustc-dev-guide/src/SUMMARY.md
+++ b/src/doc/rustc-dev-guide/src/SUMMARY.md
@@ -14,6 +14,7 @@
         - [Bootstrapping](./building/bootstrapping.md)
         - [Distribution artifacts](./building/build-install-distribution-artifacts.md)
         - [Documenting Compiler](./building/compiler-documenting.md)
+        - [Rustdoc](./rustdoc.md)
         - [ctags](./building/ctags.md)
     - [The compiler testing framework](./tests/intro.md)
         - [Running tests](./tests/running.md)
@@ -54,7 +55,6 @@
 - [Part 3: Source Code Representations](./part-3-intro.md)
     - [Command-line arguments](./cli.md)
     - [The Rustc Driver and Interface](./rustc-driver.md)
-        - [Rustdoc](./rustdoc.md)
         - [Ex: Type checking through `rustc_interface`](./rustc-driver-interacting-with-the-ast.md)
         - [Ex: Getting diagnostics through `rustc_interface`](./rustc-driver-getting-diagnostics.md)
     - [Syntax and the AST](./syntax-intro.md)