forked from binance/binance-connector-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf.json
39 lines (39 loc) · 829 Bytes
/
conf.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
{
"source": {
"include":["./src/modules/", "./package.json"]
},
"plugins": ["plugins/markdown"],
"templates": {
"default": {
"includeDate": false
}
},
"opts": {
"readme": "./docs_src/intro.md",
"destination": "./docs",
"template": "node_modules/clean-jsdoc-theme",
"theme_opts": {
"title": "@binance/connector",
"resizeable": {
"navbar": {
"min": "320",
"max": "600"
}
},
"menu" : [
{
"title": "Changelog",
"link": "./changelog.html"
},
{
"title": "Getting Started",
"link": "./gettingStarted.html"
},
{
"title": "GitHub repository",
"link": "https://github.com/binance/binance-connector-node"
}
]
}
}
}