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
Merge requests
!278
Upgrade to mkdocs-material 5.x
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Upgrade to mkdocs-material 5.x
py
into
master
Overview
2
Commits
1
Pipelines
0
Changes
3
Merged
Marek Chrastina
requested to merge
py
into
master
5 years ago
Overview
2
Commits
1
Pipelines
0
Changes
3
Expand
1
0
Merge request reports
Viewing commit
1d0e2f16
Show latest version
3 files
+
17
−
10
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
1d0e2f16
Upgrade to mkdocs-material 5.x
· 1d0e2f16
Marek Chrastina
authored
5 years ago
material/partials/toc.html
+
1
−
1
Options
{% import "partials/language.html" as lang with context %}
{% import "partials/language.html" as lang with context %}
<nav
class=
"md-nav md-nav--secondary"
>
<nav
class=
"md-nav md-nav--secondary"
aria-label=
"{{ lang.t('toc.title') }}"
>
{% set toc_ = page.toc %}
{% set toc_ = page.toc %}
{% if toc_ | first is defined and "\x3ch1 id=" in page.content %}
{% if toc_ | first is defined and "\x3ch1 id=" in page.content %}
{% set toc_ = (toc_ | first).children %}
{% set toc_ = (toc_ | first).children %}
Loading