doc: handovers are now in a better folder and scripts have been updated to deal with it
This commit is contained in:
parent
af359864d1
commit
1676c6fc25
4 changed files with 96 additions and 44 deletions
|
@ -6,10 +6,10 @@
|
|||
indentation = 2
|
||||
|
||||
# Optional
|
||||
src = "./_Handovers"
|
||||
src = "./Handovers"
|
||||
|
||||
# Optional
|
||||
dest= "./_Handovers_html"
|
||||
dest= "./Handovers_html"
|
||||
|
||||
# html blocks you dont want to include in teh finished page
|
||||
# Optional
|
||||
|
@ -24,7 +24,7 @@ html_void = []
|
|||
enable = true
|
||||
# Set a base template
|
||||
# Optional
|
||||
general = "./_Handovers/_Templates/general.html"
|
||||
general = "../_Templates/Handovers/general.html"
|
||||
|
||||
# Priority of the _templates to use, first one to match a markdown file is used.
|
||||
# An Empty array below is also valid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue