forked from cabloy/cabloy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.json
55 lines (55 loc) · 1.42 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
52
53
54
55
{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": ["./build", "./packages/", "./src/"],
"exclude": [
"./packages/egg-born-front/src/vendors/requirejs/require.js",
"./packages/egg-born-localeutil",
"./packages/egg-born-template-cabloy"
],
"includePattern": ".+\\.(vue|js|jsx|jsdoc)$",
"excludePattern": "(node_modules/|backend/cli/templates|docs/|dist/|backend/static/|plugin/assets/js/lib/|test-party/|test-flow/|test-note/|\\.min\\.js)"
},
"plugins": ["plugins/markdown", "./scripts/jsdoc-vue"],
"opts": {
"template": "./node_modules/@zhennann/docdash",
"encoding": "utf8",
"destination": "./docs-api/",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"docdash": {
"collapse": true,
"search": true,
"menu": {
"Documentations": {
"href": "https://cabloy.com",
"target": "_blank",
"class": "menu-item",
"id": "documentations_link"
},
"Community": {
"href": "https://community.cabloy.com",
"target": "_blank",
"class": "menu-item",
"id": "community_link"
}
},
"meta": {
"title": "CabloyJS API",
"description": "",
"keyword": ""
},
"openGraph": {
"title": "CabloyJS API",
"site_name": "CabloyJS API"
},
"sectionOrder": ["Modules", "Tutorials"]
}
}