forked from bastienEichenberger/extendscript-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconf.json
More file actions
29 lines (29 loc) · 732 Bytes
/
conf.json
File metadata and controls
29 lines (29 loc) · 732 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
{
"tags": {
"allowUnknownTags": true
},
"source": {
"includePattern": ".+\\.jsx(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [],
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"systemName": "ExtendScript-library.org",
"footer": "Share code, Automate, Save time",
"copyright": "© 2014",
"navType": "vertical",
"theme": "spacelab",
"linenums": true,
"collapseSymbols": true,
"inverseNav": false
},
"opts": {
"template": "../ink-docstrap/template",
"encoding": "utf8",
"destination": "docs",
"recurse": true,
"private": true
}
}