Skip to content

Instantly share code, notes, and snippets.

@terary
Created January 1, 2019 12:07
Show Gist options
  • Save terary/f3d19a3b1559a95f60ebafa11c9d1aee to your computer and use it in GitHub Desktop.
Save terary/f3d19a3b1559a95f60ebafa11c9d1aee to your computer and use it in GitHub Desktop.
{
"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