From 657d2727751bf46a31de5c4b8a5ee27cf6648761 Mon Sep 17 00:00:00 2001 From: Ben Hall Date: Thu, 27 Aug 2026 12:52:41 +0100 Subject: [PATCH 1/2] Delete book.toml --- book.toml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 book.toml diff --git a/book.toml b/book.toml deleted file mode 100644 index 5a25e16..0000000 --- a/book.toml +++ /dev/null @@ -1,11 +0,0 @@ -[book] -authors = ["rxdn", "Ticketsbot-cloud"] -language = "en" -multilingual = false -src = "src" -title = "Tickets V2 Docs" -description = "Official Documentation of the Tickets V2 Discord Bot" - -[output.html] -default-theme = "ayu" -additional-css = ["custom.css"] From 510f92479ff6ee801dc77be61af36055d7bd39c2 Mon Sep 17 00:00:00 2001 From: Ben Hall Date: Thu, 27 Aug 2026 12:52:50 +0100 Subject: [PATCH 2/2] Delete custom.css --- custom.css | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 custom.css diff --git a/custom.css b/custom.css deleted file mode 100644 index 83abc8c..0000000 --- a/custom.css +++ /dev/null @@ -1,22 +0,0 @@ -pre, code { - white-space: pre-wrap; - overflow-wrap: break-word; -} - -pre { - padding: 0.75rem 1rem; - border-radius: 6px; -} - -pre > .buttons { - right: 0.5rem; - top: 0.5rem; -} - -/* Hover-only copy button never appears on touch devices; keep it visible there. */ -@media (hover: none) { - pre > .buttons { - visibility: visible; - opacity: 1; - } -}