mirror of https://github.com/twbs/bootstrap.git
docs-sidebar.html: remove commented out code.
Leftover from old times.
This commit is contained in:
parent
d9717d1945
commit
749c8230c7
|
@ -35,20 +35,6 @@
|
||||||
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/{{ group_slug }}/{{ doc_slug }}/">
|
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/{{ group_slug }}/{{ doc_slug }}/">
|
||||||
{{ doc.title }}
|
{{ doc.title }}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
{%- comment -%}
|
|
||||||
{% unless doc.sections == nil %}
|
|
||||||
<ul class="nav">
|
|
||||||
{% for section in doc.sections %}
|
|
||||||
<li>
|
|
||||||
<a href="#{{ section.title | downcase | replace: ' ', '-' }}">
|
|
||||||
{{ section.title }}
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
{% endunless %}
|
|
||||||
{%- endcomment -%}
|
|
||||||
</li>
|
</li>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue