We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--book-location
1 parent 98959f6 commit 7650e0dCopy full SHA for 7650e0d
src/doc/rustdoc/src/unstable-features.md
@@ -830,3 +830,11 @@ will be split as follows:
830
"you today?",
831
]
832
```
833
+
834
+## Generating link to guide
835
836
+You can generate a link to a guide or generate the guide with `mdbook` using the `--book-location`
837
+command line argument. It accepts either a URL or a path. If a path is provided, the book will
838
+be generated.
839
840
+In both cases, a link to the book will be added in the sidebar at the crate level documentation.
0 commit comments