Paul O’Shannessy
4fc9a36e24
Fix "Suppport" type in docs
12 years ago
Vjeux
088f42b224
Community Round-up #5
http://fooo.fr:4000/react/blog/2013/07/20/community-roundup-5.html
12 years ago
Paul O’Shannessy
22b7a70f69
Merge pull request #216 from phleet/patch-1
Docs Typo Fix: s/pased/passed
12 years ago
Cheng Lou
31c46182c0
fix typos
12 years ago
Jamie Wong
84c0556123
s/pased/passed
12 years ago
Paul O’Shannessy
0b33e77454
Merge pull request #212 from spicyj/docfix
One-character typo fix
12 years ago
Ben Alpert
37d37c6592
One-character typo fix
12 years ago
Jamie Wong
f5110ba4ac
Docs Typo Fix: s/distinciton/distinction
12 years ago
Hugo Jobling
091697a887
remove dead link
the event handling doc page no longer exists
12 years ago
Hugo Jobling
79fca32e1b
put closing paren in correct place
12 years ago
Hugo Jobling
f5d3500cfa
update dead jsx link to point to an extant page
syntax.html no longer exists, so point people at the in depth article instead.
12 years ago
Ben Alpert
8b5822bdf8
Fix all errors and warnings on homepage
Also onChange instead of onInput in two places!
12 years ago
Paul O’Shannessy
c3b5e071e5
Merge branch 'chenglou-master'
Conflicts:
docs/_js/examples/markdown.js
12 years ago
Cheng Lou
bdd6911dff
todo fix
12 years ago
Cheng Lou
084e726d3c
jsx
12 years ago
Paul O’Shannessy
82c93338fb
Fix typo in blogpost
I fixed this in the changelog, but missed this one.
12 years ago
Cheng Lou
d0b7884924
textarea format
12 years ago
Paul O’Shannessy
f6ec9484a8
Typo in changelog, update blog leading sentence.
12 years ago
Paul O’Shannessy
4081cebe6d
Bump version for v0.4.0
12 years ago
Paul O’Shannessy
145ac34760
remove likebutton from docs for now
it has some facebook-ism in there and it's probably shouldn't be on the
site.
12 years ago
Paul O’Shannessy
fa79727a2e
Blog post for 0.4
12 years ago
Paul O’Shannessy
9e96cc247a
[docs] Make sure JSX comments code is in block
12 years ago
Paul O’Shannessy
6c7127e8ba
Add CHANGELOG at the root, remove from downloads page
12 years ago
Paul O’Shannessy
076d8fc5a8
[docs] Prop validation + cleanup default props
12 years ago
Paul O’Shannessy
d124dd6440
[docs] Remove @benjamn's TODO for testing
12 years ago
Paul O’Shannessy
ba1db591d9
Write Default Props section
12 years ago
Paul O’Shannessy
7ba3a79150
[docs] fix typo
"L" is not ":"
12 years ago
Paul O’Shannessy
3e9341139b
[docs] Fix broken links
12 years ago
Pete Hunt
ef356249f9
Update DOM differences docs to include a note about the style attribute.
12 years ago
Paul O’Shannessy
2a5ad2b735
re-bold some text so it stands out better
12 years ago
Paul O’Shannessy
459daa63da
Remove React.autoBind from examples
12 years ago
Paul O’Shannessy
609a3766bd
em dashes
12 years ago
Paul O’Shannessy
225abe1ec8
Standardized Markdown lists
12 years ago
Paul O’Shannessy
8508eb90df
Cleanup "Reference"
(unlinked likebutton tutorial - not updated enough for public)
12 years ago
Paul O’Shannessy
a981424f65
Cleanup "Tooling Integration"
12 years ago
Paul O’Shannessy
71636174d8
Cleanup "More About Refs"
12 years ago
Paul O’Shannessy
9815d5289f
Cleanup "Working With the Browser"
12 years ago
Paul O’Shannessy
eec652323c
Cleanup "Forms"
12 years ago
Paul O’Shannessy
8687f36982
Cleanup "Reusable Components"
12 years ago
Paul O’Shannessy
fda687be89
Cleanup "Multiple Components"
12 years ago
Paul O’Shannessy
f176099499
Cleanup "Interactivity and Dynamic UIs"
12 years ago
Paul O’Shannessy
7db2a09c97
Cleanup "JSX Gotchas"
12 years ago
Paul O’Shannessy
45fe80393c
Cleanup "JSX in Depth"
12 years ago
Paul O’Shannessy
77a43c1727
Cleanup "Displaying Data"
12 years ago
Paul O’Shannessy
1e2a332c1d
Merge remote-tracking branch 'upstream/docs-refactor' into HEAD
12 years ago
Cheng Lou
3bd37c78e1
grammar error
12 years ago
Cheng Lou
7406731c6c
changing back to 'give it five minutes', tweak that sentence
12 years ago
Paul O’Shannessy
fd5e9603d1
Don't hard code React version anywhere
12 years ago
Cheng Lou
e5d73d8e0d
Tweaked the intro page
Here are some ideas that I think work better:
- 15 repetitions of "React". Removed a few.
- The "two main ideas" weren't clearly separated. I put them under different headers and simplified the wording.
- The "Give it Five Minutes section didn't sound as reassuring. Made it sound more certain.
12 years ago
Paul O’Shannessy
118bb6ca92
Autogen the docs nav
This is still the same amount of duplication, except way easier to
parse. Docs nav now lives in `_config.yml` and you must restart jekyll
to see changes to that list (since config is only read at jekyll launch)
12 years ago