react-native/docs
Konstantin Raev 6f1417c849 CI now builds docs website and deploys it to /%version% path
Summary:
Copy of #5760 reverted merge.

We need to preserve history of docs changes on the webserver.
The goal is to allow users to browse outdated versions of docs.
To make things simple all websites will be released to https://facebook.github.io/react-native/releases/version/XX folder when there is a branch cut.

I switched from Travis CI to Cirle CI because it works faster and I am more familiar with it.

How it works:

1. If code is pushed to `master` branch then CI will build a fresh version of docs and put it in https://github.com/facebook/react-native/tree/gh-pages/releases/next folder.
Github will serve this website from https://facebook.github.io/react-native/releases/version/next URL.
All relative URLs will work within that website

2. If code is pushed to `0.20-stable` branch then CI will build a fresh version of docs and put it in https://github.com/facebook/react-native/tree/gh-pages/releases/0.20 folder.
Github will serve this website from https://facebook.github.io/react-native/releases/v
Closes https://github.com/facebook/react-native/pull/5873

Reviewed By: svcscm

Differential Revision: D2926901

Pulled By: androidtrunkagent

fb-gh-sync-id: 16aea430bac815933d9c603f03921cc6353906f1
shipit-source-id: 16aea430bac815933d9c603f03921cc6353906f1
2016-02-11 06:17:42 -08:00
..
Accessibility.md Fix typos in ./docs 2015-12-15 18:13:25 +02:00
AndroidBuildingFromSource.md Update AndroidBuildingFromSource.md 2015-12-14 14:32:25 +00:00
AndroidUIPerformance.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
Animations.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
Colors.md Add support for number as colors 2016-02-08 04:04:38 -08:00
CommunicationIOS.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
Debugging.md Update debugging docs with YellowBox/RedBox 2016-02-09 10:23:34 -08:00
DevelopmentSetupAndroid.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
DirectManipulation.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
EmbeddedAppAndroid.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
EmbeddedAppIOS.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
GestureResponderSystem.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
GettingStarted.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
Images.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
JavaScriptEnvironment.md fix markdown format problem 2016-02-08 08:55:30 -08:00
KnownIssues.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
LinkingLibraries.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
LinuxWindowsSupport.md Fix the 404 status url. 2016-01-02 19:33:50 +08:00
MoviesExample.json Fix typo and add comments to the example app 2015-03-27 20:44:20 +00:00
NativeComponentsAndroid.md Merge pull request #2973 from corbt/fix_docs 2015-12-14 00:35:42 +05:30
NativeComponentsIOS.md Replace direct access of NativeModules.UIManager with require('UIManager') 2016-01-30 07:36:34 -08:00
NativeModulesAndroid.md Improve docs on Android Native Modules 2016-01-20 06:22:36 -08:00
NativeModulesIOS.md fixed documentation error for native modules docs page 2015-12-14 15:10:46 -06:00
NavigatorComparison.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
Network.md Update incorrect WebSocket example in Network.md 2015-12-26 11:18:51 +00:00
Performance.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
PixelRatio.md Move around the docs a bit 2015-03-25 11:52:29 -07:00
PlatformSpecificInformation.md style and typos 2015-11-24 08:44:34 +01:00
RunningOnDeviceAndroid.md Adds alternative method of opening the dev menu using `adb shell input keyevent 82` 2016-01-06 21:28:16 -05:00
RunningOnDeviceIOS.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
SignedAPKAndroid.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
Style.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
Testing.md Fix typo in Testing.md 2015-12-11 15:22:57 +01:00
Text.md [Website] Put all the guides in the table of content 2015-03-13 21:30:00 -07:00
Timers.md Document colors 2016-01-28 19:37:33 -08:00
Troubleshooting.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
Tutorial.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
Upgrading.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
Videos.md embed more videos 2015-12-17 00:09:49 +08:00