from code-server
This commit is contained in:
parent
eda5c02fe9
commit
5ef8bdba47
2652 changed files with 528235 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue