forked from not-an-aardvark/snoowrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc.conf.json
33 lines (33 loc) · 1.43 KB
/
jsdoc.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
{
"plugins": ["plugins/markdown"],
"templates": {
"logoFile": "",
"cleverLinks": true,
"monospaceLinks": false,
"dateFormat": "ddd MMM Do YYYY",
"outputSourceFiles": false,
"outputSourcePath": false,
"systemName": "snoowrap",
"footer": "<script src=\"snoowrap-v1.min.js\"></script>\n\n<script>\nvar DO_NOT_TRACK = navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack;\nif (DO_NOT_TRACK !== '1' && DO_NOT_TRACK !== 'yes') {\n !function(s,n,u,w,r,a,p){s.GoogleAnalyticsObject=u;s[u]||(s[u]=function(){\n (s[u].q=s[u].q||[]).push(arguments)});s[u].l=+new Date;a=n.createElement(w);\n p=n.getElementsByTagName(w)[0];a.src=r;p.parentNode.insertBefore(a,p)}\n (window,document,'ga','script','//www.google-analytics.com/analytics.js');\n\n ga('create', 'UA-77745074-1', 'auto');\n ga('send', 'pageview');\n}\n\nconsole.log('Thanks for reading the snoowrap docs! Try using the `snoowrap` global in the dev console.');\n</script>",
"copyright": "",
"navType": "vertical",
"theme": "yeti",
"linenums": false,
"collapseSymbols": false,
"inverseNav": false,
"protocol": "html://",
"methodHeadingReturns": false,
"includeDate": false,
"syntaxTheme": "dark"
},
"markdown": {
"parser": "gfm",
"hardwrap": false
},
"opts": {
"sort": false,
"destination": "./doc/",
"template": "./node_modules/ink-docstrap/template",
"readme": "./README.md"
}
}