forked from facebookarchive/AsyncDisplayKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
27 lines (23 loc) · 704 Bytes
/
docs.html
File metadata and controls
27 lines (23 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
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>