Keito Uchiyama
c36b68e386
docs: Delete Mutation Events (onCharacterDOMModified)
11 years ago
Paul O’Shannessy
34629c666a
docs: remove OUTLINE
11 years ago
Cheng Lou
9c6d46bb14
Add clickable anchors to docs headers
Closes #434
11 years ago
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!
11 years ago
Paul O’Shannessy
e33abf5519
0.5.0 release
Updated README, CHANGELOG, blog post
11 years ago
Paul O’Shannessy
64fe40a058
bump version to 0.6.0-alpha
11 years ago
Paul O’Shannessy
9cde3caa6d
Update docs with supported tags and attributes
11 years ago
petehunt
b5841ea2f3
new addons docs
closes #403
11 years ago
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.
11 years ago
Connor McSheffrey
1e809916ec
fixed broken link on Community Round-up #9 blog post
closes #409
11 years ago
Vjeux
294d00c4ff
Community round-up #9
http://fooo.fr:4000/react/blog/2013/10/03/community-roundup-9.html
11 years ago
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
11 years ago
Cheng Lou
699ee86fc5
Add doc link to DOM differences from JSX gotchas
11 years ago
Paul O’Shannessy
e484a734b5
Fix 404s to non-existent API docs
11 years ago
Paul O’Shannessy
a9f4a67005
Redirect docs/reference.html
11 years ago
Vjeux
05fd8b6d90
Community round-up #8
11 years ago
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.
11 years ago
Keito Uchiyama
3eb25ebafe
Fix typo in doc
11 years ago
Keito Uchiyama
9eeee6960f
Fix use of "it's" in docs
11 years ago
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
11 years ago
SanderSpies
786d431414
Correcting the markdown anchor
11 years ago
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.
11 years ago
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.
11 years ago
Pete Hunt
d476100399
Merge pull request #351 from spicyj/api-docs
Flesh out reference documentation, more API info
11 years ago
Ben Alpert
f566b56ed1
Flesh out reference documentation, more API info
11 years ago
yungsters
bd64af42b5
Add link to third-party `JavaScript (JSX).tmLanguage` in docs.
11 years ago
Paul O’Shannessy
40595a8547
Update wording
11 years ago
Paul O’Shannessy
5377eaf5f4
Update wording
11 years ago
Cheng Lou
c5e1e334a9
Add Stack Overflow link for doc support page.
11 years ago
Paul O’Shannessy
bb517c09b7
Merge pull request #298 from vjeux/pagination
Add pagination to blog
11 years ago
Paul O’Shannessy
1d0a9ae884
Merge pull request #305 from brianr/tutorial-explain-showdown
Tutorial: show how to add showdown.js
11 years ago
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).
11 years ago
Brian Rue
93a516e41b
Tutorial: show how to add showdown.js
11 years ago
Paul O’Shannessy
3996d95131
[docs] Small tweaks as reported in comments
* highlight `</form>`
* use correct id in `getElementById` call
11 years ago
Vjeux
a971ca4e53
Add pagination to blog
- Add pagination
- Display full content in /blog
- Truncate Recent posts
- Add permalink that lists all the blog posts
- Add spacing and bullet around recent posts to make it more readable
11 years ago
Paul O’Shannessy
647ce1553c
Fix capitalization of Tooling Integration page
11 years ago
Vjeux
8deee0eead
Update the tooling page to include pyReact, react-rails and react-page
11 years ago
Vjeux
19d75a4404
Community round-up #7
http://fooo.fr:4000/react/blog/2013/08/26/community-roundup-7.html
11 years ago
Clay Allsopp
85d5a235a8
Add CDNJS to docs. Fixes #244
12 years ago
Paul O’Shannessy
d3cb08a141
Docs: fix header
12 years ago
Paul O’Shannessy
742dc5d0b0
Use script to find remaining 404s. Fix them.
12 years ago
Clay Allsopp
700c3e24cd
Fix broken tutorial link and change wording
12 years ago
Kunal Mehta
8c84a39bd8
Added PyReact blog post.
12 years ago
Stoyan
f29b71f4a8
typo fix
12 years ago
Vjeux
3ae7339eab
Community Round-up #6
12 years ago
Christopher Chedeau
34d17c9f0c
Fix 404 in Getting Started
12 years ago
Paul O’Shannessy
7e824c875a
react-rails blog post
12 years ago
Paul O’Shannessy
85b44dc31c
Merge pull request #207 from thisishugo/patch-1
update dead jsx link to point to an extant page
12 years ago
Paul O’Shannessy
68c560a1fb
Blog post for v0.4.1
12 years ago
Paul O’Shannessy
4fc9a36e24
Fix "Suppport" type in docs
12 years ago