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
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
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
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
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
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
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
Stoyan
f29b71f4a8
typo fix
12 years ago
Christopher Chedeau
34d17c9f0c
Fix 404 in Getting Started
12 years ago
Paul O’Shannessy
4fc9a36e24
Fix "Suppport" type in docs
12 years ago
Cheng Lou
31c46182c0
fix typos
12 years ago
Jamie Wong
84c0556123
s/pased/passed
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
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
9e96cc247a
[docs] Make sure JSX comments code is in block
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
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