-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconf.json
More file actions
36 lines (36 loc) · 1.07 KB
/
Copy pathconf.json
File metadata and controls
36 lines (36 loc) · 1.07 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
{
"plugins": ["plugins/markdown", "./jsdoc-plugin/er.js"],
"recurseDepth": 10,
"source": {
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "docs|dist|node_modules|jsdoc-plugin|demo"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"copyright": "JFlow Copyright © 2021-2022 The contributors to the JFlow and JFlow projects.",
"default": {
"staticFiles": {
"include": [
"./demo/vue-scopedslots/dist",
"./demo/logic-v2/dist",
"./jsdoc-plugin/dist/ergraphbundle.js",
"./Tutorials/statics",
"./demo/instance-demo/dist"
]
}
},
"systemName" : "JFlow",
"includeDate" : false,
"theme" : "cosmo",
"syntaxTheme" : "none",
"inverseNav" : true
},
"opts": {
"tutorials": "./Tutorials"
}
}