Sha256: 0bce8c99c3ce574afbf6ed9c10cf1ba67986332f84054bec4121c02425118720

Contents?: true

Size: 465 Bytes

Versions: 15

Compression:

Stored size: 465 Bytes

Contents

<nav class="navigation">
  <ul class="nav-groups">
    {{#structure}}
    <li class="nav-group-name">
      <a class="nav-group-name-link" href="{{path_to_root}}{{section}}.html">{{section}}</a>
      <ul class="nav-group-tasks">
        {{#children}}
        <li class="nav-group-task">
          <a class="nav-group-task-link" href="{{path_to_root}}{{url}}">{{name}}</a>
        </li>
        {{/children}}
      </ul>
    </li>
    {{/structure}}
  </ul>
</nav>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
jazzy-0.8.3 lib/jazzy/themes/fullwidth/templates/nav.mustache
jazzy-0.8.2 lib/jazzy/themes/fullwidth/templates/nav.mustache
jazzy-0.8.1 lib/jazzy/themes/fullwidth/templates/nav.mustache
jazzy-0.8.0 lib/jazzy/themes/fullwidth/templates/nav.mustache
jazzy-0.7.5 lib/jazzy/themes/fullwidth/templates/nav.mustache
jazzy-0.7.4 lib/jazzy/themes/fullwidth/templates/nav.mustache
jazzy-0.7.3 lib/jazzy/themes/fullwidth/templates/nav.mustache
jazzy-0.7.2 lib/jazzy/themes/fullwidth/templates/nav.mustache
jazzy-0.7.1 lib/jazzy/themes/fullwidth/templates/nav.mustache
jazzy-0.7.0 lib/jazzy/themes/fullwidth/templates/nav.mustache
jazzy-0.6.3 lib/jazzy/themes/fullwidth/templates/nav.mustache
jazzy-0.6.2 lib/jazzy/themes/fullwidth/templates/nav.mustache
jazzy-0.6.1 lib/jazzy/themes/fullwidth/templates/nav.mustache
jazzy-0.6.0 lib/jazzy/themes/fullwidth/templates/nav.mustache
jazzy-0.5.0 lib/jazzy/themes/fullwidth/templates/nav.mustache