|
|
@ -45,12 +45,16 @@ |
|
|
|
<img class="nav-logo" src="/react/img/logo.svg" width="36" height="36"> |
|
|
|
React |
|
|
|
</a> |
|
|
|
<ul class="nav-site"> |
|
|
|
<li><a href="/react/docs/getting-started.html"{% if page.sectionid == 'docs' or page.sectionid == 'tips' %} class="active"{% endif %}>docs</a></li> |
|
|
|
<li><a href="/react/support.html"{% if page.id == 'support' %} class="active"{% endif %}>support</a></li> |
|
|
|
<li><a href="/react/downloads.html"{% if page.id == 'downloads' %} class="active"{% endif %}>download</a></li> |
|
|
|
<li><a href="/react/blog/"{% if page.sectionid == 'blog' %} class="active"{% endif %}>blog</a></li> |
|
|
|
<li><a href="https://github.com/facebook/react">github</a> |
|
|
|
<ul class="nav-site nav-site-internal"> |
|
|
|
<li><a href="/react/docs/getting-started.html"{% if page.sectionid == 'docs' or page.sectionid == 'tips' %} class="active"{% endif %}>Docs</a></li> |
|
|
|
<li><a href="/react/support.html"{% if page.id == 'support' %} class="active"{% endif %}>Support</a></li> |
|
|
|
<li><a href="/react/downloads.html"{% if page.id == 'downloads' %} class="active"{% endif %}>Download</a></li> |
|
|
|
<li><a href="/react/blog/"{% if page.sectionid == 'blog' %} class="active"{% endif %}>Blog</a></li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<ul class="nav-site nav-site-external"> |
|
|
|
<li><a href="https://github.com/facebook/react">GitHub</a> |
|
|
|
<li><a href="http://facebook.github.io/react-native/">React Native</a> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|