From 23a6b7874d8f15abc38675b8f13c8403e025dd1c Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 25 Jan 2026 14:52:14 -0300 Subject: [PATCH] fix(docs): remove deprecated multilingual option from mdbook config --- book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.toml b/book.toml index c121a725..276fc09a 100644 --- a/book.toml +++ b/book.toml @@ -2,7 +2,7 @@ title = "General Bots Documentation" authors = ["General Bots Team"] language = "en" -multilingual = false + src = "src" [build]