2016-07-15 03:37:28 +08:00
|
|
|
---
|
|
|
|
|
layout: default
|
|
|
|
|
sectionid: contributing
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
<section class="content wrap documentationContent">
|
|
|
|
|
<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/contributing/{{ page.prev }}">← Prev</a>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% if page.next %}
|
|
|
|
|
<a class="docs-next" href="/react/contributing/{{ page.next }}">Next →</a>
|
|
|
|
|
{% endif %}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-10-22 03:58:46 +08:00
|
|
|
|
|
|
|
|
{% include nav_docs.html %}
|
2016-07-15 03:37:28 +08:00
|
|
|
</section>
|