Skip to content

Commit 792ccb1

Browse files
authored
Move the bootstrapping section later in the guide (#975)
Now that `x.py build` works in most cases, I don't think we need to teach people all the intricacies of bootstrap right away. This moves it to the 'overview of the compiler' section instead.
1 parent dc72220 commit 792ccb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
- [How to Build and Run the Compiler](./building/how-to-build-and-run.md)
1212
- [Prerequisites](./building/prerequisites.md)
1313
- [Suggested Workflows](./building/suggested.md)
14-
- [Bootstrapping](./building/bootstrapping.md)
1514
- [Distribution artifacts](./building/build-install-distribution-artifacts.md)
1615
- [Documenting Compiler](./building/compiler-documenting.md)
1716
- [Rustdoc](./rustdoc.md)
@@ -53,6 +52,7 @@
5352
- [Prologue](./part-2-intro.md)
5453
- [Overview of the Compiler](./overview.md)
5554
- [The compiler source code](./compiler-src.md)
55+
- [Bootstrapping](./building/bootstrapping.md)
5656
- [Queries: demand-driven compilation](./query.md)
5757
- [The Query Evaluation Model in Detail](./queries/query-evaluation-model-in-detail.md)
5858
- [Incremental compilation](./queries/incremental-compilation.md)

0 commit comments

Comments
 (0)