diff options
Diffstat (limited to 'book.toml')
-rw-r--r-- | book.toml | 2 |
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 |