older version of ivory?

This commit is contained in:
PySimpleGUI 2021-09-27 14:00:40 -04:00
parent bb0094a7b7
commit e7b36a6f16
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 %}