We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36cc0d commit 6517a12Copy full SHA for 6517a12
src/documentation.md
@@ -238,6 +238,12 @@ updated together, like:
238
version = "0.3.8" # remember to update html_root_url
239
```
240
241
+For documentation hosted outside of docs.rs, the value for `html_root_url` is
242
+correct if appending the crate name + index.html takes you to the documentation
243
+of the crate's root module. For example if the documentation of the root module
244
+is located at `"https://api.rocket.rs/rocket/index.html"` then the
245
+`html_root_url` would be `"https://api.rocket.rs"`.
246
+
247
248
<a id="c-relnotes"></a>
249
## Release notes document all significant changes (C-RELNOTES)
0 commit comments