forked from collective-soundworks/soundworks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.jsdoc.json
56 lines (56 loc) · 1.16 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
56
{
"source": {
"include": [
"README.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": {
"sectionOrder": [
"Namespaces",
"Classes",
"Modules",
"Externals",
"Events",
"Mixins",
"Tutorials",
"Interfaces"
],
"meta": {
"title": "soundworks",
"description": "Documentation of soundworks, a full-stack JavaScript framework for distributed WebAudio and multimedia applications"
},
"search": true,
"menu": {
"Resources": {
"href":"http://collective-soundworks.github.io/",
"target":"_blank",
"class":"menu-item",
"id":"website_link"
},
"Github": {
"href": "https://github.com/collective-soundworks/soundworks",
"target":"_blank",
"class":"menu-item",
"id":"website_link"
}
}
}
}