Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
3d5a3a15
Commit
3d5a3a15
authored
Jun 17, 2020
by
Laurent Heirendt
✈
Browse files
Merge branch 'fix-generate' into 'develop'
remove js in generation script See merge request
!149
parents
e20b816a
1e0395a1
Pipeline
#28477
passed with stages
in 1 minute and 23 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.ci/generateIndex.py
View file @
3d5a3a15
...
...
@@ -77,8 +77,6 @@ sections.sort()
# Index contains the generated content, init it with an empty container
index
=
''
index
+=
'<script type="text/javascript" src="https://analytics.lcsb.uni.lu/lap/static/js/jquery.min.js"></script>
\n
'
index
+=
'<script type="text/javascript" src="{{ "assets/js/router.js" | relative_url }}"></script>
\n\n
'
index
+=
'
\n
<div class="index-box-container">
\n
'
localIndexArr
=
[[]]
*
len
(
sections
)
...
...
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