diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-11-10 00:52:24 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-11-10 00:52:24 -0600 |
| commit | a1c6d8138d774cf9b9e6eee7950e2e4ae18376aa (patch) | |
| tree | a2c8846e54ae73281af05327915eef728e9ac68c /config | |
| parent | e8f6a707779aa341582b87c2a5ed345c7dd9069d (diff) | |
| parent | aab4b2e7f48c73ec0a0ba2f609748c24b7e84fdc (diff) | |
Merge branch 'release/1.0.0'
Diffstat (limited to 'config')
| -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 + } +} |