-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathjsdoc.json
More file actions
22 lines (22 loc) · 775 Bytes
/
jsdoc.json
File metadata and controls
22 lines (22 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"opts": {
"destination": "./doc",
"template": "./etc/marklogic-template"
},
"templates": {
"theme": "marklogic",
"systemName": "Progress® MarkLogic® Node Client API",
"copyright": "Copyright (c) 2015-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.",
"navType": "vertical",
"inverseNav": true,
"includeDate": false,
"cleverLinks": false,
"monospaceLinks": false,
"linenums": true,
"search": false,
"sort": true,
"outputSourceFiles": false,
"outputSourcePath": false,
"methodHeadingReturns": true
}
}