Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/site/theme/partials/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
-->

<!-- Determine class according to configuration -->
{% import "partials/nav-item.html" as item with context %}
{% set class = "md-nav md-nav--primary" %}
{% if "navigation.tabs" in features %}
{% set class = class ~ " md-nav--lifted" %}
Expand Down Expand Up @@ -45,8 +46,7 @@
<ul class="md-nav__list" data-md-scrollfix>
{% for nav_item in nav %}
{% set path = "__nav_" ~ loop.index %}
{% set level = 1 %}
{% include "partials/nav-item.html" %}
{{ item.render(nav_item, path, 1) }}
{% endfor %}
<li class="community-callout-wrapper">
<div class="community-callout">
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true

nav:
- Home: index.md
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs==1.4.2
mkdocs-codeinclude-plugin==0.2.0
mkdocs-markdownextradata-plugin==0.2.5
mkdocs-material==8.5.11
mkdocs==1.6.1
mkdocs-codeinclude-plugin==0.2.1
mkdocs-markdownextradata-plugin==0.2.6
mkdocs-material==9.6.15