aboutsummaryrefslogtreecommitdiff
path: root/gocryptfs-readthedocs/toc.html
diff options
context:
space:
mode:
Diffstat (limited to 'gocryptfs-readthedocs/toc.html')
-rw-r--r--gocryptfs-readthedocs/toc.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/gocryptfs-readthedocs/toc.html b/gocryptfs-readthedocs/toc.html
new file mode 100644
index 0000000..cecfbe4
--- /dev/null
+++ b/gocryptfs-readthedocs/toc.html
@@ -0,0 +1,10 @@
+{% 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 %}