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
3ed0f3dc
Commit
3ed0f3dc
authored
May 06, 2020
by
Jacek Lebioda
Browse files
Merge branch '18-add-shortcuts-router-to-new-deployment-s-index' into 'develop'
fix: changed to local files See merge request
!136
parents
442b4982
d29b76c1
Pipeline
#26517
passed with stages
in 5 minutes and 36 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
.ci/generateIndex.py
View file @
3ed0f3dc
...
...
@@ -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
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