File tree Expand file tree Collapse file tree 5 files changed +17
-2
lines changed Expand file tree Collapse file tree 5 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,16 @@ tutorial_ng2:
43
43
- title : " Hello Galaxy!"
44
44
url : /tutorial/ng2/hellogalaxy
45
45
46
+ tutorial_react :
47
+ - title : " Tutorial - React"
48
+ children :
49
+ - title : " Hello World!"
50
+ url : /tutorial/react/helloworld
51
+ - title : " Hello Solar System!"
52
+ url : /tutorial/react/hellosolarsystem
53
+ - title : " Hello Galaxy!"
54
+ url : /tutorial/react/hellogalaxy
55
+
46
56
guide :
47
57
- title : " Guide"
48
58
children :
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " UI-Router for React - Hello Galaxy!"
3
3
excerpt : " Learn about Nested States and Nested Views"
4
+ layout : single
5
+ sitemap : true
4
6
---
5
7
{% include toc icon="columns" title="Hello Galaxy!" %}
6
8
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " UI-Router for React - Hello Solar System!"
3
3
excerpt : " Learn about parameters and resolve data"
4
+ layout : single
5
+ sitemap : true
4
6
---
5
7
{% include toc icon="columns" title="Hello Solar System!" %}
6
8
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " UI-Router for React - Hello World!"
3
- layout : single
4
3
excerpt : " Getting started with UI-Router for React"
4
+ layout : single
5
5
sitemap : true
6
6
---
7
7
Original file line number Diff line number Diff line change 37
37
"watch:all" : " npm-run-all --parallel watch:css watch:js" ,
38
38
"build:css" : " npm run scss && npm run autoprefixer" ,
39
39
"build:js" : " npm run uglify" ,
40
- "build:all" : " npm run build:css && build:js"
40
+ "build:all" : " npm run build:css && build:js" ,
41
+ "start" : " npm run watch:all & jekyll serve"
41
42
}
42
43
}
You can’t perform that action at this time.
0 commit comments