This commit is contained in:
PySimpleGUI 2021-09-27 13:28:22 -04:00
parent 5dec5dca5b
commit 168810e471
15 changed files with 912 additions and 0 deletions

7
mkdocs_ivory/toc.html Normal file
View file

@ -0,0 +1,7 @@
{%- for toc_item in page.toc %}
{%- if toc_item.children %}
{%- for toc_item in toc_item.children %}
<li class="toctree-l{{ navlevel + 1 }}"><a class="nav-item toc" href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
{%- endfor %}
{%- endif %}
{%- endfor %}