You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ the nightly release of the Rust compiler.
11
11
12
12
This readme is for developing docs.rs. See [the about page](https://docs.rs/about) for user-facing documentation.
13
13
14
+
15
+
## How the documentation is generated
16
+
17
+
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.
18
+
You can read the [the rustdoc book](https://doc.rust-lang.org/nightly/rustdoc/what-is-rustdoc.html) for more details.
19
+
14
20
## Changing the build environment
15
21
16
22
To make a change to [the build environment](https://github.com/rust-lang/crates-build-env)
0 commit comments