From bce820729393bc9a4fc9a2a28250787ea920cc4a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 26 Oct 2023 08:53:43 +0100 Subject: [PATCH] Remove mermaid config section Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- book.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/book.toml b/book.toml index e37b56a8d4..24275dc61c 100644 --- a/book.toml +++ b/book.toml @@ -24,9 +24,3 @@ git-repository-url = "https://github.com/vector-im/element-web" # The path that the docs are hosted on site-url = "/element-web/" -additional-js = ["mermaid.min.js", "mermaid-init.js"] - -[preprocessor] - -[preprocessor.mermaid] -command = "mdbook-mermaid"