-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathjsdoc.json
More file actions
27 lines (27 loc) · 563 Bytes
/
jsdoc.json
File metadata and controls
27 lines (27 loc) · 563 Bytes
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
{
"plugins": [
"node_modules/jsdoc-strip-async-await"
],
"tags": {
"allowUnknownTags": true
},
"opts": {
"destination": "./docs"
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true
},
"systemName": "Bookmark Checker",
"copyright": "© 2024, soeren-hentzschel.at",
"path": "ink-docstrap",
"theme": "united",
"linenums": true,
"dateFormat": "DD.MM.YYYY, HH:mm:ss",
"outputSourceFiles": true,
"search": false,
"sort": false
}
}