document existing setup
This commit is contained in:
parent
5e16c66206
commit
4de3f8975a
1 changed files with 8 additions and 0 deletions
8
src/doc/unstable-book/README.md
Normal file
8
src/doc/unstable-book/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Unstable Book
|
||||
|
||||
These are the sources for <https://doc.rust-lang.org/nightly/unstable-book/>.
|
||||
To generate them, run `./x doc unstable-book`, which will generate HTML files in `build/host/doc/unstable-book` using `src/tools/rustbook`.
|
||||
If you need to change the overall structure, modify `src/tools/unstable-book-gen/src/SUMMARY.md`.
|
||||
|
||||
Note that most of this book is autogenerated by `unstable-book-gen`, with the exception of `compiler-flags` and `compiler-environment-variables`.
|
||||
As a result, it does not integrate well with `mdbook`. Use `./x doc` instead.
|
||||
Loading…
Add table
Add a link
Reference in a new issue