forked from aerospike/aerospike-client-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.json
33 lines (33 loc) · 892 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
25
26
27
28
29
30
31
32
33
{
"source": {
"include": [
"lib",
"lib/policies",
"lib/commands"
]
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": true,
"monospaceLinks": false,
"outputSourceFiles": true,
"systemName": "Aerospike",
"footer": "<div style=\"text-align: center\">High performance NoSQL database delivering speed at scale - <a href=\"http://www.aerospike.com/\">Aerospike.com</a></div>",
"copyright": "© 2013-2020 Aerospike, Inc.",
"navType": "vertical",
"theme": "simplex",
"linenums": true,
"collapseSymbols": false,
"inverseNav": true,
"analytics": {
"ua": "UA-50452230-2",
"domain": "aerospike.com"
}
},
"opts": {
"destination": "./build/apidocs",
"template": "./node_modules/ink-docstrap/template",
"readme": "./docs/overview.md",
"tutorials" : "./docs/tutorials"
}
}