Skip to content

Commit 749c823

Browse files
committed
docs-sidebar.html: remove commented out code.
Leftover from old times.
1 parent d9717d1 commit 749c823

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

site/_includes/docs-sidebar.html

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,6 @@
3535
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/{{ group_slug }}/{{ doc_slug }}/">
3636
{{ doc.title }}
3737
</a>
38-
39-
{%- comment -%}
40-
{% unless doc.sections == nil %}
41-
<ul class="nav">
42-
{% for section in doc.sections %}
43-
<li>
44-
<a href="#{{ section.title | downcase | replace: ' ', '-' }}">
45-
{{ section.title }}
46-
</a>
47-
</li>
48-
{% endfor %}
49-
</ul>
50-
{% endunless %}
51-
{%- endcomment -%}
5238
</li>
5339
{%- endfor -%}
5440
</ul>

0 commit comments

Comments
 (0)