We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b872ab commit bd30f01Copy full SHA for bd30f01
src/doc/src/reference/manifest.md
@@ -203,14 +203,17 @@ description = "A short description of my package"
203
204
The `documentation` field specifies a URL to a website hosting the crate's
205
documentation. If no URL is specified in the manifest file, [crates.io] will
206
-automatically link your crate to the corresponding [docs.rs] page.
+automatically link your crate to the corresponding [docs.rs] page when the
207
+documentation has been built and is available (see [docs.rs queue]).
208
209
```toml
210
[package]
211
# ...
212
documentation = "https://docs.rs/bitflags"
213
```
214
215
+[docs.rs queue]: https://docs.rs/releases/queue
216
+
217
#### The `readme` field
218
219
The `readme` field should be the path to a file in the package root (relative
0 commit comments