forked from shipgirlproject/Azuma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docma.json
70 lines (70 loc) · 1.71 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
{
"src":[
"./index.js",
"./src/*.js",
"./src/**/*.js",
"./README.md"
],
"dest":"./docs",
"jsdoc":{
"hierarchy":true,
"sort":"kind",
"plugins":[
"plugins/markdown"
]
},
"markdown":{
"sanitize":false
},
"app":{
"title":"Azuma | Synced ratelimits for Discord.JS",
"routing":"query",
"entrance":"content:readme",
"base":"/Azuma"
},
"template":{
"options":{
"title":{
"label":"Azuma",
"href":"."
},
"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
},
"navbar":{
"enabled":true,
"dark":false,
"animations":true,
"menu":[
{
"label":"Readme",
"href":"."
},
{
"label":"Documentation",
"href":"?api"
},
{
"label":"GitHub",
"href":"https://github.com/Deivu/Azuma"
}
]
}
}
}
}