mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
* Step 1 of getting to upstream-based model * Upstream part 2 * Working front-matter generation * Pages generating * TOC fixes, autogen fixes, test>prod script * Boilerplate fix * Switch to cat, redundancy removals
4 lines
260 B
HTML
4 lines
260 B
HTML
{% if include.tocToGenerate=="library"%}{% for thisPage in site.samples %}
|
|
<li><a href="{{ thisPage.url}}"{% if page.url==thisPage.url %}{% assign topicFound="true" %} class="active currentPage"{% endif %}>{{ thisPage.title }}</a></li>
|
|
{% endfor %}{% endif %}
|