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

Version Path
middleman-pagegroups-1.0.10 documentation_project/source/toc.html.md.erb
middleman-pagegroups-1.0.9 documentation_project/source/toc.html.md.erb
middleman-pagegroups-1.0.8 documentation_project/source/toc.html.md.erb
middleman-pagegroups-1.0.7 documentation_project/source/toc.html.md.erb
middleman-pagegroups-1.0.6 documentation_project/source/toc.html.md.erb
middleman-pagegroups-1.0.5 documentation_project/source/toc.html.md.erb
middleman-pagegroups-1.0.4 documentation_project/source/toc.html.md.erb
middleman-pagegroups-1.0.3 documentation_project/source/toc.html.md.erb
middleman-pagegroups-1.0.2 documentation_project/source/toc.html.md.erb
middleman-pagegroups-1.0.1 documentation_project/source/toc.html.md.erb
middleman-pagegroups-1.0.0 documentation_project/source/toc.html.md.erb