Mailspring/docs-templates/_sidebarSection.html
Ben Gotow 60d9fd4816 feat(docs): doc site generation, doc organization into sections, docs for actions and more
Summary: Lots o docs

Test Plan: Run tests, review docs

Reviewers: evan

Reviewed By: evan

Differential Revision: https://review.inboxapp.com/D1496
2015-05-13 11:44:28 -07:00

10 lines
234 B
HTML

<div class="heading">{{name}}</div>
<ul>
{{#each items}}
{{#if items}}
{{> _sidebarSection}}
{{else}}
<li><a href="{{link}}" {{#if external}}target="_blank"{{/if}}>{{name}}</a></li>
{{/if}}
{{/each}}
</ul>