diff --git a/.ci/generateIndex.py b/.ci/generateIndex.py index 58109ba3c4d9f80c608072ccf72e5591de5c1fe4..f4d049989c3eee517a3ba5825f94e1bd4ad4588a 100644 --- a/.ci/generateIndex.py +++ b/.ci/generateIndex.py @@ -32,10 +32,13 @@ def root_handbook(href): def build_section_start(title, shortcut): title = title.replace("Gdpr", "GDPR") - title = title.replace("Handbook additional", "PI/Supervisor specifics") - title = title.replace("Handbook annexes", "Annexes") + title = title.replace("Handbook additional", "Handbook: PI/Supervisor specifics") + title = title.replace("Handbook annexes", "Handbook: Annexes") title = title.replace("Covid 19", "COVID-19") title = title.replace("Ppc", "PPC") + title = title.replace("Lab software", "Lab: Software") + title = title.replace("Lab equipment", "Lab: Equipment") + title = title.replace("Lab hsa", "Lab: Health & Safety, Access") return f'\n\t<div class="index-box noborderbox" id="{shortcut}-card">\n\t\t<h3>{title}</h3>\n\t\t<ul>\n'