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
886a10cc
Verified
Commit
886a10cc
authored
Oct 07, 2021
by
Laurent Heirendt
✈
Browse files
remove link modifier
parent
ede79bd3
Pipeline
#48017
passed with stages
in 2 minutes and 41 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.ci/generateIndex.py
View file @
886a10cc
...
...
@@ -15,12 +15,6 @@ def build_link(title, href):
if
(
'handbook'
in
href
):
title
=
re
.
sub
(
'[0-9.]'
,
''
,
title
).
strip
()
# remove sym link reference in href
#if ('handbook-additional' in href):
# href = href.replace('handbook-additional', 'handbook').strip()
#elif ('handbook-annexes' in href):
# href = href.replace('handbook-annexes', 'handbook').strip()
# add relative url
href
=
"{{ '"
+
href
+
"' | relative_url }}"
...
...
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