doc: handovers are now in a better folder and scripts have been updated to deal with it

This commit is contained in:
silver 2024-05-19 21:30:48 +01:00
parent af359864d1
commit 1676c6fc25
Signed by: silver
GPG key ID: 54E2C71918E93B74
4 changed files with 96 additions and 44 deletions

View file

@ -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