-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathjsdoc.json
More file actions
50 lines (50 loc) · 1.22 KB
/
jsdoc.json
File metadata and controls
50 lines (50 loc) · 1.22 KB
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.js",
"package.json",
"README.md"
]
},
"opts": {
"template": "node_modules/docdash",
"destination": "./docs",
"recurse": true
},
"docdash": {
"openGraph": {
"title": "NodeJS API Client for Scaleway",
"type": "website",
"image": "",
"site_name": "scaleway-api-client"
},
"meta": {
"title": "scaleway-api-client - NodeJS API Client for Scaleway",
"description": "NodeJS API Client for Scaleway",
"keyword": "scaleway, api, client, cloud"
},
"search": true,
"menu": {
"Github": {
"href": "https://github.com/FGRibreau/scaleway-api-client",
"target": "_blank",
"class": "menu-item"
},
"Dev by @FGRibreau": {
"href": "https://twitter.com/FGRibreau",
"target": "_blank",
"class": "menu-item"
},
"Slack": {
"href": "https://join.slack.com/t/fgribreau/shared_invite/zt-edpjwt2t-Zh39mDUMNQ0QOr9qOj~jrg",
"target": "_blank",
"class": "menu-item"
},
"Sponsored by Bloc In Bloc": {
"href": "https://blocinbloc.com/",
"target": "_blank",
"class": "menu-item"
}
}
}
}