aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/_includes/nav-docs.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html
index 315cb6f1e..166117315 100644
--- a/docs/_includes/nav-docs.html
+++ b/docs/_includes/nav-docs.html
@@ -41,6 +41,7 @@
{{ doc.title }}
</a>
+ {% comment %}
{% unless doc.sections == nil %}
<ul class="nav">
{% for section in doc.sections %}
@@ -52,6 +53,7 @@
{% endfor %}
</ul>
{% endunless %}
+ {% endcomment %}
</li>
{% endfor %}
</ul>