Moved docs to match organization and naming of `lib` (mostly)

This commit is contained in:
Braydon Fuller 2014-12-18 17:02:52 -05:00
parent 6d42e01718
commit f77b1cd62c
20 changed files with 2 additions and 8 deletions

View File

@ -1,6 +0,0 @@
{
"useSideMenu": true,
"lineBreaks": "gfm",
"additionalFooterText": "Bitcore™ © 2013-2014 BitPay, Inc. Bitcore is released under the MIT license. ",
"anchorCharacter": "#"
}

View File

@ -126,7 +126,7 @@ gulp.task('lint', function() {
gulp.task('plato', shell.task(['plato -d report -r -l .jshintrc -t bitcore lib']));
gulp.task('jsdoc', shell.task(['jsdoc -c .jsdoc.conf lib']));
gulp.task('jsdoc', shell.task(['node_modules/.bin/jsdoc2md lib/address.js > docs/api/address.md']));
gulp.task('coverage', shell.task(['node_modules/.bin/./istanbul cover node_modules/.bin/_mocha -- --recursive']));

View File

@ -95,12 +95,12 @@
"gulp": "^3.8.10",
"gulp-closure-compiler": "^0.2.9",
"gulp-coveralls": "^0.1.3",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"gulp-shell": "^0.2.10",
"ink-docstrap": "git://github.com/bitpay/bitcore-jsdoctemplates.git",
"istanbul": "^0.3.5",
"jsdoc-to-markdown": "=0.5.9",
"karma": "^0.12.28",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.9",