Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
5ba6f26c
Commit
5ba6f26c
authored
1 year ago
by
Lukáš Krupčík
Browse files
Options
Downloads
Patches
Plain Diff
modified: .gitlab-ci.yml
deleted: material/partials/toc.html
parent
b965370a
No related branches found
No related tags found
1 merge request
!430
fix
Pipeline
#31781
failed
1 year ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
material/partials/toc.html
+0
-34
0 additions, 34 deletions
material/partials/toc.html
with
1 addition
and
35 deletions
.gitlab-ci.yml
+
1
−
1
View file @
5ba6f26c
...
...
@@ -77,7 +77,7 @@ mkdocs:
# generate site_url
-
(if [ "${CI_BUILD_REF_NAME}" != 'master' ]; then sed -i "s/\(site_url.*$\)/\1devel\/$CI_BUILD_REF_NAME\//" mkdocs.yml;fi);
# generate ULT for code link
-
sed -i "s/master/$CI_BUILD_REF_NAME/g" material/partials/toc.html
#
- sed -i "s/master/$CI_BUILD_REF_NAME/g" material/partials/toc.html
# regenerate modules matrix
-
python scripts/modules_matrix.py > docs.it4i/modules-matrix.md
-
python scripts/modules_matrix.py --json > docs.it4i/modules-matrix.json
...
...
This diff is collapsed.
Click to expand it.
material/partials/toc.html
deleted
100644 → 0
+
0
−
34
View file @
b965370a
{% import "partials/language.html" as lang with context %}
<nav
class=
"md-nav md-nav--secondary"
aria-label=
"{{ lang.t('toc.title') }}"
>
{% set toc_ = page.toc %}
{% if toc_ | first is defined and "\x3ch1 id=" in page.content %}
{% set toc_ = (toc_ | first).children %}
{% endif %}
{% set it4i_link = config.repo_url + '/edit/master/docs.it4i/index.md' %}
{% set it4i_page = '/index.md' %}
{% set it4i_url = 'https://docs.it4i.cz' %}
<label
class=
"md-nav__title"
for=
"__toc"
>
<span
class=
"md-nav__icon md-icon"
>
{% include ".icons/material/arrow-left.svg" %}
</span>
{{ lang.t("toc.title") }}
</label>
<ul
class=
"md-nav__list"
data-md-scrollfix
>
{% for toc_item in toc_ %}
{% include "partials/toc-item.html" %}
{% endfor %}
</ul>
<label
class=
"md-nav__title"
>
Actions
</label>
<ul
class=
"md-nav__list"
data-md-scrollfix
>
<li
class=
"md-nav__item"
>
<a
href=
"https://code.it4i.cz/sccs/docs.it4i.cz/issues/new?issue%5Bdescription%5D=Requested change in page [{{ it4i_page }}]({{ it4i_url }}) /cc @siw019 @kru0052"
title=
"Request Change"
class=
"md-nav__it4i_link"
target=
"_blank"
>
Request Change
</a>
</li>
<li
class=
"md-nav__item"
>
<a
href=
"https://support.it4i.cz/rt"
title=
"Get Support"
class=
"md-nav__it4i_link"
target=
"_blank"
>
Get Support
</a>
</li>
</ul>
</nav>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment