diff --git a/book.toml b/book.toml index a1b0f52ed..83df9b306 100644 --- a/book.toml +++ b/book.toml @@ -1,7 +1,6 @@ [book] authors = ["HackTricks Team"] language = "en" -multilingual = false src = "src" title = "HackTricks Cloud" @@ -9,26 +8,17 @@ title = "HackTricks Cloud" create-missing = false extra-watch-dirs = ["translations"] -[preprocessor.alerts] -after = ["links"] - -[preprocessor.reading-time] - -[preprocessor.pagetoc] - [preprocessor.tabs] -[preprocessor.codename] - [preprocessor.hacktricks] command = "python3 ./hacktricks-preprocessor.py" env = "prod" [output.html] -additional-css = ["theme/pagetoc.css", "theme/tabs.css"] +additional-css = ["theme/tabs.css", "theme/pagetoc.css"] additional-js = [ - "theme/pagetoc.js", "theme/tabs.js", + "theme/pagetoc.js", "theme/ht_searcher.js", "theme/sponsor.js", "theme/ai.js" @@ -36,6 +26,7 @@ additional-js = [ no-section-label = true preferred-dark-theme = "hacktricks-dark" default-theme = "hacktricks-light" +hash-files = false [output.html.fold] enable = true # whether or not to enable section folding