Skip to content

Commit afe693d

Browse files
committed
[src/doc/book] Add all sub-chapters to cargo-in-depth.md
1 parent e6841b9 commit afe693d

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

src/doc/book/src/SUMMARY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* [Getting Started](getting-started.md)
44
* [Installation](01-01-installation.md)
55
* [First steps with Cargo](01-02-first-steps.md)
6+
67
* [Guide](guide.md)
78
* [Why Cargo exists](02-01-why-cargo-exists.md)
89
* [Creating a new project](02-02-creating-a-new-project.md)
@@ -12,6 +13,7 @@
1213
* [Cargo.toml vs Cargo.lock](02-06-cargo-toml-vs-cargo-lock.md)
1314
* [Tests](02-07-tests.md)
1415
* [Continuous Integration](02-08-continuous-integration.md)
16+
1517
* [Cargo In Depth](cargo-in-depth.md)
1618
* [Specifying Dependencies](03-01-specifying-dependencies.md)
1719
* [Cargo.toml Format](03-02-manifest.md)
@@ -23,4 +25,5 @@
2325
* [Source Replacement](03-08-source-replacement.md)
2426
* [External Tools](03-09-external-tools.md)
2527
* [Policies](03-10-policies.md)
28+
2629
* [FAQ](faq.md)

src/doc/book/src/cargo-in-depth.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22

33
* [Specifying Dependencies](03-01-specifying-dependencies.html)
44
* [Cargo.toml Format](03-02-manifest.html)
5+
* [Configuration](03-03-config.html)
6+
* [Environment Variables](03-04-environment-variables.html)
7+
* [Build Scripts](03-05-build-scripts.html)
8+
* [Publishing on crates.io](03-06-crates-io.html)
9+
* [Package ID specs](03-07-pkgid-spec.html)
10+
* [Source Replacement](03-08-source-replacement.html)
11+
* [External Tools](03-09-external-tools.html)
12+
* [Policies](03-10-policies.html)

src/doc/book/src/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Getting started
1+
## Getting Started
22

33
* [Installation](01-01-installation.html)
44
* [First steps with Cargo](01-02-first-steps.html)

0 commit comments

Comments
 (0)