From afe693df2e4bd9180c5c3fe08b7929d36d3b97f9 Mon Sep 17 00:00:00 2001 From: Behnam Esfahbod Date: Thu, 31 Aug 2017 01:07:35 -0700 Subject: [PATCH] [src/doc/book] Add all sub-chapters to cargo-in-depth.md --- src/doc/book/src/SUMMARY.md | 3 +++ src/doc/book/src/cargo-in-depth.md | 8 ++++++++ src/doc/book/src/getting-started.md | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/doc/book/src/SUMMARY.md b/src/doc/book/src/SUMMARY.md index b4fbd9688..27aa1d1be 100644 --- a/src/doc/book/src/SUMMARY.md +++ b/src/doc/book/src/SUMMARY.md @@ -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) diff --git a/src/doc/book/src/cargo-in-depth.md b/src/doc/book/src/cargo-in-depth.md index bdaee5851..53fb5f315 100644 --- a/src/doc/book/src/cargo-in-depth.md +++ b/src/doc/book/src/cargo-in-depth.md @@ -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) diff --git a/src/doc/book/src/getting-started.md b/src/doc/book/src/getting-started.md index 042f374b3..7865c4e94 100644 --- a/src/doc/book/src/getting-started.md +++ b/src/doc/book/src/getting-started.md @@ -1,4 +1,4 @@ -## Getting started +## Getting Started * [Installation](01-01-installation.html) * [First steps with Cargo](01-02-first-steps.html) -- 2.39.5