Sha256: 072e8fdbdfef4e6e06067f60cf45a7e4554c64050fe8b9235296f164b188f2ce
Contents?: true
Size: 491 Bytes
Versions: 17
Compression:
Stored size: 491 Bytes
Contents
<% wrap_layout :core do html = yield content_for(:toc_module, "in-page-navigation") use_multipage_nav = current_page.data.fetch(:multipage_nav, config[:tech_docs][:multipage_nav]) content_for :sidebar do if use_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
17 entries across 17 versions & 1 rubygems