Sync book.toml with master

This commit is contained in:
carlospolop
2025-11-24 17:32:31 +01:00
parent 950f9bdf89
commit 16433092e8

View File

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