People often send pull requests which update both code and /docs which makes sense. However, when the PR is merged, the docs go live immediately but the code is only released in up to 4 weeks. This means the docs are inconsistent with the APIs and CLI commands people get when using React Native.
Here's an idea:
We could have one per release (0.12.1, 0.12.2, ...) but that seems unnecessary.
The website is generated by Travis running the publish.sh script (see travis.yml) .
We could implement this by simply having subfolders in the static generated content: https://github.com/facebook/react-native/tree/gh-pages
People often send pull requests which update both code and /docs which makes sense. However, when the PR is merged, the docs go live immediately but the code is only released in up to 4 weeks. This means the docs are inconsistent with the APIs and CLI commands people get when using React Native.
Here's an idea:
We could have one per release (0.12.1, 0.12.2, ...) but that seems unnecessary.
The website is generated by Travis running the
publish.shscript (seetravis.yml) .We could implement this by simply having subfolders in the static generated content: https://github.com/facebook/react-native/tree/gh-pages