Add Design Principles to the docs (#7282)

This commit is contained in:
Dan Abramov
2016-07-14 20:39:41 +01:00
parent 939071d737
commit b38bbde2fe
5 changed files with 196 additions and 1 deletions
+14
View File
@@ -35,4 +35,18 @@
</ul>
</div>
{% endfor %}
<!-- Contributing Nav -->
{% for section in site.data.nav_contributing %}
<div class="nav-docs-section">
<h3>{{ section.title }}</h3>
<ul>
{% for item in section.items %}
<li>
<a href="/react/contributing/{{ item.id }}.html"{% if page.id == item.id %} class="active"{% endif %}>{{ item.title }}</a>
</li>
{% endfor %}
</ul>
</div>
{% endfor %}
</div>