Created
January 1, 2019 12:07
-
-
Save terary/f3d19a3b1559a95f60ebafa11c9d1aee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tags": { | |
"allowUnknownTags": true, | |
"dictionaries": ["jsdoc"] | |
}, | |
"source": { | |
"include": ["src"], | |
"includePattern": ".js$", | |
"excludePattern": "(node_modules/|docs)" | |
}, | |
"plugins": [ | |
"plugins/markdown" | |
], | |
"templates": { | |
"referenceTitle": "Project Title", | |
"disableSort": false, | |
"collapse": true, | |
"resources": { | |
"google": "https://www.google.com/", | |
"mongoose": "https://mongoosejs.com/docs/guide.html", | |
"mongoDB": "https://www.mongodb.com/" | |
} | |
}, | |
"opts": { | |
"destination": "./docs/release", | |
"encoding": "utf8", | |
"private": true, | |
"recurse": true, | |
"template": "./docs/template", | |
"tutorials": "./docs/tutorials" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment