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
8263041d
Commit
8263041d
authored
1 year ago
by
Lukáš Krupčík
Browse files
Options
Downloads
Patches
Plain Diff
deleted: material/partials/toc.html
parent
3eff4ab4
No related branches found
No related tags found
1 merge request
!430
fix
Pipeline
#31797
failed
1 year ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
material/partials/toc.html
+0
-31
0 additions, 31 deletions
material/partials/toc.html
with
0 additions
and
31 deletions
material/partials/toc.html
deleted
100644 → 0
+
0
−
31
View file @
3eff4ab4
{% 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 %}
<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 /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