forked from googleapis/nodejs-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.jsdoc.json
More file actions
29 lines (29 loc) · 669 Bytes
/
.jsdoc.json
File metadata and controls
29 lines (29 loc) · 669 Bytes
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
{
"opts": {
"readme": "./README.md",
"package": "./package.json",
"template": "./node_modules/jsdoc-fresh",
"recurse": true,
"verbose": true,
"destination": "./docs/"
},
"plugins": ["plugins/markdown", "jsdoc-region-tag"],
"source": {
"excludePattern": "(^|\\/|\\\\)[._]",
"include": ["build/cjs/src"],
"includePattern": "\\.js$"
},
"templates": {
"copyright": "Copyright 2019 Google, LLC.",
"includeDate": false,
"sourceFiles": false,
"systemName": "@google-cloud/storage",
"theme": "lumen",
"default": {
"outputSourceFiles": false
}
},
"markdown": {
"idInHeadings": true
}
}