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
fd9ad142
Verified
Commit
fd9ad142
authored
Aug 25, 2021
by
Laurent Heirendt
✈
Browse files
add id slug to hider
parent
a205c9b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.ci/generateIndex.py
View file @
fd9ad142
...
...
@@ -34,7 +34,7 @@ def build_section_start(title, shortcut):
title
=
title
.
replace
(
"Covid 19"
,
"COVID-19"
)
title
=
title
.
replace
(
"Ppc"
,
"PPC"
)
return
f
'
\n\t
<div class="index-box noborderbox" id="
{
shortcut
}
">
\n\t\t
<h3>
{
title
}
</h3>
\n\t\t
<ul>
\n
'
return
f
'
\n\t
<div class="index-box noborderbox" id="
{
shortcut
}
-card
">
\n\t\t
<h3>
{
title
}
</h3>
\n\t\t
<ul>
\n
'
def
build_section_end
():
return
"
\t\t
</ul>
\n\t
</div>"
...
...
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