-
Notifications
You must be signed in to change notification settings - Fork 78
/
jsdoc.json
50 lines (48 loc) · 1.44 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"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-2022 Aerospike, Inc.",
"navType": "vertical",
"theme": "simplex",
"linenums": true,
"collapseSymbols": false,
"inverseNav": true,
"analytics": {
"ua": "UA-50452230-2",
"domain": "aerospike.com"
}
},
"docdash": {
"sectionOrder": [
"Modules",
"Classes",
"Events",
"Tutorials",
"Global"
],"meta": {
"title": "Aerospike Node.js Client API Documentation",
"description": "Explore the comprehensive documentation for the Aerospike Node.js Client API, covering usage, configuration, and examples. Learn how to integrate Aerospike with your Node.js applications efficiently.",
"keyword": "Aerospike, Node.js, Client API, Documentation, Usage, Configuration, Examples, Integration"
}
},
"opts": {
"destination": "./build/apidocs",
"template": "./node_modules/docdash",
"readme": "./docs/overview.md",
"tutorials" : "./docs/tutorials",
"recurse": true,
"verbose": true
}
}