aboutsummaryrefslogtreecommitdiff
path: root/gocryptfs-readthedocs/toc.html
diff options
context:
space:
mode:
authorrfjakob2018-01-31 09:26:45 +0100
committerGitHub2018-01-31 09:26:45 +0100
commit7168f06d86ccebdeba3fb2fe685d3ff0298b4264 (patch)
treef5de197263681ddf9a076cc93ab5996db68b19e4 /gocryptfs-readthedocs/toc.html
parent246c2639be0fb9fb027b1878479d86cd90b7731a (diff)
parent9c73c07fda84fd31fd37fd2f9bf56312ca0896c8 (diff)
Merge pull request #4 from taysu/mkdocs-updates
Updates so site builds with mkdocs 0.17.2
Diffstat (limited to 'gocryptfs-readthedocs/toc.html')
-rw-r--r--gocryptfs-readthedocs/toc.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/gocryptfs-readthedocs/toc.html b/gocryptfs-readthedocs/toc.html
new file mode 100644
index 0000000..1c6ebc0
--- /dev/null
+++ b/gocryptfs-readthedocs/toc.html
@@ -0,0 +1,11 @@
+{% 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 %}