-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathjsdoc.json
49 lines (49 loc) · 1.5 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
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": ["./lib", "README.md"],
"includePattern": "\\.js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": ["plugins/markdown", "node_modules/docdash-extended-chensuiyi/categories"],
"opts": {
"template": "node_modules/docdash-extended-chensuiyi",
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"categoriesFile": "./categories.json",
"docdash": {
"static": true,
"sort": true,
"search": true,
"collapse": true,
"typedefs": true,
"removeQuotes": "none",
"navLevel": 5,
"collapse": true,
"menu": {
"Github": {
"href": "https://github.com/chenbimo/yidash",
"target": "_blank",
"class": "menu-item",
"id": "repository"
}
},
"openGraph": {
// Open Graph options (mostly for Facebook and other sites to easily extract meta information)
"title": "", // Title of the website
"type": "website", // Type of the website
"image": "https://static.yicode.tech/logo/yidash2.png", // Main image/logo
"site_name": "", // Site name
"url": "" // Main canonical URL for the main page of the site
}
}
}