showcase link on React-native website

This commit is contained in:
chirag04
2015-08-14 14:34:02 -04:00
parent c9f5d229db
commit 3123f05f3b
3 changed files with 65 additions and 1 deletions

View File

@@ -16,7 +16,8 @@ var HeaderLinks = React.createClass({
{section: 'docs', href: '/react-native/docs/getting-started.html', text: 'Docs'},
{section: 'support', href: '/react-native/support.html', text: 'Support'},
{section: 'releases', href: 'https://github.com/facebook/react-native/releases', text: 'Releases'},
{section: 'newsletter', href: 'http://reactnative.cc', text: 'Newsletter'}
{section: 'newsletter', href: 'http://reactnative.cc', text: 'Newsletter'},
{section: 'showcase', href: '/react-native/showcase.html', text: 'Showcase'},
],
linksExternal: [
{section: 'github', href: 'https://github.com/facebook/react-native', text: 'GitHub'},