forked from js-data/js-data-express
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconf.json
26 lines (26 loc) · 758 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
{
"source": {
"includePattern": ".*js$"
},
"plugins": ["plugins/markdown"],
"opts": {
"template": "./node_modules/ink-docstrap/template",
"destination": "./doc/",
"recurse": true,
"verbose": true,
"readme": "./README.md",
"package": "./package.json"
},
"templates": {
"theme": "jsdata",
"systemName": "js-data-express",
"copyright": "js-data-express Copyright © 2014-2016 js-data-express project authors",
"outputSourceFiles": true,
"linenums": true,
"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"
}
}
}