2019-08-26 17:55:52 +00:00
|
|
|
{
|
|
|
|
"name" : "Tone.js",
|
2024-04-25 18:06:55 +00:00
|
|
|
"entryPoints": ["../Tone"],
|
|
|
|
"out":"../docs",
|
2019-08-26 17:55:52 +00:00
|
|
|
"defaultCategory" : "Global",
|
|
|
|
"categorizeByGroup" : true,
|
2019-09-16 14:49:46 +00:00
|
|
|
"categoryOrder" : ["Core", "Source", "Instrument", "Effect", "Component", "Signal"],
|
2024-04-29 14:48:28 +00:00
|
|
|
"navigation" : {
|
|
|
|
"includeCategories": true,
|
|
|
|
"includeFolders": false,
|
|
|
|
"includeGroups": true
|
|
|
|
},
|
2024-04-25 18:06:55 +00:00
|
|
|
"externalPattern": ["**/node_modules/**"],
|
2019-08-26 17:55:52 +00:00
|
|
|
"excludeProtected" : true,
|
|
|
|
"excludePrivate" : true,
|
2024-04-25 18:06:55 +00:00
|
|
|
"hideGenerator": true,
|
2024-04-29 14:48:28 +00:00
|
|
|
"includeVersion": false,
|
|
|
|
"excludeInternal": true,
|
2019-08-26 17:55:52 +00:00
|
|
|
}
|