-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.json
24 lines (24 loc) · 895 Bytes
/
jsdoc.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
{
"plugins": ["plugins/markdown"],
"source": {
"include": ["src/"],
"exclude": ["node_modules/"],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"templates": {
"systemName": "Right Track DB Build",
"systemSummary": "The build scripts for generating a Right Track SQLite Database for a specified Right Track Agency",
"systemColor": "#00897B",
"footer": "Source Code for Right Track available at <a href='https://github.com/right-track'>GitHub/right-track</a>",
"copyright": "Copyright © 2021 David Waring and Right Track Contributors",
"dateFormat": "YYYY-MM-DD",
"collapseSymbols": false
},
"opts": {
"readme": "README.md",
"template": "./node_modules/foodoc/template",
"destination": "doc/",
"recurse": true
}
}