Skip to content
Snippets Groups Projects

Upgrade to mkdocs-material 5.x

Merged Marek Chrastina requested to merge py into master
3 files
+ 17
10
Compare changes
  • Side-by-side
  • Inline
Files
3
{% 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