From b8ab66212d7bf4fd17520979e424a7a2f4ab3a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Mon, 22 Dec 2025 15:06:05 +0100 Subject: [PATCH] docs: migrate mdbook config for v0.5 Currently breaks the build, multilingual was removed. --- docs/book.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/book.toml b/docs/book.toml index db7ede2..fe0f7e1 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -1,6 +1,5 @@ [book] language = "en" -multilingual = false src = "." title = "hcloud-upload-image"