-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Closed
Labels
Good first issueInterested in collaborating? Take a stab at fixing one of these issues.Interested in collaborating? Take a stab at fixing one of these issues.Help Wanted
Issues ideal for external contributors.Issues ideal for external contributors.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
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:
- https://facebook.github.io/react-native/0.13/docs/ are docs for the 0.13.0-stable branch
- https://facebook.github.io/react-native/0.12/docs/ are docs for the 0.12.0-stable branch
- https://facebook.github.io/react-native/master/docs/ are docs for master (current version)
- https://facebook.github.io/react-native/docs/ are docs for the latest non-rc branch (same as 0.12/docs)
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
Metadata
Metadata
Assignees
Labels
Good first issueInterested in collaborating? Take a stab at fixing one of these issues.Interested in collaborating? Take a stab at fixing one of these issues.Help Wanted
Issues ideal for external contributors.Issues ideal for external contributors.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.