-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathjsdoc.json
More file actions
56 lines (56 loc) · 1.16 KB
/
jsdoc.json
File metadata and controls
56 lines (56 loc) · 1.16 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"source": {
"include": ["./Actions"],
"includePattern": ".+\\.js$",
"excludePattern": "(node_modules/|docs/)",
"exclude": [
"./Actions/demonstrateXmlUsageInVro.js",
"./Actions/demonstrateXmlNamespaceUsage.js"
]
},
"opts": {
"destination": "./docs",
"recurse": true,
"template": "./node_modules/docdash",
"encoding": "utf8"
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true,
"includeDate": true,
"useLongnameInNav": false
}
},
"docdash": {
"static": true,
"sort": true,
"sectionOrder": [
"Modules",
"Namespaces",
"Classes",
"Externals",
"Events",
"Interfaces",
"Mixins",
"Tutorials",
"Global"
],
"search": true,
"collapse": false,
"wrap": true,
"typedefs": true,
"removeQuotes": "none",
"scripts": [],
"menu": {
"GitHub Repo": {
"href": "https://github.com/imtrinity94/vmware_vro",
"target": "_blank",
"class": "menu-item",
"id": "github-link"
}
}
}
}