Add "- React Native" to all pages title in doc section

Summary:
<!--
Thank you for sending the PR! We appreciate you spending the time to work on these changes.

Help us understand your motivation by explaining why you decided to make this change.

You can learn more about contributing to React Native here: http://facebook.github.io/react-native/docs/contributing.html

Happy contributing!

-->
Changing all pages in doc to have title " - React Native", which will make the results easier to distinguish like suggested in issue #15659.

I'm not shure how to write a test to this but if you open any page in doc you can see the page title has changed when the title is passed to Site component.
Closes https://github.com/facebook/react-native/pull/15714

Differential Revision: D5739971

Pulled By: TheSavior

fbshipit-source-id: ba9b5ea83fe5c502653972262eb993a24941a62e
This commit is contained in:
Gabriel Oliveira 2017-08-30 15:17:11 -07:00 committed by Facebook Github Bot
parent 42713c917e
commit 2b86aba390
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class Site extends React.Component {
var currentYear = new Date().getFullYear();
var title = this.props.title
? this.props.title
? this.props.title + ' - React Native'
: 'React Native | A framework for building native apps using React';
var metaTags = [