Commit Graph

264 Commits

Author SHA1 Message Date
Cheng Lou
4217596377 move docs tooling from JSX in Depth
Also removes the code wrap around the syntax highlighting link.
2013-11-07 14:25:54 -05:00
Vjeux
aca39bc464 Community round-up #10 2013-11-06 12:36:30 -08:00
Ben Alpert
ca972443e7 Use smaller blog images and host directly 2013-11-05 18:54:29 -08:00
Cheng Lou
686ea54857 add docs lowercase mention for data- and aria- 2013-11-05 21:02:06 -05:00
Andrey Popp
0d758e0800 "Thinking in React": fix list formatting 2013-11-06 03:50:28 +04:00
Paul O’Shannessy
3a062af469 Move header link styling out of documentation only
It's used in blog posts too. I also constrained it to just the anchor
class to avoid any other headers we have.
2013-11-05 15:04:57 -08:00
petehunt
efa5a1a464 rename 2013-11-05 14:25:46 -08:00
petehunt
2e8c5d93b5 rename 2013-11-05 14:23:12 -08:00
petehunt
938c2f2c08 make props/state section less intense 2013-11-05 14:21:15 -08:00
petehunt
68dc2e4cae blogify 2013-11-05 14:21:15 -08:00
Paul O’Shannessy
67d4e7ebaf Remove jQuery version number from tutorial docs 2013-11-05 11:29:00 -08:00
Ben Alpert
2f08e7f3d0 tutorial: Simplify ajax options
dataType was unnecessary; mimeType was both unnecessary and wrong in this case. Also removed an unnecessary bind and changed pollInterval to 2000 ms for consistency with https://github.com/petehunt/react-tutorial (faster is nicer if you actually try it out!).
2013-11-05 11:17:37 -08:00
petehunt
7c9eb94833 Update tutorial to use className 2013-11-04 17:04:25 -08:00
Paul O’Shannessy
9b3c3b63e2 [docs] Clarify when getInitialState is called. 2013-11-01 15:29:10 -07:00
Paul O’Shannessy
2b19e3a226 blog post for 0.5.1 2013-10-29 13:16:53 -07:00
Ben Alpert
b59db6058e Move heading anchors 50px up to avoid nav bar
Fixes #447.

We do this by moving the actual anchored element up in the page without moving the actual text. (Apple uses a similar trick in their framed docs.) Now this looks a bit sillier on smaller screens but it's better overall.
2013-10-28 13:52:58 -07:00
Paul O’Shannessy
9f6b329d8a Update API docs for unmountAndReleaseReactRootNode 2013-10-26 17:42:34 -07:00
Brian Rue
2226476039 ReactTransitionGroup example: fix typo and logic bug in handleRemove 2013-10-25 18:03:31 -07:00
Keito Uchiyama
c36b68e386 docs: Delete Mutation Events (onCharacterDOMModified) 2013-10-21 19:56:49 -07:00
Paul O’Shannessy
34629c666a docs: remove OUTLINE 2013-10-21 15:20:01 -07:00
Cheng Lou
9c6d46bb14 Add clickable anchors to docs headers
Closes #434
2013-10-21 14:27:31 -07:00
Paul O’Shannessy
9c8084f396 Fix live editor examples on home page.
Remember that one time I wrote release notes and said:

> This is a breaking change - if you were using class, you must change
> this to className or your components will be visually broken.

