diff options
author | Jakob Unterwurzacher | 2024-10-31 21:58:31 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2024-10-31 21:58:31 +0100 |
commit | 7cf6ace72e76889ac831e9807f7a9a14a4b7272b (patch) | |
tree | de72c9b27fcc787022603bbdb4267a2969bd8c30 /gocryptfs-readthedocs/toc.html | |
parent | 615f0b7443d4f682ab3d28eb8ee1ea0cd21f29da (diff) |
Port to mkdocs 1.6.1
Diffstat (limited to 'gocryptfs-readthedocs/toc.html')
-rw-r--r-- | gocryptfs-readthedocs/toc.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gocryptfs-readthedocs/toc.html b/gocryptfs-readthedocs/toc.html deleted file mode 100644 index 1c6ebc0..0000000 --- a/gocryptfs-readthedocs/toc.html +++ /dev/null @@ -1,11 +0,0 @@ -{% for toc_item in page.toc %} -<!-- <li class="toctree-l{{ navlevel + 1 }}"><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li> - {% if toc_item.children %} - <ul> - {% for toc_item in toc_item.children %} - <li><a class="toctree-l{{ navlevel + 2 }}" href="{{ toc_item.url }}">{{ toc_item.title }}</a></li> - {% endfor %} - </ul> - {% endif %} ---!> -{% endfor %} |