-
-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathjsdoc.json
More file actions
25 lines (25 loc) · 633 Bytes
/
jsdoc.json
File metadata and controls
25 lines (25 loc) · 633 Bytes
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
{
"source": {
"include": ["readme.md", "lib"],
"includePattern": ".+\\.js(doc)?$"
},
"opts": {
"recurse": true,
"destination": "../yeoman-environment-doc",
"template": "node_modules/tui-jsdoc-template",
"package": "package.json"
},
"templates": {
"logo": {
"url": "https://raw.githubusercontent.com/yeoman/yeoman.github.io/source/app/assets/img/logo.png",
"width": "127px",
"height": "14px"
},
"name": "yeoman-environment",
"footerText": "BSD license Copyright (c) Google",
"default": {
"includeDate": false
}
},
"plugins": ["plugins/markdown"]
}