forked from OpenSTFoundation/openst-platform
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.jsdoc.json
35 lines (35 loc) · 1.01 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
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": ["config/", "executables/", "helpers/", "lib/", "services/", "tools/"],
"exclude": [],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [],
"recurseDepth": 5,
"templates": {
"systemName" : "OpenST Platform",
"footer" : "<style>.copyright, .jsdoc-message, footer { color: #555555;} footer { border-color:#eeeeee;} }</style>",
"copyright" : "Copyright 2018 OpenST Ltd.",
"includeDate" : false,
"theme" : "lumen",
"navType" : "vertical",
"linenums" : true,
"cleverLinks" : true,
"monospaceLinks" : true,
"default": {
"outputSourceFiles": true
}
},
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "./node_modules/ink-docstrap/template",
"readme": "./README.md"
}
}