Paul O’Shannessy
04fd4e96c4
Merge pull request #522 from pieter-vanderwerff/blog-footer-position-fix
Added clearfix to blog content holder
11 years ago
Paul O’Shannessy
155e62b86d
Merge pull request #493 from guidobouman/master
Prevent header anchors from interfering with clickable content in docs.
11 years ago
Pieter Vanderwerff
6fd0fabda9
Added clearfix to blog content holder
11 years ago
Paul O’Shannessy
7f9c7c1f80
Small cleanup to tips intro
11 years ago
Connor McSheffrey
b8c7f3cdfd
Renamed Cookbook references to tips. Reworded intro (sounded weird because it still referenced cookbooks. Updated some entry ID's (some side nav links didn't match entry permalinks)
11 years ago
Fabio M. Costa
d469a4e694
Fixes the name of the component on documentation
AvatarImage -> Avatar
11 years ago
Cheng Lou
12d16c92d8
update add-ons docs based on feedbacks
- Overview of add-ons for the add-ons page.
- Better title for `ReactLink`.
- Nicer code format for classSet example.
- Better explanation for `classSet`.
11 years ago
petehunt
ee83ad9f88
Make state immutable in tutorial (eek)
11 years ago
Guido Bouman
7473b3b2aa
Prevents header anchors from interfering with clickable content.
11 years ago
Cheng Lou
4217596377
move docs tooling from JSX in Depth
Also removes the code wrap around the syntax highlighting link.
11 years ago
Vjeux
aca39bc464
Community round-up #10
11 years ago
Ben Alpert
ca972443e7
Use smaller blog images and host directly
11 years ago
Cheng Lou
686ea54857
add docs lowercase mention for data- and aria-
11 years ago
Andrey Popp
0d758e0800
"Thinking in React": fix list formatting
11 years ago
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.
11 years ago
petehunt
efa5a1a464
rename
11 years ago
petehunt
2e8c5d93b5
rename
11 years ago
petehunt
938c2f2c08
make props/state section less intense
11 years ago
petehunt
68dc2e4cae
blogify
11 years ago
Paul O’Shannessy
67d4e7ebaf
Remove jQuery version number from tutorial docs
11 years ago
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!).
11 years ago
Cheng Lou
df40e92e29
fix title case for docs tips everywhere
11 years ago
petehunt
7c9eb94833
Update tutorial to use className
11 years ago
petehunt
3a4713c6c2
get rid of composition
11 years ago
Paul O’Shannessy
9b3c3b63e2
[docs] Clarify when `getInitialState` is called.
11 years ago
petehunt
44afce5f60
less aggro
11 years ago
Cheng Lou
87c91649f3
add docs on `classSet` add-on
11 years ago
Cheng Lou
c60838de08
split add-ons into subsections
In preparation for documenting `classSet` add-on.
11 years ago
Cheng Lou
c4ad7db26f
fix doc & example transition opacity from .99 to 1
The initial thought was that an opacity animation from 0.01 to 1 causes trouble on some browser. But after testing on opera 12.15, ff 23, ie 10, chrome 30, desktop/mobile safari 7 and chrome android I confirm this works.
11 years ago
Connor McSheffrey
f1395296b2
Update nav config with new entry names/permalinks
11 years ago
Cheng Lou
c4bf9aa5bd
title case for entry titles; fix two entry names
11 years ago
Connor McSheffrey
1c0b37f10a
Merge pull request #17 from chenglou/feat-documentation-cookbook
fix 3 more entries
11 years ago
Connor McSheffrey
86718357cf
Removed grunt task for building live edits and removed js link conditional at bottom of layout since we're no longer conditionally loading live edit js for cookbook pages
11 years ago
Paul O’Shannessy
2b19e3a226
blog post for 0.5.1
11 years ago
Cheng Lou
e6101bd4ca
ex for entry 7
11 years ago
Connor McSheffrey
7aaa32c9e8
Removed JS for live edit
11 years ago
Cheng Lou
d10e60b7cd
Merge branch 'feat-documentation-cookbook' of https://github.com/mcsheffrey/react into feat-documentation-cookbook
11 years ago
Cheng Lou
4e3dd23316
fix 2 more entries
11 years ago
Connor McSheffrey
b81366d561
Removed .js extension from Cookbook Introduction description
11 years ago
Cheng Lou
3c5555af50
new line at end of nac_docs; update to entry 4
11 years ago
Connor McSheffrey
3b8c13d08d
Removed Q&A format
11 years ago
Connor McSheffrey
871b6c4252
Removing the grunt task generated live edit JS files since we're holding off on the inline edit feature for now
11 years ago
Cheng Lou
3545fe394c
better grammar
11 years ago
Cheng Lou
7f14b38499
entry on `false` behavior
11 years ago
Connor McSheffrey
854593e574
Remove cb prefix from cookbook entries since they're already in /cookbook/ directory
11 years ago
Connor McSheffrey
b18b0c9c9a
removed cookbook prefix from filenames
11 years ago
Connor McSheffrey
ae78fe9e12
better regex for filename
11 years ago
Connor McSheffrey
89384f4071
undo changes to extractCode, using grunt task instead
11 years ago
Connor McSheffrey
8d3d63cd96
added function that write to the output html file
11 years ago
Connor McSheffrey
d0467822e4
added seperate cookbook layout (since URL base of next/prev is hardcoded in layout), added next/prev yaml meta to each cookbook entry until I can find a way of generating them dynamically
11 years ago