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
d29b76c1
Commit
d29b76c1
authored
May 06, 2020
by
Jacek Lebioda
Browse files
fix: changed to local files
parent
442b4982
Pipeline
#26380
canceled with stages
in 1 minute and 47 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.ci/generateIndex.py
View file @
d29b76c1
...
...
@@ -76,8 +76,9 @@ sections = list(set(sections))
sections
.
sort
()
# Index contains the generated content, init it with an empty container
index
=
'<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
\n
'
index
+=
'<script type="text/javascript" src="router.js"></script>
\n\n
'
index
=
''
index
+=
'<script type="text/javascript" src="{{ "assets/js/jquery3.5.1.min.js" | relative_url }}"></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