[src/doc/book] Add all sub-chapters to cargo-in-depth.md
authorBehnam Esfahbod <behnam@zwnj.org>
Thu, 31 Aug 2017 08:07:35 +0000 (01:07 -0700)
committerBehnam Esfahbod <behnam@zwnj.org>
Thu, 31 Aug 2017 08:07:35 +0000 (01:07 -0700)
src/doc/book/src/SUMMARY.md
src/doc/book/src/cargo-in-depth.md
src/doc/book/src/getting-started.md

index b4fbd9688fa4d9340eebf28a41fd18990a65e429..27aa1d1beaf7d8e14a3cc9cdc9b5e7a4de210217 100644 (file)
@@ -3,6 +3,7 @@
 * [Getting Started](getting-started.md)
     * [Installation](01-01-installation.md)
     * [First steps with Cargo](01-02-first-steps.md)
+
 * [Guide](guide.md)
     * [Why Cargo exists](02-01-why-cargo-exists.md)
     * [Creating a new project](02-02-creating-a-new-project.md)
@@ -12,6 +13,7 @@
     * [Cargo.toml vs Cargo.lock](02-06-cargo-toml-vs-cargo-lock.md)
     * [Tests](02-07-tests.md)
     * [Continuous Integration](02-08-continuous-integration.md)
+
 * [Cargo In Depth](cargo-in-depth.md)
     * [Specifying Dependencies](03-01-specifying-dependencies.md)
     * [Cargo.toml Format](03-02-manifest.md)
@@ -23,4 +25,5 @@
     * [Source Replacement](03-08-source-replacement.md)
     * [External Tools](03-09-external-tools.md)
     * [Policies](03-10-policies.md)
+
 * [FAQ](faq.md)
index bdaee5851205b37c6dc0294d3a5a820f667b173a..53fb5f315744b830b869c3cc0c90a05e385b4b97 100644 (file)
@@ -2,3 +2,11 @@
 
 * [Specifying Dependencies](03-01-specifying-dependencies.html)
 * [Cargo.toml Format](03-02-manifest.html)
+* [Configuration](03-03-config.html)
+* [Environment Variables](03-04-environment-variables.html)
+* [Build Scripts](03-05-build-scripts.html)
+* [Publishing on crates.io](03-06-crates-io.html)
+* [Package ID specs](03-07-pkgid-spec.html)
+* [Source Replacement](03-08-source-replacement.html)
+* [External Tools](03-09-external-tools.html)
+* [Policies](03-10-policies.html)
index 042f374b3bb9fad02d93bf1933b52abe0b9b83b2..7865c4e9496eb3a7af0880fbc3ca5aa153d843b0 100644 (file)
@@ -1,4 +1,4 @@
-## Getting started
+## Getting Started
 
 * [Installation](01-01-installation.html)
 * [First steps with Cargo](01-02-first-steps.html)