-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconf.json
55 lines (55 loc) · 1.33 KB
/
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
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": ["docs-src", "README.md"],
"exclude": ["./docs-src/utils"],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"layoutFile": "./.jsdoc/tmpl/layout.tmpl"
}
},
"opts": {
"template": "node_modules/docdash",
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
},
"docdash": {
"openGraph": {
"title": "util-helpers",
"type": "website",
"image": "",
"site_name": "util-helpers",
"url": "https://doly-dev.github.io/util-helpers/index.html"
},
"meta": {
"title": "util-helpers ",
"description": "一个基于业务场景的工具方法库",
"keyword": "util, business-util, business-helpers, util-helpers"
},
"search": true,
"menu": {
"Github": {
"href": "https://github.com/doly-dev/util-helpers",
"target": "_blank",
"class": "menu-item",
"id": "repo_link"
},
"Changelog": {
"href": "https://github.com/doly-dev/util-helpers/releases",
"target": "_blank",
"class": "menu-item",
"id": "repo_link"
}
}
}
}