File tree Expand file tree Collapse file tree 2 files changed +32
-33
lines changed Expand file tree Collapse file tree 2 files changed +32
-33
lines changed Original file line number Diff line number Diff line change 1
- ---
1
+ ---
2
2
baseurl : /react
3
3
url : http://facebook.github.io
4
4
permalink : /blog/:year/:month/:day/:title.html
5
- exclude :
5
+ exclude :
6
6
- Gemfile
7
7
- Gemfile.lock
8
8
- README.md
9
9
- Rakefile
10
- redcarpet :
11
- extensions :
10
+ redcarpet :
11
+ extensions :
12
12
- fenced_code_blocks
13
13
pygments : true
14
14
name : React
15
15
markdown : redcarpet
16
- react_version : 0.4.0a
16
+ react_version : 0.4.0
17
17
description : A JavaScript library for building user interfaces
18
18
relative_permalinks : true
19
-
20
19
nav_docs_sections :
21
20
- title : Quick Start
22
21
items :
@@ -26,29 +25,29 @@ nav_docs_sections:
26
25
title : Tutorial
27
26
- title : Guides
28
27
items :
29
- - id : why-react
30
- title : Why React?
31
- - id : displaying-data
32
- title : Displaying Data
33
- subitems :
34
- - id : jsx-in-depth
35
- title : JSX in Depth
36
- - id : jsx-gotchas
37
- title : JSX Gotchas
38
- - id : interactivity-and-dynamic-uis
39
- title : Interactivity and Dynamic UIs
40
- - id : multiple-components
41
- title : Multiple Components
42
- - id : reusable-components
43
- title : Reusable Components
44
- - id : forms
45
- title : Forms
46
- - id : working-with-the-browser
47
- title : Working With the Browser
48
- subitems :
49
- - id : more-about-refs
50
- title : More About Refs
51
- - id : tooling-integration
52
- title : Tooling integration
53
- - id : reference
54
- title : Reference
28
+ - id : why-react
29
+ title : Why React?
30
+ - id : displaying-data
31
+ title : Displaying Data
32
+ subitems :
33
+ - id : jsx-in-depth
34
+ title : JSX in Depth
35
+ - id : jsx-gotchas
36
+ title : JSX Gotchas
37
+ - id : interactivity-and-dynamic-uis
38
+ title : Interactivity and Dynamic UIs
39
+ - id : multiple-components
40
+ title : Multiple Components
41
+ - id : reusable-components
42
+ title : Reusable Components
43
+ - id : forms
44
+ title : Forms
45
+ - id : working-with-the-browser
46
+ title : Working With the Browser
47
+ subitems :
48
+ - id : more-about-refs
49
+ title : More About Refs
50
+ - id : tooling-integration
51
+ title : Tooling integration
52
+ - id : reference
53
+ title : Reference
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-tools" ,
3
- "version" : " 0.4.0a " ,
3
+ "version" : " 0.4.0 " ,
4
4
"keywords" : [
5
5
" react" ,
6
6
" jsx" ,
You can’t perform that action at this time.
0 commit comments