-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocma.json
74 lines (74 loc) · 1.7 KB
/
docma.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
66
67
68
69
70
71
72
73
74
{
"src": ["./lib/index.js", "./README.md", "./CONTRIBUTING.md"],
"dest": "./docs",
"jsdoc": {
"package": true,
"access": "all"
},
"app": {
"entrance": "content:readme",
"server": "github",
"base": "/dragonbinder"
},
"template": {
"path": "zebra",
"options": {
"title": {
"label": "Dragonbinder",
"href": "/dragonbinder"
},
"sidebar": {
"enabled": true,
"outline": "tree",
"collapsed": false,
"toolbar": true,
"itemsFolded": false,
"itemsOverflow": "crop",
"badges": true,
"search": true,
"animations": true
},
"symbols": {
"autoLink": true,
"params": "list",
"enums": "list",
"props": "list",
"meta": false
},
"contentView": {
"bookmarks": "h1,h2,h3",
"faLibs": "all",
"faVersion": "5.8.1"
},
"navbar": {
"enabled": true,
"dark": true,
"animations": true,
"menu": [
{
"label": "API",
"iconClass": "fas fa-book",
"href": "./?api"
},
{
"label": "Contributing",
"iconClass": "fas fa-code-branch",
"href": "./?content=contributing"
},
{
"label": "NPM",
"iconClass": "fab fa-npm",
"href": "https://www.npmjs.com/package/dragonbinder",
"target": "_blank"
},
{
"label": "GitHub",
"iconClass": "fab fa-github",
"href": "https://github.com/Masquerade-Circus/dragonbinder",
"target": "_blank"
}
]
}
}
}
}