mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-12 07:40:49 -08:00
Sync book.toml with master
This commit is contained in:
15
book.toml
15
book.toml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user