mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-17 19:09:56 +00:00
28 lines
704 B
HTML
28 lines
704 B
HTML
---
|
|
layout: default
|
|
sectionid: docs
|
|
---
|
|
<div class="post">
|
|
|
|
<header class="post-header">
|
|
<h1 class="post-title">
|
|
{{ page.title }}
|
|
<a class="edit-page-link" href="https://github.com/facebook/AsyncDisplayKit/tree/master/docs/{{ page.path }}" target="_blank">[edit]</a>
|
|
</h1>
|
|
</header>
|
|
|
|
<article class="post-content">
|
|
{{ content }}
|
|
</article>
|
|
|
|
<div class="docs-prevnext">
|
|
{% if page.prev %}
|
|
<a class="docs-prev" href="{{ site.baseurl }}/{{ page.prev }}">← prev</a>
|
|
{% endif %}
|
|
{% if page.next %}
|
|
<a class="docs-next" href="{{ site.baseurl }}/{{ page.next }}">next →</a>
|
|
{% endif %}
|
|
</div>
|
|
|
|
</div>
|