2018-06-08 11:41:30 -04:00
|
|
|
{% import "githubLinks.html" as github -%}
|
|
|
|
|
2018-06-08 12:13:07 -04:00
|
|
|
{% set relativePath = doc.fileInfo.relativePath %}
|
2017-04-19 04:27:45 -04:00
|
|
|
{% if doc.title %}{$ ('# ' + doc.title.trim()) | marked $}{% endif %}
|
2018-06-08 12:13:07 -04:00
|
|
|
{% if 'guide/' in relativePath or 'tutorial/' in relativePath or 'docs.md' in relativePath %}
|
|
|
|
<div class="page-actions">
|
|
|
|
<a href="{$ github.githubEditHref(doc, versionInfo) $}" aria-label="Suggest Edits" title="Suggest Edits"><i class="material-icons" aria-hidden="true" role="img">mode_edit</i></a>
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
2017-04-16 15:52:04 -04:00
|
|
|
<div class="content">
|
|
|
|
{$ doc.description | marked $}
|
|
|
|
</div>
|