Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/book.toml')
| -rw-r--r-- | docs/book/book.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/book/book.toml b/docs/book/book.toml index 5ca4badde8..a6f6a6ed78 100644 --- a/docs/book/book.toml +++ b/docs/book/book.toml @@ -34,3 +34,8 @@ use-boolean-and = true [output.html.fold] enable = true level = 3 + +[preprocessor.toc] +command = "mdbook-toc" +renderer = ["html"] +max-level = 3 |