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
Miriam Fougeras
howto-cards
Commits
de3fdf19
Commit
de3fdf19
authored
Jul 22, 2020
by
Laurent Heirendt
✈
Browse files
Merge branch 'develop' into 'master'
Develop See merge request
R3/howto-cards!159
parents
fc4b59c8
3a5a7c1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.ci/generateIndex.py
View file @
de3fdf19
...
...
@@ -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
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