mirror of
				https://github.com/HackTricks-wiki/hacktricks.git
				synced 2025-10-10 18:36:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			901 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			901 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[book]
 | 
						|
authors = ["HackTricks Team"]
 | 
						|
language = "en"
 | 
						|
multilingual = false
 | 
						|
src = "src"
 | 
						|
title = "HackTricks"
 | 
						|
 | 
						|
[build]
 | 
						|
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-js = [
 | 
						|
    "theme/pagetoc.js",
 | 
						|
    "theme/tabs.js",
 | 
						|
    "theme/ht_searcher.js",
 | 
						|
    "theme/sponsor.js",
 | 
						|
    "theme/ai.js"
 | 
						|
]
 | 
						|
no-section-label = true
 | 
						|
preferred-dark-theme = "hacktricks-dark"
 | 
						|
default-theme = "hacktricks-light"
 | 
						|
 | 
						|
[output.html.fold]
 | 
						|
enable = true # whether or not to enable section folding
 | 
						|
level = 0     # the depth to start folding
 | 
						|
 | 
						|
 | 
						|
[output.html.print]
 | 
						|
enable = false # whether or not to enable print
 |