[Documentation] Move doc sources

Move doc sources to docs/src MissionControl/vista#21
This commit is contained in:
Victor Woeltjen 2015-08-03 12:46:47 -07:00
parent 867b5f726a
commit ff5e7486bc
4 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
"test": "karma start --single-run",
"jshint": "jshint platform example || exit 0",
"jsdoc": "jsdoc -c jsdoc.json -r -d target/docs/api",
"otherdoc": "node docs/gendocs.js --in docs --out target/docs",
"otherdoc": "node docs/gendocs.js --in docs/src --out target/docs",
"docs": "npm run jsdoc ; npm run otherdoc"
},
"repository": {