We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1135856 commit a6a9c67Copy full SHA for a6a9c67
src/rustdoc-internals.md
@@ -213,3 +213,13 @@ $ python3 -m http.server -d build/[YOUR ARCH]/doc
213
214
Now you can browse your documentation just like you would if it was hosted
215
on the internet. For example, the url for `std` will be `/std/".
216
+
217
+## See also
218
219
+- The [`rustdoc` api docs]
220
+- [An overview of `rustdoc`](./rustdoc.md)
221
+- [The rustdoc user guide]
222
223
+[`rustdoc` api docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustdoc/
224
+[The rustdoc user guide]: https://doc.rust-lang.org/nightly/rustdoc/
225
0 commit comments