-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsdoc.json
More file actions
55 lines (55 loc) · 1.17 KB
/
jsdoc.json
File metadata and controls
55 lines (55 loc) · 1.17 KB
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": ["_tmp/", "./README.md"],
"excludePattern": "(node_modules/|docs)"
},
"plugins": ["plugins/markdown"],
"opts": {
"encoding": "utf8",
"template": "node_modules/docdash",
"recurse": true,
"verbose": true
},
"markdown": {
"parser": "gfm",
"hardwrap": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true,
"includeDate": false,
"useLongnameInNav": true
}
},
"docdash": {
"static": true,
"sort": true,
"search": true,
"navLevel": 2,
"scripts": ["__docdash/global.css"],
"meta": {
"title": "Utils Doc",
"description": "工具函数",
"keyword": "js, JavaScript, lib, fed"
},
"menu": {
"Github": {
"href": "https://github.com/Jairwin-L/utils",
"target": "_blank",
"class": "menu-item",
"id": "forum_link"
},
"NPM": {
"href": "https://www.npmjs.com/package/@jairwinl/utils",
"target": "_blank",
"class": "menu-item",
"id": "forum_link"
}
}
}
}