From 97c94ad1a4846502c9bc55bcbecc9404c7e0d714 Mon Sep 17 00:00:00 2001 From: Josh Rotenberg Date: Tue, 11 Feb 2025 13:52:01 -0800 Subject: [PATCH] remove unused plugin config --- docs/book/book.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/book/book.toml b/docs/book/book.toml index a6f6a6ed78..5ca4badde8 100644 --- a/docs/book/book.toml +++ b/docs/book/book.toml @@ -34,8 +34,3 @@ use-boolean-and = true [output.html.fold] enable = true level = 3 - -[preprocessor.toc] -command = "mdbook-toc" -renderer = ["html"] -max-level = 3