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 committed May 11, 2024
1 parent cb1b1f3 commit 8c6aaed
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 has the rust doucumentation been rendered

rustdoc generates documentation for Rust project, its respository in [here](https://github.com/rust-lang/rust/tree/master/src/librustdoc).
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 8c6aaed

Please sign in to comment.