Browse Source

don’t auto-generate docs for now

Artur Paikin 7 years ago
parent
commit
e608785499
2 changed files with 1064 additions and 112 deletions
  1. 1 1
      package.json
  2. 1063 111
      website/package-lock.json

+ 1 - 1
package.json

@@ -127,7 +127,7 @@
     "dev": "npm-run-all --parallel watch:example:js watch:css watch:example:browsersync",
     "web:build": "cd website && node update.js && ./node_modules/.bin/hexo generate --silent && node build-examples.js",
     "web:clean": "cd website && ./node_modules/.bin/hexo clean",
-    "web:deploy": "npm-run-all web:install web:disc web:generated-docs web:build && ./bin/web-deploy",
+    "web:deploy": "npm-run-all web:install web:disc web:build && ./bin/web-deploy",
     "web:generated-docs": "cd website && node node_modules/documentation/bin/documentation.js readme ../src/index.js --readme-file=src/docs/api.md --section 'Uppy Core & Plugins' -q --github -c doc-order.json",
     "web:disc": "npm run build:bundle:fullpath && discify dist/uppy-fp.js --output website/src/_disc.html && echo '---\nlayout: false\n---\n' |cat - website/src/_disc.html > website/src/disc.html && rm website/src/_disc.html",
     "web:install": "cd website && npm install",

File diff suppressed because it is too large
+ 1063 - 111
website/package-lock.json


Some files were not shown because too many files changed in this diff