From 99745b99312c04fc1e64520048f8dc3f54d1b451 Mon Sep 17 00:00:00 2001 From: Who? Me?! Date: Wed, 24 Jun 2020 13:20:12 -0500 Subject: [PATCH] Move Getting Started to a "prefix chapter" --- src/SUMMARY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 21f642a0..31a2259f 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -2,11 +2,12 @@ [About this guide](./about-this-guide.md) +[Getting Started](./getting-started.md) + --- # Building and debugging `rustc` -- [Getting Started](./getting-started.md) - [How to Build and Run the Compiler](./building/how-to-build-and-run.md) - [Prerequisites](./building/prerequisites.md) - [Suggested Workflows](./building/suggested.md)