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
b965370a
Commit
b965370a
authored
1 year ago
by
Lukáš Krupčík
Browse files
Options
Downloads
Patches
Plain Diff
new file: material/partials/toc.html
parent
88b26463
No related branches found
Branches containing commit
No related tags found
1 merge request
!430
fix
Pipeline
#31780
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
+34
-0
34 additions, 0 deletions
material/partials/toc.html
with
34 additions
and
0 deletions
material/partials/toc.html
0 → 100644
+
34
−
0
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