-
Notifications
You must be signed in to change notification settings - Fork 40
/
.jsdoc.json
98 lines (90 loc) · 2.04 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"tags": {
"allowUnknownTags": false,
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["lib", "user-docs.md"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"smallSourceLink": true,
"hideAuthor": true
},
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"private": false,
"recurse": true,
"template": "./node_modules/docdash",
"tutorials": "./tutorials"
},
"package": "",
"docdash": {
"static": true,
"sort": true,
"search": true,
"menu": {
"HF UI": {
"href": "https://honey.bitfinex.com/",
"target": "_blank",
"class": "menu-item",
"id": "hfui_link"
},
"Getting Started": {
"href": "/tutorial-Architecture.html",
"target": "",
"class": "menu-item",
"id": "architecture_link"
},
"Algo Host": {
"href": "/class-AOHost.html",
"target": "",
"class": "menu-item",
"id": "algo_host_link"
},
"Accumulate/Distribute": {
"href": "/module-AccumulateDistribute.html",
"target": "",
"class": "menu-item",
"id": "ad_link"
},
"Iceberg": {
"href": "/module-Iceberg.html",
"target": "",
"class": "menu-item",
"id": "iceberg_link"
},
"MA Crossover": {
"href": "/module-MACrossover.html",
"target": "",
"class": "menu-item",
"id": "mac_link"
},
"Order Creates OCO": {
"href": "/module-OCOCO.html",
"target": "",
"class": "menu-item",
"id": "ococo_link"
},
"Ping/Pong": {
"href": "/module-PingPong.html",
"target": "",
"class": "menu-item",
"id": "pingpong_link"
},
"TWAP": {
"href": "/module-TWAP.html",
"target": "",
"class": "menu-item",
"id": "twap_link"
}
}
}
}