Skip to content

Commit 100860d

Browse files
committed
move API doc from readme
1 parent 7c58641 commit 100860d

File tree

3 files changed

+417
-396
lines changed

3 files changed

+417
-396
lines changed

Gruntfile.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,15 @@ module.exports = function(grunt) {
5555
removeAd: false
5656
},
5757
readme: {
58-
target: './README.md'
59-
}
58+
options: {
59+
target: './README.md'
60+
}
61+
},
62+
doc: {
63+
options: {
64+
target: './doc/README.md'
65+
}
66+
},
6067
},
6168

6269
jshint: {

0 commit comments

Comments
 (0)