github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/docs/_includes/collection_browser/_sidebar.html (about) 1 <div class="col-md-2-5"> 2 <div id="toc" class="cb-doc-sidebar js-scroll-with-user" data-scroll-after-selector="{{ include.data_scroll_after_selector }}" data-scroll-until-selector="{{ include.data_scroll_until_selector }}" data-nav-current-cat="{{ page.categories | downcase | slugify }}" data-nav-current-page="{{ page.title | slugify }}"> 3 <div class="toc-toggle visible-xs visible-sm"> 4 <button id="toc-toggle-open" class="toc-toggle__button"><span class="glyphicon glyphicon-menu-hamburger"></span></button> 5 <button id="toc-toggle-close" class="toc-toggle__button"><span class="glyphicon glyphicon-remove"></span></button> 6 </div> 7 8 {% capture nav_title %}{{page.nav_title}}{% endcapture %} 9 {% capture nav_title_link %}{{page.nav_title_link}}{% endcapture %} 10 11 {% if nav_title != empty and nav_title_link != empty %} 12 <div class="nav-doc-collection-link"> 13 <a href="{{ site.baseurl }}{{ page.nav_title_link }}"><span class="glyphicon glyphicon-share-alt icon-flipped"></span> {{ page.nav_title | replace: "-", " " }}</a> 14 </div> 15 {% elsif nav_title != empty and nav_title_link == empty %} 16 <div class="nav-doc-collection-link"> 17 {{ page.nav_title | replace: "-", " " }} 18 </div> 19 {% endif %} 20 21 {% include collection_browser/navigation/_collection_toc.html collection_name='docs' %} 22 23 </div> 24 </div>