Sha256: 1e4ac1d51dcd47d83d98308c0ab19cd53e84e2b1e9c5e23b17a4a499d7baea61
Contents?: true
Size: 713 Bytes
Versions: 11
Compression:
Stored size: 713 Bytes
Contents
--- title: Complete Table of Contents blurb: See all of this site’s content displayed in a nice, simple list. layout: template-logo-medium order: 50 navigate: false --- # <%= current_page.data.title %> Here’s a look at all of the content available in this site. <%= nav_toc_index(:start => current_page.breadcrumbs.first) %> * * * The table of contents above is the result of using the sample included `help_map` partial: ~~~ erb <%%= nav_toc_index(:start => current_page.breadcrumbs.first) %> ~~~ Without the `:start` local variable the table of contents would normally start at the current page; however we used the convenient `breadcrumbs.first` to specify a top level start for the TOC.
Version data entries
11 entries across 11 versions & 1 rubygems