about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-09-09 08:37:02 +0200
committerJakub Beránek <berykubik@gmail.com>2025-09-09 08:37:02 +0200
commite8206d0b88cf48d692c059a913d7124375448934 (patch)
tree2223db67d81eff5a0fe1ac191ef923a115ccd2f2
parent152c0d66866c6614903b4330381990ecc99cb6f6 (diff)
downloadrust-e8206d0b88cf48d692c059a913d7124375448934.tar.gz
rust-e8206d0b88cf48d692c059a913d7124375448934.zip
Update documentation about how to build the RA book
-rw-r--r--src/tools/rust-analyzer/docs/book/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/docs/book/README.md b/src/tools/rust-analyzer/docs/book/README.md
index 0a3161f3af3..11f7e8f98ca 100644
--- a/src/tools/rust-analyzer/docs/book/README.md
+++ b/src/tools/rust-analyzer/docs/book/README.md
@@ -8,6 +8,7 @@ To run the documentation site locally:
 
 ```shell
 cargo install mdbook
+cargo install mdbook-toc
 cargo xtask codegen
 cd docs/book
 mdbook serve