generated from Zekfad/stub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.jsdoc.json
32 lines (32 loc) · 995 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
{
"tags": {
"allowUnknownTags": true,
"dictionaries": [ "jsdoc" ]
},
"source": {
"include": [ ".", "package.json", "ReadMe.md" ],
"includePattern": "src.*\\.js$",
"excludePattern": "(node_modules|docs|test|dist|rollup.config.js)"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"name": "css-patch",
"footerText": "css-patch",
"useCollapsibles": true,
"logo": {
"url": "data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 5"><text xmlns="http://www.w3.org/2000/svg" x="0" y="100%" fill="white" textLength="30" font-size="5" font-family="sans-serif" style="text-transform:uppercase">css-patch</text></svg>",
"width": "65px",
"height": "13px",
"link": "index.html"
}
},
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "./node_modules/tui-jsdoc-template"
}
}