-
Notifications
You must be signed in to change notification settings - Fork 7
/
.jsdoc
59 lines (59 loc) · 1.17 KB
/
.jsdoc
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
{
"source": {
"include": [
"misc/assets/DOC.md",
"src/client",
"src/server",
"src/common"
]
},
"plugins": [
"plugins/markdown"
],
"opts": {
"projectTitle": "Soundworks",
"destination": "./docs",
"encoding": "utf8",
"template": "./node_modules/docdash"
},
"templates": {
"default": {
"useLongnameInNav": true
},
"footer": ""
},
"docdash": {
"search": true,
"typedefs": true,
"sectionOrder": [
"Namespaces",
"Classes",
"Global",
"Modules",
"Externals",
"Events",
"Mixins",
"Tutorials",
"Interfaces"
],
"scripts": [
"assets/custom.css"
],
"meta": {
"title": "soundworks",
"description": "Documentation of soundworks, a full-stack JavaScript framework for distributed WebAudio and multimedia applications"
},
"menu": {
"Website": {
"href":"http://soundworks.dev/",
"target":"_blank",
"class":"menu-item"
},
"Github": {
"href": "https://github.com/collective-soundworks/soundworks",
"target":"_blank",
"class":"menu-item"
}
}
}
}