forked from 418sec/js-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconf.json
36 lines (36 loc) · 986 Bytes
/
conf.json
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
{
"source": {
"includePattern": ".*js$"
},
"plugins": ["plugins/markdown"],
"opts": {
"template": "node_modules/docdash",
"destination": "./doc/",
"recurse": true,
"verbose": true,
"readme": "./README.md",
"package": "./package.json"
},
"docdash": {
"static": true,
"sort": true,
"search": true,
"collapse": true,
"wrap": true,
"typedefs": true,
"navLevel": 3
},
"templates": {
"theme": "jsdata",
"systemName": "js-data",
"copyright": "js-data Copyright © 2014-2020 js-data project authors",
"outputSourceFiles": true,
"linenums": true,
"logoFile": "https://raw.githubusercontent.com/js-data/js-data/master/js-data-64.png",
"footer": "<div style=\"text-align:center\"><a href=\"/\">api.js-data.io</a> • <a href=\"http://js-data.io\">js-data.io</a></div>",
"analytics": {
"ua": "UA-55528236-2",
"domain": "api.js-data.io"
}
}
}