Vojtech Novak
41fac0584a
Update Upgrading.md
...
Summary:
the linked [repo](https://github.com/ncuillery/rn-diff ) can help significantly ease the upgrade process.
Closes https://github.com/facebook/react-native/pull/10953
Differential Revision: D4222341
Pulled By: mkonicek
fbshipit-source-id: 5ff4952ecc38f816c404bb56af4d744cf84aef7d
2016-11-22 13:43:32 -08:00
Gant Laborde
bafc6ddbd1
remove busywork of upgrade docs, move to symbols
...
Summary:
We constantly get PRs that are busywork.
_e.g._ https://github.com/facebook/react-native/pull/10555#issuecomment-256301537
This PR hopefully makes a clear doc that won't get PRs.
Closes https://github.com/facebook/react-native/pull/10595
Differential Revision: D4089166
Pulled By: JoelMarcey
fbshipit-source-id: cf5af53ecc868a7a3e6c2e14edcb6f271fdd6190
2016-10-27 10:29:12 -07:00
KG32
100a31412f
Update Upgrading.md
...
Summary:
Docs upgrading section - changed 0.31 to 0.34.
Closes https://github.com/facebook/react-native/pull/10085
Differential Revision: D3919253
fbshipit-source-id: b0dc34ba8d5f97dca8de2def15c7059d40eadc37
2016-09-24 11:28:31 -07:00
Sreejumon
a4bff46791
Update Upgrading.md
...
Summary:
Updating the RN version 0.31, so that doc is also upto date with latest version.
Closes https://github.com/facebook/react-native/pull/9247
Differential Revision: D3677606
fbshipit-source-id: 8ec5999dfaa243377d85a533935ccfe2d4c97fae
2016-08-05 13:43:35 -07:00
Gant
cc05a710f9
Docs update - Direct user to changelog for manual steps of version
...
Summary:
For some reason the last PR targeted 0.30-stable as pointed out by charpeni - here: https://github.com/facebook/react-native/pull/9010
Fixed here in a second PR, due to the fact that initial PR would not allow a change.
Closes https://github.com/facebook/react-native/pull/9013
Differential Revision: D3641602
fbshipit-source-id: e874dbd24d214f6c88310bb4be7cc334528cc014
2016-07-29 08:43:34 -07:00
Joel Marcey
b1e49832ef
Make prev links work in guides and APIs.
...
Summary:
We had rendering support for prev links, but we never had any previous links in our metadata. Only next links. This adds that support to both Guides and APIs.
**For guides**: `previous` is manually inserted into the metadata of the actual markdown file.
**For APIs/Components**: `previous` is established via code within `extractDocs.js`
> This isn't totally perfect. For example, the transition from the last guide to the first API/component has a next link from the guide, but not a previous link from the API since the way you get the previous links are different from guides and APIs. But this gets us really close.
Closes https://github.com/facebook/react-native/pull/8754
Differential Revision: D3557972
Pulled By: hramos
fbshipit-source-id: e270bb51e7a4f59f61dad28ae0928d27d0af3d4a
2016-07-13 14:58:27 -07:00
Alessandro Nadalin
0e82eb3bed
Update Upgrading.md
...
Summary:
Just updating the docs as .18 is quite old :)
Closes https://github.com/facebook/react-native/pull/7824
Differential Revision: D3371417
Pulled By: javache
fbshipit-source-id: 91b8249f814eeef68cbeff4b481624644dc7be73
2016-06-01 05:43:32 -07:00
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
sunnylqm
019c564941
use a better way to update react-native package
2015-12-26 23:09:14 +08:00
Emilio Rodriguez
3686facdda
[Docs] Document Platform in the modules section of the docs #3701
2015-11-18 12:04:19 +01:00
Alex Kotliarskyi
28ef2316da
Add manual instructions on upgrading 0.13 -> 0.14
2015-11-09 15:55:03 -08:00
Felix Oghină
201318f949
[docs] remove note about upgrade not being available in stable
2015-11-05 15:20:25 -08:00
Martin Konicek
1c1e1ece99
Update Upgrading.md
2015-10-27 19:29:33 +00:00
Felix Oghină
880a06a4b2
[docs] add bundle and upgrade docs
2015-10-22 19:11:38 +01:00