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