aboutsummaryrefslogtreecommitdiff
path: root/gocryptfs-readthedocs/toc.html
diff options
context:
space:
mode:
authorAndy Taylor2018-01-30 17:00:09 +1100
committerAndy Taylor2018-01-30 17:00:09 +1100
commite90b27caae3351f29d0c18a9b4e26d3febdbd164 (patch)
tree3f80758037e266a28748dbfec1d187b194e5263a /gocryptfs-readthedocs/toc.html
parent728077f43338ab476f4837300d5cd2830715ec34 (diff)
Disable TOC links in sidebar
Diffstat (limited to 'gocryptfs-readthedocs/toc.html')
-rw-r--r--gocryptfs-readthedocs/toc.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/gocryptfs-readthedocs/toc.html b/gocryptfs-readthedocs/toc.html
index cecfbe4..1c6ebc0 100644
--- a/gocryptfs-readthedocs/toc.html
+++ b/gocryptfs-readthedocs/toc.html
@@ -1,5 +1,5 @@
{% for toc_item in page.toc %}
- <li class="toctree-l{{ navlevel + 1 }}"><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
+<!-- <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 %}
@@ -7,4 +7,5 @@
{% endfor %}
</ul>
{% endif %}
+--!>
{% endfor %}