]> git.r.bdr.sh - rbdr/heart/blob - config/jsdoc.json
Merge branch 'feature/draw-the-heart' into develop
[rbdr/heart] / config / jsdoc.json
1 {
2 "plugins": ["plugins/markdown"],
3 "opts": {
4 "destination": "doc",
5 "readme": "README.md",
6 "template": "node_modules/docdash",
7 "recurse": true
8 }
9 }