Move Getting Started to a "prefix chapter"
This commit is contained in:
parent
fd4c83f4ab
commit
99745b9931
|
|
@ -2,11 +2,12 @@
|
||||||
|
|
||||||
[About this guide](./about-this-guide.md)
|
[About this guide](./about-this-guide.md)
|
||||||
|
|
||||||
|
[Getting Started](./getting-started.md)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Building and debugging `rustc`
|
# Building and debugging `rustc`
|
||||||
|
|
||||||
- [Getting Started](./getting-started.md)
|
|
||||||
- [How to Build and Run the Compiler](./building/how-to-build-and-run.md)
|
- [How to Build and Run the Compiler](./building/how-to-build-and-run.md)
|
||||||
- [Prerequisites](./building/prerequisites.md)
|
- [Prerequisites](./building/prerequisites.md)
|
||||||
- [Suggested Workflows](./building/suggested.md)
|
- [Suggested Workflows](./building/suggested.md)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue