From e5cfc503d86e2a10e31b20e2f548f61455df4ec8 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Sun, 29 Mar 2026 19:21:02 +0100 Subject: [PATCH] docs: Delete unused book.toml --- book.toml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 book.toml diff --git a/book.toml b/book.toml deleted file mode 100644 index 1b810b0b4..000000000 --- a/book.toml +++ /dev/null @@ -1,23 +0,0 @@ -[book] -title = "continuwuity" -description = "continuwuity is a community continuation of the conduwuit Matrix homeserver, written in Rust." -language = "en" -authors = ["The continuwuity Community"] -text-direction = "ltr" -src = "docs" - -[build] -build-dir = "public" -create-missing = true -extra-watch-dirs = ["debian", "docs"] - -[rust] -edition = "2024" - -[output.html] -edit-url-template = "https://forgejo.ellis.link/continuwuation/continuwuity/src/branch/main/{path}" -git-repository-url = "https://forgejo.ellis.link/continuwuation/continuwuity" -git-repository-icon = "fa-git-alt" - -[output.html.search] -limit-results = 15