Skip to content

Commit 7650e0d

Browse files
Add documentation for --book-location option
1 parent 98959f6 commit 7650e0d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/doc/rustdoc/src/unstable-features.md

+8
Original file line numberDiff line numberDiff line change
@@ -830,3 +830,11 @@ will be split as follows:
830830
"you today?",
831831
]
832832
```
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

Comments
 (0)