Adding JSX pitfalls section in the docs

This commit is contained in:
Vjeux
2013-06-13 01:00:38 +02:00
parent d6e9843fe4
commit b71abe45f1
3 changed files with 103 additions and 0 deletions

View File

@@ -21,4 +21,11 @@
<li><a href="/react/docs/api.html"{% if page.id == 'docs-api' %} class="active"{% endif %}>API</a></li>
</ul>
</div>
<div class="nav-docs-section">
<h3>Appendix</h3>
<ul>
<li><a href="/react/docs/jsx-is-not-html.html"{% if page.id == 'docs-jsx-is-not-html' %} class="active"{% endif %}>JSX is not HTML</a></li>
</ul>
</div>
</div>