diff --git a/.ci/generateIndex.py b/.ci/generateIndex.py index e2f739a45d408c6423f02fc3466c0612c245ae00..fb23df6517455872013af356f820fd5e484c159f 100644 --- a/.ci/generateIndex.py +++ b/.ci/generateIndex.py @@ -25,8 +25,8 @@ def build_link(title, href): def build_section_start(title, shortcut): title = title.replace("Gdpr", "GDPR") - title = title.replace("Handbook additional", "Handbook - PI/Supervisor specifics") - title = title.replace("Handbook annexes", "Handbook - Annexes") + title = title.replace("Handbook additional", "PI/Supervisor specifics") + title = title.replace("Handbook annexes", "Annexes") title = title.replace("Covid 19", "COVID-19") return f'\n\t<div class="index-box noborderbox" id="{shortcut}">\n\t\t<h3>{title}</h3>\n\t\t<ul>\n' diff --git a/.gitignore b/.gitignore index 21e2fa4e6c5639dd35e231add545c6052b1370d3..24e97b2450d6e089037996e949aa224e4bd47ba1 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ handbook/ internal/handbook internal/handbook-additional internal/handbook-annexes +!internal/covid-19/exit-strategy/*.pdf \ No newline at end of file