14 lines
		
	
	
	
		
			371 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			371 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
# Directory that contains the custom .css file:
 | 
						|
args.cssroot = ${args.input.dir}/css/
 | 
						|
 | 
						|
# Custom .css file used to style output:
 | 
						|
args.css = style.css
 | 
						|
 | 
						|
# Copy the custom .css file to the output directory:
 | 
						|
args.copycss = yes
 | 
						|
 | 
						|
# Location of the copied .css file relative to the output:
 | 
						|
args.csspath = branding
 | 
						|
 | 
						|
# Generate a full navigation TOC in topic pages:
 | 
						|
nav-toc = full
 |