Skip to content

Commit 7908e42

Browse files
committed
Sync reference contents with SUMMARY.md
1 parent 8cd5cdf commit 7908e42

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/doc/src/reference/index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,30 @@
22

33
The reference covers the details of various areas of Cargo.
44

5-
* [Specifying Dependencies](specifying-dependencies.md)
6-
* [Overriding Dependencies](overriding-dependencies.md)
75
* [The Manifest Format](manifest.md)
86
* [Cargo Targets](cargo-targets.md)
7+
* [Rust version](rust-version.md)
98
* [Workspaces](workspaces.md)
9+
* [Specifying Dependencies](specifying-dependencies.md)
10+
* [Overriding Dependencies](overriding-dependencies.md)
11+
* [Source Replacement](source-replacement.md)
12+
* [Dependency Resolution](resolver.md)
1013
* [Features](features.md)
1114
* [Features Examples](features-examples.md)
1215
* [Profiles](profiles.md)
1316
* [Configuration](config.md)
1417
* [Environment Variables](environment-variables.md)
1518
* [Build Scripts](build-scripts.md)
1619
* [Build Script Examples](build-script-examples.md)
17-
* [Publishing on crates.io](publishing.md)
20+
* [Build Cache](build-cache.md)
1821
* [Package ID Specifications](pkgid-spec.md)
19-
* [Source Replacement](source-replacement.md)
2022
* [External Tools](external-tools.md)
2123
* [Registries](registries.md)
2224
* [Registry Authentication](registry-authentication.md)
2325
* [Credential Provider Protocol](credential-provider-protocol.md)
2426
* [Running a Registry](running-a-registry.md)
25-
* [Registry Index](registry-index.md)
26-
* [Registry Web API](registry-web-api.md)
27-
* [Dependency Resolution](resolver.md)
27+
* [Registry Index](registry-index.md)
28+
* [Registry Web API](registry-web-api.md)
2829
* [SemVer Compatibility](semver.md)
2930
* [Future incompat report](future-incompat-report.md)
3031
* [Reporting build timings](timings.md)

0 commit comments

Comments
 (0)