-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconf.json
35 lines (35 loc) · 1.02 KB
/
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
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["BusPirate.js", "./lib"],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [],
"templates": {
"systemName": "bus-pirate",
"footer": "<div class=\"text-center\">Written with love by the <a href=\"https://twitter.com/nodebotanist\">Nodebotanist</a></div>",
"copyright": "2016-present Kassandra Perch",
"includeDate": true,
"navType": "vertical",
"theme": "cosmo",
"linenums": true,
"collapseSymbols": false,
"inverseNav": false,
"outputSourceFiles": true,
"outputSourcePath": false,
"dateFormat": "MM-DD-YYYY",
"syntaxTheme": "dark",
"sort": true,
"search": false
},
"opts": {
"template": "./node_modules/ink-docstrap/template",
"encoding": "utf8",
"destination": "./docs",
"recurse": true
}
}