File tree 7 files changed +7
-25
lines changed
7 files changed +7
-25
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,10 @@ git-repository-url = "https://github.com/rust-lang/cargo/tree/master/src/doc/con
8
8
9
9
[output .html .redirect ]
10
10
"/apidoc/cargo/index.html" = " https://doc.rust-lang.org/nightly/nightly-rustc/cargo/"
11
+ "/architecture/index.html" = " ../implementation/architecture.html"
12
+ "/architecture/console.html" = " ../implementation/console.html"
13
+ "/architecture/subcommands.html" = " ../implementation/subcommands.html"
14
+ "/architecture/codebase.html" = " https://doc.rust-lang.org/nightly/nightly-rustc/cargo"
15
+ "/architecture/compilation.html" = " https://doc.rust-lang.org/nightly/nightly-rustc/cargo"
16
+ "/architecture/files.html" = " https://doc.rust-lang.org/nightly/nightly-rustc/cargo"
17
+ "/architecture/packages.html" = " https://doc.rust-lang.org/nightly/nightly-rustc/cargo"
Original file line number Diff line number Diff line change 13
13
- [ Console Output] ( ./implementation/console.md )
14
14
- [ Filesystem] ( ./implementation/filesystem.md )
15
15
- [ Debugging] ( ./implementation/debugging.md )
16
- - [ Architecture] ( ./architecture/index.md )
17
- - [ Codebase Overview] ( ./architecture/codebase.md )
18
- - [ Packages and Resolution] ( ./architecture/packages.md )
19
- - [ Compilation] ( ./architecture/compilation.md )
20
- - [ Files] ( ./architecture/files.md )
21
16
- [ Tests] ( ./tests/index.md )
22
17
- [ Running Tests] ( ./tests/running.md )
23
18
- [ Writing Tests] ( ./tests/writing.md )
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments