-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc-conf.json
34 lines (34 loc) · 946 Bytes
/
doc-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
{
"tags": {
"allowUnknownTags": true
},
"source": {
"exclude": [ "./app/seeders" ],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [ "plugins/markdown" ],
"templates": {
"default": {
"outputSourceFiles": true
},
"dateFormat": "[<span id='generated-date'>Documentation Generated on ]MMMM Do, YYYY [@] h:mm A zz[</span>]",
"systemName": "API Docs",
"theme": "cosmo",
"linenums": false,
"collapseSymbols": false,
"inverseNav": false,
"highlightTutorialCode": true,
"search": true,
"outputSourcePath": true,
"outputSourceFiles": true,
"footer": "<script>var js=document.createElement('script');js.type='text/javascript';js.src='/docs.js';document.getElementsByTagName('head')[0].appendChild(js);</script>",
"analytics": {
"ua":"UA-XXXXX-XXX",
"domain":"XXXX"
}
},
"opts": {
"encoding": "utf8"
}
}