Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maharshi Vyas
howto-cards
Commits
3a5a7c1c
Commit
3a5a7c1c
authored
Jul 22, 2020
by
Laurent Heirendt
✈
Browse files
Merge branch 'set-header' into 'develop'
set header for gdpr See merge request
R3/howto-cards!158
parents
c424df61
d3b9858c
Pipeline
#30206
passed with stages
in 2 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ci/generateIndex.py
View file @
3a5a7c1c
...
...
@@ -12,6 +12,9 @@ def build_link(title, href):
return
f
'
\t\t\t
<li><a href="
{
href
}
">
{
title
}
</a></li>
\n
'
def
build_section_start
(
title
):
title
=
title
.
replace
(
"Gdpr"
,
"GDPR"
)
return
f
'
\n\t
<div class="index-box">
\n\t\t
<h3>
{
title
}
</h3>
\n\t\t
<ul>
\n
'
def
build_section_end
():
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment