From a0cff5102dc2f352484ded3f719cad0ae38f0be3 Mon Sep 17 00:00:00 2001 From: forbes-0023 Date: Mon, 9 Feb 2026 09:00:09 -0600 Subject: [PATCH] fix(docs): remove deprecated multilingual field from book.toml The multilingual field was removed in mdBook v0.5. --- docs/book.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/book.toml b/docs/book.toml index 89ab7afcb7..c749b93852 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -2,7 +2,6 @@ title = "Kindred Create Documentation" authors = ["Kindred Systems LLC"] language = "en" -multilingual = false src = "src" [build]