From f4eeaaf1676fc42911d4a307ba8c8c7a775dc9a9 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Tue, 18 Nov 2025 14:15:13 +0000 Subject: [PATCH] Remove unknown multilingual directive from book.toml. Fix and improve mdbook related. Signed-off-by: Jason Volk --- book.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/book.toml b/book.toml index 49c5f21e..177edf92 100644 --- a/book.toml +++ b/book.toml @@ -5,7 +5,6 @@ authors = [ ] description = "Tuwunel, a high performance successor to Conduit and Conduwuit" language = "en" -multilingual = false src = "docs" title = "Tuwunel One" text-direction = "ltr" @@ -15,7 +14,9 @@ build-dir = "public" create-missing = true extra-watch-dirs = [ "debian", + "docker", "docs", + "rpm", ] [rust] @@ -24,7 +25,7 @@ edition = "2024" [output.html] git-repository-url = "https://github.com/matrix-construct/tuwunel" edit-url-template = "https://github.com/matrix-construct/tuwunel/edit/main/{path}" -git-repository-icon = "fa-github-square" +git-repository-icon = "fab-github" [output.html.search] limit-results = 15