Skip to content
Snippets Groups Projects
Verified Commit 922aca98 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

add specifics for handbook

parent 87227812
No related branches found
No related tags found
2 merge requests!183[release] Regular merge of develop,!182Add specifics for handbook
......@@ -14,7 +14,9 @@ def build_link(title, href):
def build_section_start(title, shortcut):
title = title.replace("Gdpr", "GDPR")
title = title.replace("Handbook", "PI Handbook")
title = title.replace("Handbook:1 general", "Handbook")
title = title.replace("Handbook:2 additional", "Handbook - PI/Supervisor specifics")
title = title.replace("Handbook:3 annexes", "Handbook - Annexes")
title = title.replace("Covid 19", "COVID-19")
return f'\n\t<div class="index-box" id="{shortcut}">\n\t\t<h3>{title}</h3>\n\t\t<ul>\n'
......@@ -65,7 +67,7 @@ localroot = os.getcwd()
# generate the index properly speaking
cardDirs = ["internal", "external", "policies"]
cardDirs = ["internal", "external", "policies", "handbook-general", "handbook-additional", "handbook-annexes"]
sections = []
# determine first the directories
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment