-
Notifications
You must be signed in to change notification settings - Fork 1
/
jsdoc.json
51 lines (51 loc) · 1.45 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": [
"./src"
],
"includePattern": "\\.(vue|js|ts|jsx|tsx)$"
},
"plugins": [
"node_modules/better-docs/typescript",
"better-docs/component",
"better-docs/category",
"plugins/markdown"
],
"opts": {
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true,
"readme": "./README.md",
"template": "node_modules/better-docs"
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"better-docs": {
"name": "js-common-functions",
"title": "js-common-functions",
"trackingCode": "<link rel=\"icon\" type=\"image/x-icon\" href=\"https://www.songdaochuanshu.com/favicon.ico\" />\",",
"hideGenerator": false,
"component": {
"entry": [
" import ' babel-polyfill'; ",
" import 'bulma/css/bulma.css'; "
]
},
"navLinks": [{
"label": "Github",
"href": "https://github.com/Magic-Academy/js-common-functions"
},
{
"label": "Friendship Link",
"href": "https://github.com/Magic-Academy"
}
]
},
"search": true
}
}