-
Notifications
You must be signed in to change notification settings - Fork 40
/
jsdoc-server.json
31 lines (31 loc) · 1.16 KB
/
jsdoc-server.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
{
"tags": {
"allowUnknownTags": true
},
"source": {
"excludePattern": "(^|\\/|\\\\)_"
},
"opts": {
"destination": "./docs/server"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"outputSourceFiles": false,
"outputSourcePath": false,
"path": "ink-docstrap",
"theme": "united",
"navType": "vertical",
"linenums": true,
"dateFormat": "MMMM Do YYYY, h:mm:ss a",
"analytics": { "ua": "UA-89223508-1", "domain":"developers.sketchpad.pro/docs/server"},
"footer": "<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script><!-- developers.sketchpad.pro-docs --><ins class=\"adsbygoogle\" style=\"display:block\" data-ad-client=\"ca-pub-6488371769988503\" data-ad-slot=\"6406394519\" data-ad-format=\"auto\"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script>",
"copyright": "<hr><br/><br/><a href='http://developers.sketchpad.pro'>sketchpad.pro - draw online</a> by <a href='http://positivestudio.co'>positivestudio.co</a><br/><br/>",
"collapseSymbols": false,
"inverseNav": false,
"sort": false
}
}