Remove top of file table of contents in documentation (#1270)

This commit is contained in:
Thomas Vantuycom
2018-06-24 20:45:51 +00:00
committed by Lovell Fuller
parent 76c41eaf05
commit 9c20ae383e
10 changed files with 261 additions and 703 deletions

View File

@@ -56,7 +56,7 @@
"test": "semistandard && cc && nyc --reporter=lcov --branches=99 mocha --slow=5000 --timeout=60000 ./test/unit/*.js && prebuild-ci",
"coverage": "./test/coverage/report.sh",
"test-leak": "./test/leak/leak.sh",
"docs": "for m in constructor input resize composite operation colour channel output utility; do documentation build --shallow --format=md lib/$m.js >docs/api-$m.md; done"
"docs": "for m in constructor input resize composite operation colour channel output utility; do documentation build --shallow --format=md --markdown-toc=false lib/$m.js >docs/api-$m.md; done"
},
"main": "lib/index.js",
"repository": {