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.
--book-location
1 parent 5f1421c commit fc12dc6Copy full SHA for fc12dc6
src/doc/rustdoc/src/unstable-features.md
@@ -776,3 +776,9 @@ will be split as follows:
776
"you today?",
777
]
778
```
779
+
780
+## Bundling or linking to a guide
781
782
+You can generate a link to a guide or bundle an `mdbook` guide using the `--book-location`
783
+command line argument. It accepts either a URL or a path. If a path is provided, the book will
784
+be built with `mdbook`.
0 commit comments