From ca7f7787e4204d031ea1ff0637725130a5329a4d Mon Sep 17 00:00:00 2001 From: Chetan Sachdev Date: Mon, 5 Dec 2016 19:45:13 +0530 Subject: [PATCH] chore: Generate Dash docset for fabricjs contributes: https://github.com/kangax/fabricjs.com/issues/130 --- .gitignore | 3 +++ icon.png | Bin 0 -> 497 bytes jsdoc.conf.json | 11 +++++++++++ package.json | 26 ++++++++++++++++++++++++++ 4 files changed, 40 insertions(+) create mode 100644 icon.png create mode 100644 jsdoc.conf.json create mode 100644 package.json diff --git a/.gitignore b/.gitignore index 3270eff6ca..c7134373b5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ .ruby-version _site/ Gemfile.lock +node_modules +docs + diff --git a/icon.png b/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9dc83be40ec321c9f433cf3d260b31c5b8d9cbc2 GIT binary patch literal 497 zcmV$00EInL_t(&f$fvePr@)1$IF1~wX z5}5G_1kmFUBplT&oVNht(L};o2pa!vU&pqt`$2-vc=>(~^u4lv_S(KN1^@s600000 z00000_)m#Un@ROo8TuScrz z@|HJjmPYN-pva?QPR2Al46ejqYm8+rDla9ECgqZm_e#MB#g{DRD$CiK$}7_hk#beL zqg&~caU=GIeI0J}xS#X(@G0NLhwEo6bj_14Pdy%7^wQDVQgf9bf<0!}m2xrmmFp_8 z#Cd5h|GZ+k&9XZ&aJh82(sdTxqvrDOaS`SGf_~m|UDXb^Y81^M!~W9tM6*^$xy068 zjMFOF_p+B)Vsa%~o@sPt--ok (http://chetansachdev.com/)", + "license": "MIT", + "bugs": { + "url": "https://github.com/cksachdev/fabricjs.com/issues" + }, + "homepage": "https://github.com/cksachdev/fabricjs.com#readme", + "devDependencies": { + "jsdoc-dash-template": "2.0.1" + } +}