[crates.io], the Rust *package registry*.
-## [Getting Started](getting-started.html)
+### Sections
-To get started with Cargo, install Cargo (and Rust) and set up your first crate.
+**[Getting Started](getting-started.html)**
-* [Installation](getting-started/installation.html)
-* [First Steps with Cargo](getting-started/first-steps.html)
+To get started with Cargo, install Cargo (and Rust) and set up your first crate.
-## [Cargo Guide](guide.html)
+**[Cargo Guide](guide.html)**
The guide will give you all you need to know about how to use Cargo to develop
Rust projects.
-* [Why Cargo exists](guide/why-cargo-exists.html)
-* [Creating a new project](guide/creating-a-new-project.html)
-* [Working on an existing Cargo
- project](guide/working-on-an-existing-project.html)
-* [Dependencies](guide/dependencies.html)
-* [Project layout](guide/project-layout.html)
-* [Cargo.toml vs Cargo.lock](guide/cargo-toml-vs-cargo-lock.html)
-* [Tests](guide/tests.html)
-* [Continuous Integration](guide/continuous-integration.html)
-
-## [Cargo Reference](reference.html)
-
-After having an overview of how to use Cargo and have created your first crate,
-you may be interested in more details in the following areas.
-
-* [Specifying Dependencies](reference/specifying-dependencies.html)
-* [The Manifest Format](reference/manifest.html)
-* [Configuration](reference/config.html)
-* [Environment Variables](reference/environment-variables.html)
-* [Build Scripts](reference/build-scripts.html)
-* [Publishing on crates.io](reference/crates-io.html)
-* [Package ID Specifications](reference/pkgid-spec.html)
-* [Source Replacement](reference/source-replacement.html)
-* [External Tools](reference/external-tools.html)
-* [Crates.io Package Policies](reference/policies.html)
-
-## [Frequently Asked Questions](faq.html)
+**[Cargo Reference](reference.html)**
+
+The reference covers the details of various areas of Cargo.
+
+**[Frequently Asked Questions](faq.html)**
[rust]: https://www.rust-lang.org/
[crates.io]: https://crates.io/