File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,18 @@ module.exports = function (grunt) {
93
93
options : {
94
94
dest : 'CHANGELOG.md'
95
95
}
96
+ } ,
97
+ ngdocs : {
98
+ options : {
99
+ dest : 'site' ,
100
+ html5Mode : false ,
101
+ title : 'UI Router' ,
102
+ startPage : '/api' ,
103
+ } ,
104
+ api : {
105
+ src : [ 'src/**/*.js' ] ,
106
+ title : 'API Reference'
107
+ }
96
108
}
97
109
} ) ;
98
110
Original file line number Diff line number Diff line change 18
18
"web" : " https://github.com/ksperling"
19
19
}
20
20
],
21
- "maintainers" : [{
22
- "name" : " AngularUI" ,
23
- "web" : " https://github.com/angular-ui?tab=members"
24
- }],
21
+ "maintainers" : [
22
+ {
23
+ "name" : " AngularUI" ,
24
+ "web" : " https://github.com/angular-ui?tab=members"
25
+ }
26
+ ],
25
27
"repository" : {
26
28
"type" : " git" ,
27
29
"url" : " https://github.com/angular-ui/ui-router.git"
58
60
"karma" : " ~0.10.4" ,
59
61
"karma-phantomjs-launcher" : " ~0.1.0" ,
60
62
"load-grunt-tasks" : " ~0.2.0" ,
61
- "grunt-conventional-changelog" : " ~1.0.0"
63
+ "grunt-conventional-changelog" : " ~1.0.0" ,
64
+ "grunt-ngdocs" : " ~0.1.7"
62
65
}
63
66
}
You can’t perform that action at this time.
0 commit comments