-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.jsdoc.json
More file actions
34 lines (34 loc) · 899 Bytes
/
.jsdoc.json
File metadata and controls
34 lines (34 loc) · 899 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
30
31
32
33
34
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["src", "package.json", "README.md"],
"includePattern": ".js$",
"excludePattern": "(node_modules|docs)"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"referenceTitle": "Autodesk Forge Viewer Utilities",
"disableSort": false,
"collapse": true,
"resources": {
"Autodesk Forge": "https://forge.autodesk.com"
},
"search": {
"apiKey": "50f26ddfc7f2f8b57f05b7e306a852a1",
"indexName": "petrbroz_forge-power-viewer",
"hitsPerPage": 10
}
},
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "./node_modules/jsdoc-template"
}
}