2018-06-09 14:40:44 +02:00
|
|
|
{% import "lib/githubLinks.html" as github -%}
|
2018-06-08 17:41:30 +02:00
|
|
|
|
2018-06-08 18:13:07 +02:00
|
|
|
{% set relativePath = doc.fileInfo.relativePath %}
|
2017-04-19 09:27:45 +01:00
|
|
|
{% if doc.title %}{$ ('# ' + doc.title.trim()) | marked $}{% endif %}
|
2018-06-08 18:13:07 +02:00
|
|
|
{% if 'guide/' in relativePath or 'tutorial/' in relativePath or 'docs.md' in relativePath %}
|
2018-06-09 14:40:44 +02:00
|
|
|
<div class="github-links">
|
|
|
|
{$ github.githubEditLink(doc, versionInfo) $}
|
2018-06-08 18:13:07 +02:00
|
|
|
</div>
|
|
|
|
{% endif %}
|
2017-04-16 20:52:04 +01:00
|
|
|
<div class="content">
|
|
|
|
{$ doc.description | marked $}
|
2018-06-09 14:40:44 +02:00
|
|
|
</div>
|