-
Notifications
You must be signed in to change notification settings - Fork 1
/
jsdoc.json
37 lines (37 loc) · 972 Bytes
/
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
{
"source": {
"include": [
"dist/modules/user/index.js",
"dist/modules/application/index.js",
"dist/modules/endDevice/index.js",
"dist/modules/gateway/index.js",
"dist/modules/organization/index.js",
"dist/interfaces/doc-interface/docApp.interface.js",
"dist/interfaces/doc-interface/docEndDevice.interface.js"
]
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": true,
"monospaceLinks": true
},
"opts": {
"template": "node_modules/clean-jsdoc-theme",
"readme": "readme-docs.md",
"recurse": true,
"destination": "./docs/",
"encoding": "utf8",
"verbose": true,
"theme_opts": {
"default_theme": "dark",
"search": true,
"title": "The Things Network NodeJS SDK",
"base_url": "https://ttn-node-sdk.fuota.io/",
"homepageTitle": "The Things Network Docs"
}
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
}
}