]> git.r.bdr.sh - rbdr/dead-drop/blame - config/jsdoc.json
Initial Setup (#1)
[rbdr/dead-drop] / config / jsdoc.json
CommitLineData
5e981bca
RBR
1{
2 "plugins": ["plugins/markdown"],
3 "opts": {
4 "destination": "doc",
5 "readme": "README.md",
6 "template": "node_modules/docdash",
7 "recurse": true
8 }
9}