2014-04-15 02:01:25 -04:00
|
|
|
<ol class="breadcrumb">
|
|
|
|
<li><a href="{{ homepage_url }}"><span class="glyphicon glyphicon-home"></span></a></li>
|
|
|
|
{% for section in nav %}
|
|
|
|
{% if section.active %}
|
2014-04-16 11:20:29 -04:00
|
|
|
<li><a href="../">{{ section.title }}</a></li>
|
2014-04-15 02:01:25 -04:00
|
|
|
{% if section.children %}
|
2014-04-16 11:20:29 -04:00
|
|
|
<li class="active"><a href="{{ current_page.url }}">{{ current_page.title }}</a></li>
|
2014-04-15 02:01:25 -04:00
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
2014-07-24 18:19:50 -04:00
|
|
|
<li class="pull-right edit-on-github"><a href="https://github.com/docker/docker/blob/master/docs/sources/{{ current_page.input_path }}"><span class="glyphicon glyphicon-edit"></span>Edit on GitHub</a></li>
|
2014-04-15 02:01:25 -04:00
|
|
|
</ol>
|