-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsdoc.config.json
More file actions
47 lines (47 loc) · 1.06 KB
/
jsdoc.config.json
File metadata and controls
47 lines (47 loc) · 1.06 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
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc", "closure"]
},
"source": {
"include": ["force-app/main/lwc"],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": ["plugins/markdown"],
"templates": {
"default": {
"outputSourceFiles": false
},
"cleverLinks": false,
"monospaceLinks": false
},
"opts": {
"template": "node_modules/clean-jsdoc-theme",
"destination": "docs",
"recurse": true,
"readme": "README.md",
"theme_opts": {
"theme": "dark",
"sections": ["Classes", "Menu"],
"resizeable": {
"navbar": {
"min": "250",
"max": "350"
}
},
"menu": [
{
"title": "GitHub Repo ⬀",
"link": "https://github.com/Vacster/Domain-Process-Bindings-Explorer",
"target": "_blank"
},
{
"title": "AT4DX Repo ⬀",
"link": "https://github.com/apex-enterprise-patterns/at4dx",
"target": "_blank"
}
]
}
}
}