forked from SoftwareBrothers/adminjs-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsdoc-test.json
More file actions
28 lines (28 loc) · 776 Bytes
/
jsdoc-test.json
File metadata and controls
28 lines (28 loc) · 776 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
{
"tags": {
"allowUnknownTags": ["mermaid", "category"]
},
"source": {
"include": ["./admin-bro/src",
"./admin-bro-hapijs",
"./admin-bro-mongoose",
"./admin-bro-sequelizejs",
"./admin-bro-expressjs"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown",
"jsdoc-mermaid",
"better-docs/category",
"node_modules/jsdoc-typeof-plugin"
],
"opts": {
"encoding": "utf8",
"readme": "./docs-src/home.md",
"recurse": true,
"pedantic": true,
"tutorials": "./docs-src/tutorials",
"template": "templates/silent"
}
}