You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
701 B
25 lines
701 B
---
|
|
layout: default
|
|
sectionid: docs
|
|
---
|
|
|
|
<section class="content wrap documentationContent">
|
|
{% include nav_docs.html %}
|
|
|
|
<div class="inner-content">
|
|
<h1>{{ page.title }}</h1>
|
|
<div class="subHeader">{{ page.description }}</div>
|
|
{{ content }}
|
|
|
|
<div class="docs-prevnext">
|
|
{% if page.prev %}
|
|
<a class="docs-prev" href="/react/docs/{{ page.prev }}">← Prev</a>
|
|
{% endif %}
|
|
{% if page.next %}
|
|
<a class="docs-next" href="/react/docs/{{ page.next }}">Next →</a>
|
|
{% endif %}
|
|
</div>
|
|
|
|
<div class="fb-comments" data-width="650" data-num-posts="10" data-href="{{ site.url }}{{ site.baseurl }}{{ page.url }}"></div>
|
|
</div>
|
|
</section>
|
|
|