Sha256: 18b32af63dd00d71eaef46a96f5378d9b0588d30ed19c9a0587f355688e587f7
Contents?: true
Size: 409 Bytes
Versions: 41
Compression:
Stored size: 409 Bytes
Contents
<% wrap_layout :core do html = yield content_for(:toc_module, "in-page-navigation") content_for :sidebar do if config[:tech_docs][:multipage_nav] %> <%= multi_page_table_of_contents(sitemap.resources, current_page, config, html) %> <% else %> <%= single_page_table_of_contents(html, max_level: config[:tech_docs][:max_toc_heading_level]) %> <% end %> <% end html end %>
Version data entries
41 entries across 41 versions & 2 rubygems