Skip to content

Commit

Permalink
chore: add some link to rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
linyihai authored and syphar committed May 15, 2024
1 parent e260bd4 commit b310f2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ the nightly release of the Rust compiler.

This readme is for developing docs.rs. See [the about page](https://docs.rs/about) for user-facing documentation.


## How the documentation is generated

docs.rs uses [rustdoc](https://github.com/rust-lang/rust/tree/master/src/librustdoc) to generate the documentation for every crate release on crates.io.
You can read the [the rustdoc book](https://doc.rust-lang.org/nightly/rustdoc/what-is-rustdoc.html) for more details.

## Changing the build environment

To make a change to [the build environment](https://github.com/rust-lang/crates-build-env)
Expand Down

0 comments on commit b310f2f

Please sign in to comment.