You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
2.2 KiB
JSON
79 lines
2.2 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
} |