[Docs] Add newsletter to top-level header

This commit is contained in:
Brent Vatne 2015-08-04 13:47:52 -07:00
parent e2a2472af4
commit 257bbb5255

View File

@ -16,6 +16,7 @@ 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'}
],
linksExternal: [
{section: 'github', href: 'https://github.com/facebook/react-native', text: 'GitHub'},