diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-11-10 00:49:23 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-11-10 00:49:23 -0600 |
| commit | fff45e3b9d371851d4e8c3e1655a5bf1509080f2 (patch) | |
| tree | 418234d8e6ddd394794639da197d14399fd841ed /config/jsdoc.json | |
| parent | e8f6a707779aa341582b87c2a5ed345c7dd9069d (diff) | |
| parent | f28c4a44ce8403ea5eba9d49d3d46b7b8dae1d42 (diff) | |
Merge branch 'feature/draw-the-heart' into develop
Diffstat (limited to 'config/jsdoc.json')
| -rw-r--r-- | config/jsdoc.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/jsdoc.json b/config/jsdoc.json new file mode 100644 index 0000000..9e05753 --- /dev/null +++ b/config/jsdoc.json @@ -0,0 +1,9 @@ +{ + "plugins": ["plugins/markdown"], + "opts": { + "destination": "doc", + "readme": "README.md", + "template": "node_modules/docdash", + "recurse": true + } +} |