| 1234567891011121314151617181920 |
- # Don't generate headings for sections within task topics:
- args.gen.task.lbl = NO
- # 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
- # Base name of the Table of Contents file:
- args.xhtml.toc = toc
|