Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cf05861

Browse files
committedApr 14, 2025
Add documentation for --book-location option
1 parent 4b7124a commit cf05861

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

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

Lines changed: 8 additions & 0 deletions
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)
Please sign in to comment.