diff --git a/scripts/typedoc.json b/scripts/typedoc.json index 83cb2ca2..b7725d90 100644 --- a/scripts/typedoc.json +++ b/scripts/typedoc.json @@ -3,7 +3,7 @@ "mode": "file", "defaultCategory" : "Global", "categorizeByGroup" : true, - "categoryOrder" : ["Global", "Core"], + "categoryOrder" : ["Core", "Source", "Instrument", "Effect", "Component", "Signal"], "exclude" : ["./Tone/**/*.test.ts", "./test/**/*.ts"], "excludeProtected" : true, "excludePrivate" : true,