We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9717d1 commit 749c823Copy full SHA for 749c823
1 file changed
site/_includes/docs-sidebar.html
@@ -35,20 +35,6 @@
35
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/{{ group_slug }}/{{ doc_slug }}/">
36
{{ doc.title }}
37
</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 -%}
52
</li>
53
{%- endfor -%}
54
</ul>
0 commit comments