forked from TextureGroup/Texture
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
executable file
·39 lines (28 loc) · 832 Bytes
/
Copy pathdocs.html
File metadata and controls
executable file
·39 lines (28 loc) · 832 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
28
29
30
31
32
33
34
35
36
37
38
39
---
sectionid: docs
---
{% include header.html %}
<div class="container container-margin">
<div class="sidebar">
{% include nav_docs.html %}
</div>
<div class="content">
<h1>
{{ page.title }}
</h1>
<p>{{ page.description }}</p>
{{ content }}
<p><a class="edit-page-link btn" href="https://github.com/texturegroup/texture/tree/master/docs/{{ page.relative_path }}" target="_blank">Edit on GitHub</a></p>
<div class="docs-prevnext">
{% if page.prevPage %}
<a href="/docs/{{ page.prevPage }}">← Prev</a>
{% endif %}
{% if page.nextPage %}
<a class="right" href="/docs/{{ page.nextPage }}">Next →</a>
{% endif %}
</div>
<a id="_"></a>
</div>
<div style="clear:both;"></div>
</div>
{% include footer.html %}