chore(build): generate api docs to docs/api
This commit is contained in:
parent
ee83bf9c9c
commit
1ab6b2b13b
|
@ -1,7 +1,7 @@
|
|||
node_modules/
|
||||
bower_components/
|
||||
tmp/
|
||||
docs/
|
||||
docs/api/
|
||||
dist/
|
||||
.idea
|
||||
*.iml
|
||||
|
|
|
@ -112,7 +112,7 @@ module.exports = function(grunt) {
|
|||
dist: {
|
||||
src: [ '<%= config.sources %>/**/*.js' ],
|
||||
options: {
|
||||
destination: 'docs',
|
||||
destination: 'docs/api',
|
||||
plugins: [ 'plugins/markdown' ]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue