Commit Graph

11 Commits

Author SHA1 Message Date
Andrew Clark 9d80600b63 React 16 blog post and docs 2017-09-26 09:12:41 -07:00
Dan Abramov 62b34d3573 Update error codes 2017-09-14 13:43:40 +01:00
Flarnie Marchan cbf4858b39 Update error codes (#10622)
**what is the change?:**
This just updated the error codes on the docs.

For my future self, recording the steps it took to get here:
- On master, run `npm run build -- --extract-errors`
- Create a commit with those changes, and open a PR
  (https://github.com/facebook/react/pull/10619)
- Cherry-pick that commit onto 15-stable, and open a PR
  (https://github.com/facebook/react/pull/10621)
- Update the error codes on the `gh-pages branch` by doing the
  following based on docs
  (https://github.com/facebook/react/tree/master/docs#updating-facebookgithubioreact):
  - Set up a sister directory to `react` with `gh-pages` checked out,
    and call it `react-gh-pages`
  - In your `react` repo, with `15-stable` checked out and the
    error-codes update cherry-picked, run:
    `cd docs && bundle rake exec && bundle exec rake fetch_remotes && bundle exec rake release`
  - `cd ../react-gh-pages` and check in those changes, create a
    commit/PR
  - Manually test running the docs

**why make this change?:**
Even though this is just an RC, and not a final major release, we still
want the docs to be as up-to-date as possible.

**test plan:**
Run the docs locally and make sure things work.
(Flarnie will insert screenshots.)

**issue:**
https://github.com/facebook/react/issues/8854
2017-09-06 11:14:17 -07:00
Dan Abramov c4efcecd98 Update error map 2017-08-04 00:38:15 +01:00
Circle CI 0be0c9ca72 Rebuild website 2017-07-26 12:43:31 -07:00
Dan Abramov 5934242b7e Rebuild website 2016-11-16 14:53:46 +00:00
Paul O’Shannessy 2d90a5ba61 Rebuild website 2016-08-19 11:57:12 -07:00
Travis CI e71c772d12 Rebuild website 2016-07-29 18:42:31 +00:00
Travis CI a5c102546b Rebuild website 2016-07-08 22:46:54 +00:00
Travis CI e6b4020059 Rebuild website 2016-07-01 19:00:57 +00:00
Paul O’Shannessy 35ebcd3c55 Rebuild website 2016-06-07 16:35:54 -07:00