Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
howto-cards LEGACY VERSION
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
R3
howto-cards LEGACY VERSION
Commits
f1711c74
Commit
f1711c74
authored
4 years ago
by
Laurent Heirendt
Browse files
Options
Downloads
Plain Diff
Merge branch 'minor-changes-hb' into 'develop'
set headers for hb See merge request
!212
parents
abbde0a5
457abbda
No related branches found
No related tags found
2 merge requests
!213
[release] Regular merge of develop
,
!212
set headers for hb
Pipeline
#35476
passed
4 years ago
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ci/generateIndex.py
+2
-3
2 additions, 3 deletions
.ci/generateIndex.py
with
2 additions
and
3 deletions
.ci/generateIndex.py
+
2
−
3
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
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment