Commit Graph

51 Commits

Author SHA1 Message Date
Paul O’Shannessy fd93cfb229 Merge in latest docs changes 2013-12-02 15:51:23 -08:00
Vjeux 6d37c780ed merging a lot of stuff
- splitting addons into 3 pages
- add docs for classSet
- classSet semicolon missing
- className htmlFor
- anchors for links
2013-11-19 23:30:01 +01:00
Paul O’Shannessy c4ed771b1f Tips! See #362 for details 2013-11-14 15:19:53 -08:00
Paul O’Shannessy 7ec2988c71 Latest docs changes
* fb1a072 - fix doc & example transition opacity from .99 to 1
* c1c7a60 - Added clearfix to blog content holder
* adad0d7 - Fixes the name of the component on documentation
* e7f48a6 - Prevents header anchors from interfering with clickable content.
2013-11-13 17:56:22 -08:00
Paul O’Shannessy 499a3324b1 move docs tooling, immutable state
* d47d509637
* d3cee1ee2e
2013-11-08 13:32:38 -08:00
Paul O’Shannessy 4c00e8f69a Thinking in React blog post, jQuery cleanup in tutorial 2013-11-05 14:43:49 -08:00
Paul O’Shannessy 0ac7832631 Updated with latest changes, mostly to fix tutorial 2013-11-04 17:23:48 -08:00
Paul O’Shannessy 7dd0009c60 v0.5.1 2013-10-29 11:51:20 -07:00
Paul O’Shannessy c7b896be20 Updated API docs 2013-10-26 17:49:23 -07:00
Paul O’Shannessy 97654abcaa Latest changes
* 2c35ed8068
* c994cc24c3
2013-10-25 18:27:03 -07:00
Paul O’Shannessy 7e99f8eec3 remove OUTLINE, make header links clickable 2013-10-21 15:22:09 -07:00
Paul O’Shannessy fdb12c2ea3 v0.5.0 2013-10-16 11:53:27 -07:00
Paul O’Shannessy 4686b1361a Update polyfill phrasing 2013-10-08 16:34:26 -07:00
Paul O’Shannessy ffa4af3be0 use fb app id for comments, community roundup #9 2013-10-03 15:22:29 -07:00
Paul O’Shannessy caf773d5a6 NEW API DOCS! 2013-09-24 16:07:14 -07:00
Paul O’Shannessy b80668577d Updates (header ids, blog post, typos) 2013-09-24 14:34:40 -07:00
Paul O’Shannessy 30d40aa15f Various updates, primarily pagination on the blog 2013-09-04 15:35:39 -07:00
Paul O’Shannessy bacf855ed8 Community Roundup 7, Tooling Integration fixes 2013-08-26 14:58:42 -07:00
Paul O’Shannessy 33669c1390 Fix 404s, link to CDNJS 2013-08-22 11:15:42 -07:00
Paul O’Shannessy 3a3aa47d32 Typo fix and PyReact blog post 2013-08-19 14:56:01 -07:00
Paul O’Shannessy 84d945f7da Fix typo in get started page 2013-08-05 09:38:58 -07:00
Paul O’Shannessy 171d3e64a0 some docs updates, react-rails blog post 2013-07-30 15:27:56 -07:00
Paul O’Shannessy 59ce7e4a8f v0.4.1 2013-07-26 15:32:59 -07:00
Paul O’Shannessy 9f6e8e466a Pick up all of recent docs fixes, latest blog post 2013-07-23 09:31:02 -07:00
Paul O’Shannessy 3dd6235041 v0.4.0 2013-07-17 11:35:48 -07:00
Paul O’Shannessy 3ce6c88952 A couple docs updates, new blog post 2013-07-11 15:59:51 -07:00
Paul O’Shannessy b3aa6ba924 Sync to latest 2013-06-28 09:50:26 -07:00
Paul O’Shannessy 83fe3ddaee v0.3.3 2013-06-20 15:12:41 -07:00
Paul O’Shannessy a7b717162f New blog post, fix bug in JSX docs 2013-06-19 12:37:34 -07:00
Paul O’Shannessy 7332a0fe8a Use absolute URLs for FB comments box 2013-06-18 10:22:22 -07:00
Paul O’Shannessy 4f23af6a15 Update site to latest 2013-06-18 09:23:45 -07:00
Paul O’Shannessy 30e65b2ba7 Update to latest, including communnity roundup blog post 2013-06-12 14:12:30 -07:00
Paul O’Shannessy 4346b10363 Update to latest master, including blog posts 2013-06-05 09:08:04 -07:00
Paul O’Shannessy d06a7ef606 v0.3.2 2013-05-31 17:02:37 -07:00
Paul O’Shannessy 8571e6814b Updated tutorial 2013-05-31 16:25:53 -07:00
Paul O’Shannessy 1d628ef207 v0.3.1 2013-05-30 15:02:20 -07:00
Paul O’Shannessy cff20b7a4c Roll up latest changes to master 2013-05-30 11:49:38 -07:00
Paul O’Shannessy 7a92c4bf95 Update docs to latest master 2013-05-29 18:43:04 -07:00
Paul O’Shannessy 8e76af2192 Cleanup pages branch. 2013-05-29 15:18:56 -07:00
Paul O’Shannessy ddb56ac56a Analytics 2013-05-29 14:10:20 -07:00
Paul O’Shannessy 6c61658bba Updated to latest master build 2013-05-29 17:07:32 -04:00
Paul O’Shannessy 6de0ab3293 v0.3.0 2013-05-29 17:07:32 -04:00
yungsters eaae75991b [website] Add Google Analytics. 2013-05-29 14:01:42 -07:00
Timothy Yung 575bdb2932 Merge pull request #6 from paulshen/apidocs
[docs] Clean up formatting on /api.html
2013-05-29 13:54:13 -07:00
Paul Shen b416760df0 [docs] Clean up formatting on /api.html 2013-05-29 13:53:08 -07:00
yungsters 99088b38d3 [docs] Improve "Event Handling" documentation.
Added some additional examples to explain common usage patterns for custom events.
2013-05-29 13:48:12 -07:00
Paul Shen ef6754bce5 [docs] Fix couple minor typos/spelling 2013-05-29 13:37:07 -07:00
Paul Shen c5b4fe9e88 [docs] Fix button links on bottom of home 2013-05-29 13:30:50 -07:00
petehunt e20747ef9b Fix live editor on mobile devices 2013-05-29 13:24:51 -07:00
petehunt 6fc478516b Fix some URLs 2013-05-29 13:11:15 -07:00