From 9f3606a2c12d7c66e136283ae68855c2f70b2ed1 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Thu, 16 Apr 2026 18:02:39 +1000 Subject: feat(docs): Add mdbook docs --- docs/book/css/print-9e4910d8.css | 50 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docs/book/css/print-9e4910d8.css (limited to 'docs/book/css/print-9e4910d8.css') diff --git a/docs/book/css/print-9e4910d8.css b/docs/book/css/print-9e4910d8.css new file mode 100644 index 0000000..2004384 --- /dev/null +++ b/docs/book/css/print-9e4910d8.css @@ -0,0 +1,50 @@ + +#mdbook-sidebar, +#mdbook-menu-bar, +.nav-chapters, +.mobile-nav-chapters { + display: none; +} + +#mdbook-page-wrapper.page-wrapper { + transform: none !important; + margin-inline-start: 0px; + overflow-y: initial; +} + +#mdbook-content { + max-width: none; + margin: 0; + padding: 0; +} + +.page { + overflow-y: initial; +} + +code { + direction: ltr !important; +} + +pre > .buttons { + z-index: 2; +} + +a, a:visited, a:active, a:hover { + color: #4183c4; + text-decoration: none; +} + +h1, h2, h3, h4, h5, h6 { + page-break-inside: avoid; + page-break-after: avoid; +} + +pre, code { + page-break-inside: avoid; + white-space: pre-wrap; +} + +.fa { + display: none !important; +} -- cgit v1.2.3