-
Notifications
You must be signed in to change notification settings - Fork 10
/
jsdocs.json
36 lines (36 loc) · 1.05 KB
/
jsdocs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc", "closure"]
},
"source": {
"include": ["./", "README.md"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs/|__test__/|benchmark/)"
},
"plugins": [
"plugins/markdown",
"plugins/summarize",
"tools/jsdocs/plugins/custom-tags",
"tools/jsdocs/plugins/scape-at"
],
"templates": {
"cleverLinks": true,
"monospaceLinks": true,
"useLongnameInNav": false,
"showInheritedInNav": true,
"referenceTitle": "Expressive Tea",
"disableSort": false,
"resources": {
"Expressive Tea Core": "https://www.npmjs.com/package/@zerooneit/expressive-tea",
"Expressive Tea Plugin": "https://www.npmjs.com/package/@expressive-tea/plugin",
"Expressive Tea Tutorial": "https://medium.com/@diego.resendez/a-simple-rest-api-with-expressive-tea-part-one-97ef6c08f9c4"
}
},
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"recurse": true,
"template": "./node_modules/braintree-jsdoc-template"
}
}