Good thing I didn't listen to myself!
2013-10-16 17:56:51 -07:00
Paul O’Shannessy
e33abf5519 0.5.0 release
Updated README, CHANGELOG, blog post
2013-10-16 11:43:09 -07:00
Paul O’Shannessy
64fe40a058 bump version to 0.6.0-alpha 2013-10-15 22:39:28 -07:00
Paul O’Shannessy
9cde3caa6d Update docs with supported tags and attributes 2013-10-15 18:15:24 -07:00
petehunt
b5841ea2f3 new addons docs
closes #403
2013-10-15 14:09:21 -07:00
Ben Alpert
3328553ecc Tweak verbiage about required polyfills
I found it weird how the es5-shim comment came after the list of functions; now it's before.
2013-10-08 16:25:29 -07:00
Connor McSheffrey
1e809916ec fixed broken link on Community Round-up #9 blog post
closes #409
2013-10-08 11:09:33 -07:00
Vjeux
294d00c4ff Community round-up #9
http://fooo.fr:4000/react/blog/2013/10/03/community-roundup-9.html
2013-10-03 15:18:21 -07:00
Vjeux
8479315f6c Add app id for comments moderation
This way we can be notified when any new comment appear in the docs/blog and add moderators
2013-10-03 22:32:20 +02:00
Cheng Lou
699ee86fc5 Add doc link to DOM differences from JSX gotchas 2013-09-30 20:46:41 -04:00
Paul O’Shannessy
e484a734b5 Fix 404s to non-existent API docs 2013-09-24 16:00:52 -07:00
Paul O’Shannessy
a9f4a67005 Redirect docs/reference.html 2013-09-24 15:47:17 -07:00
Vjeux
05fd8b6d90 Community round-up #8 2013-09-24 14:18:11 -07:00
Paul O’Shannessy
819a59c995 Docs: Give headers ids for easy linking
This gives markdown headers an id so that we can link directly to
sections of our docs. This is better than the alternative of adding them
all ourselves.
2013-09-23 10:30:51 -07:00
Keito Uchiyama
3eb25ebafe Fix typo in doc 2013-09-22 15:09:36 -07:00
Keito Uchiyama
9eeee6960f Fix use of "it's" in docs 2013-09-22 13:24:25 -07:00
SanderSpies
ecbc0951e3 - removed creation of the id within the tooling integration doc (expect this to be done by @zpao's pull request)
- removed the if statement and now always provide a warning message (as proposed by @spicyj)
- improved the warning message
2013-09-19 06:48:38 +02:00
SanderSpies
786d431414 Correcting the markdown anchor 2013-09-19 00:58:37 +02:00
SanderSpies
cce5f4e167 Give the user a warning when using unoptimized JSX code and send the user to the correct location in the documentation to optimize. 2013-09-19 00:55:10 +02:00
Paul O’Shannessy
4560b07a6e Don't update the docs version by default
This was leading to a lot of unnecessary churn in the config file since
different YAML versions were serializing differently.
2013-09-18 10:40:12 -07:00
Pete Hunt
d476100399 Merge pull request #351 from spicyj/api-docs
Flesh out reference documentation, more API info
2013-09-17 16:12:16 -07:00
Ben Alpert
f566b56ed1 Flesh out reference documentation, more API info 2013-09-17 16:01:57 -07:00
yungsters
bd64af42b5 Add link to third-party JavaScript (JSX).tmLanguage in docs. 2013-09-17 13:30:53 -07:00
Paul O’Shannessy
40595a8547 Update wording 2013-09-14 13:48:17 +02:00
Paul O’Shannessy
5377eaf5f4 Update wording 2013-09-04 15:26:31 -07:00
Cheng Lou
c5e1e334a9 Add Stack Overflow link for doc support page. 2013-09-04 16:01:48 -04:00
Paul O’Shannessy
bb517c09b7 Merge pull request #298 from vjeux/pagination
Add pagination to blog
2013-09-03 13:35:12 -07:00
Paul O’Shannessy
1d0a9ae884 Merge pull request #305 from brianr/tutorial-explain-showdown
Tutorial: show how to add showdown.js
2013-09-03 13:33:05 -07:00
Paul O’Shannessy
11a054c764 Redirect /docs to the right page
I've hit this a few times where I want to get to docs so I take whatever
my urlbar gives me and strip out the actual page so I can get to the
root, however that's a 404.

This introduces a super easy way to redirect, which could be handy in
the future as docs get rewritten.

I would much rather do this with a real htaccess file or even just
handle 404s gracefully, but that's not currently an option with GitHub
pages (since we generate our own and don't use a custom domain).
2013-09-03 13:25:23 -07:00