Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
f1711c74
Commit
f1711c74
authored
Dec 10, 2020
by
Laurent Heirendt
✈
Browse files
Merge branch 'minor-changes-hb' into 'develop'
set headers for hb See merge request
!212
parents
abbde0a5
457abbda
Pipeline
#35476
passed with stages
in 1 minute and 59 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.ci/generateIndex.py
View file @
f1711c74
...
...
@@ -25,9 +25,8 @@ def build_link(title, href):
def
build_section_start
(
title
,
shortcut
):
title
=
title
.
replace
(
"Gdpr"
,
"GDPR"
)
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
(
"Handbook additional"
,
"Handbook - PI/Supervisor specifics"
)
title
=
title
.
replace
(
"Handbook annexes"
,
"Handbook - 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
'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment