summary refs log tree commit diff
path: root/book.toml
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-05-26 02:13:48 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-05-27 15:25:52 +0100
commit22aa21071cf3da8a7f3a907a9b7c11d567169799 (patch)
treef3769549c0b82ff23fb4d4ad1803f821108e66f4 /book.toml
parentAdd a table of contents plugin (diff)
downloadsynapse-22aa21071cf3da8a7f3a907a9b7c11d567169799.tar.xz
Remove chapter navigation buttons on desktop
As they interfere with the table of contents, and aren't really needed
on desktop UI.

Buttons are still kept for mobile.
Diffstat (limited to 'book.toml')
-rw-r--r--book.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/book.toml b/book.toml
index 7255bf8372..b21b647526 100644
--- a/book.toml
+++ b/book.toml
@@ -27,6 +27,6 @@ site-url = "/synapse/"
 
 # Additional HTML, JS, CSS that's injected into each page of the book.
 # More information is available in docs/website_files/README.md
-additional-css = ["docs/website_files/table-of-contents.css"]
+additional-css = ["docs/website_files/table-of-contents.css", "docs/website_files/remove-nav-buttons.css"]
 additional-js = ["docs/website_files/table-of-contents.js"]
 theme = "docs/website_files/theme"
\ No newline at end of file