From 1a4f51e307989aadffd7d53bf80299528b4636c4 Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Fri, 5 Dec 2025 15:52:38 +0100 Subject: [PATCH] Remove deprecated and now removed mdbook config Apparently it was never used and got recently removed. See https://github.com/rust-lang/mdBook/issues/2636 --- book.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/book.toml b/book.toml index ddac30cd..d712cdae 100644 --- a/book.toml +++ b/book.toml @@ -1,7 +1,6 @@ [book] authors = ["devs@Renuo"] language = "en" -multilingual = false src = "" title = "Renuo - Application Setup Guide"