-
Notifications
You must be signed in to change notification settings - Fork 95
/
docma.json
79 lines (79 loc) · 2.22 KB
/
docma.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
{
"src": [{
"driver": [
"dist/index.js",
"dist/lib/driver.js"
]
},
{
"guide": "README.md"
}],
"dest": "docs/",
"clean": true,
"jsdoc": {
"encoding": "utf8",
"recurse": false,
"pedantic": false,
"access": null,
"package": null,
"module": true,
"undocumented": false,
"undescribed": false,
"ignored": false,
"hierarchy": true,
"sort": "alphabetic",
"relativePath": null,
"filter": null,
"allowUnknownTags": true,
"plugins": ["plugins/markdown"]
},
"app": {
"title": "Rocket.Chat.js.SDK",
"routing": "path",
"entrance": "content:guide",
"favicon": "favicon.ico"
},
"template": {
"options": {
"title": {
"label": "Rocket.Chat.js.SDK",
"href": "/guide"
},
"symbols": {
"autoLink": true,
"params": "table",
"enums": "list",
"props": "list",
"meta": false
},
"navbar": {
"menu": [
{
"iconClass": "fas fa-puzzle-piece",
"label": "Driver Methods",
"href": "/api/driver"
},
{
"iconClass": "fas fa-book",
"label": "SDK Guide",
"href": "/guide"
},
{
"iconClass": "fab fa-rocketchat",
"label": "",
"href": "https://github.com/RocketChat/Rocket.Chat.js.SDK",
"target": "_blank"
}
]
},
"sidebar": {
"enabled": true,
"outline": "flat"
},
"logo": {
"dark": "https://upload.wikimedia.org/wikipedia/commons/5/55/RocketChat_Logo_1024x1024.png",
"light": "https://upload.wikimedia.org/wikipedia/commons/5/55/RocketChat_Logo_1024x1024.png"
}
}
}
}