-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the layout of
Cargo Commands
in doc
It seems better to improve the follwing two points. - A subcategory like `Build Commands` does not contain any contents. - `Cargo Commands` actually just points to `cargo` command. So, I fix categories like `Build Commands` to include links to each commands. In addition, I add `cargo` command to `General Commands`.
- Loading branch information
Showing
8 changed files
with
72 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
# Build Commands | ||
* [cargo bench](cargo-bench.md) | ||
* [cargo build](cargo-build.md) | ||
* [cargo check](cargo-check.md) | ||
* [cargo clean](cargo-clean.md) | ||
* [cargo doc](cargo-doc.md) | ||
* [cargo fetch](cargo-fetch.md) | ||
* [cargo fix](cargo-fix.md) | ||
* [cargo run](cargo-run.md) | ||
* [cargo rustc](cargo-rustc.md) | ||
* [cargo rustdoc](cargo-rustdoc.md) | ||
* [cargo test](cargo-test.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# cargo | ||
{{#include command-common.html}} | ||
{{#include ../../man/generated/cargo.html}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
# General Commands | ||
* [cargo](cargo.md) | ||
* [cargo help](cargo-help.md) | ||
* [cargo version](cargo-version.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# cargo | ||
{{#include command-common.html}} | ||
{{#include ../../man/generated/cargo.html}} | ||
# Cargo Commands | ||
* [General Commands](general-commands.md) | ||
* [Build Commands](build-commands.md) | ||
* [Manifest Commands](manifest-commands.md) | ||
* [Package Commands](package-commands.md) | ||
* [Publishing Commands](publishing-commands.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
# Manifest Commands | ||
* [cargo generate-lockfile](cargo-generate-lockfile.md) | ||
* [cargo locate-project](cargo-locate-project.md) | ||
* [cargo metadata](cargo-metadata.md) | ||
* [cargo pkgid](cargo-pkgid.md) | ||
* [cargo update](cargo-update.md) | ||
* [cargo vendor](cargo-vendor.md) | ||
* [cargo verify-project](cargo-verify-project.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
# Package Commands | ||
* [cargo init](cargo-init.md) | ||
* [cargo install](cargo-install.md) | ||
* [cargo new](cargo-new.md) | ||
* [cargo search](cargo-search.md) | ||
* [cargo uninstall](cargo-uninstall.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
# Publishing Commands | ||
* [cargo login](cargo-login.md) | ||
* [cargo owner](cargo-owner.md) | ||
* [cargo package](cargo-package.md) | ||
* [cargo publish](cargo-publish.md) | ||
* [cargo yank](cargo-yank.md) |