-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc-conf.json
65 lines (63 loc) · 1.88 KB
/
jsdoc-conf.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"source": {
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_|(^|\\/|\\\\)node_modules|(^|\\/|\\\\)dist"
},
"plugins": [
"plugins/markdown",
"./jsdoc-plugin-hia"
],
"markdown": {
"hardwrap": true,
"idInHeadings":true,
"tags": ["file","overview","property","todo"]
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"opts": {
"template" : "./node_modules/docdash-hia",
"encoding" : "utf8" ,
"destination" : "./api/" ,
"recurse" : true ,
"//tutorials" : "./doc/" ,
"readme" : "./README.md" ,
"access " : "all" ,
"private" : true ,
"@todo ":"调整一些设定项比如站点相关设置等",
"docdash": {
"static": true,
"sort": false,
"sectionOrder": [
"Classes",
"Modules",
"Externals",
"Events",
"Namespaces",
"Mixins",
"Tutorials",
"Interfaces"
],
"openGraph": {
"title": "jsdoc-plugin-hia",
"type": "website",
"image": "",
"site_name": "jsdoc-plugin-hia",
"url": ""
},
"meta": {
"title": "jsdoc-plugin-hia",
"description": "jsdoc-plugin-hia",
"keyword": "jsdoc-plugin-hia"
},
"search": true,
"collapse": false,
"typedefs": true
}
}
}