22 "name" : " contentful-management.js" ,
33 "entryPoints" : [
44 " lib/contentful-management.ts" ,
5- " lib/plain/plain-client.ts" ,
6- " lib/plain/wrappers/wrap.ts" ,
7- " lib/contentful-management.ts" ,
8- " lib/create-adapter.ts" ,
9- " lib/create-contentful-api.ts" ,
10- " lib/entities/app-action.ts" ,
11- " lib/entities/environment-template-installation.ts"
5+ // "lib/plain/plain-client.ts",
6+ // "lib/plain/wrappers/wrap.ts",
7+ // "lib/contentful-management.ts",
8+ // "lib/create-adapter.ts",
9+ // "lib/create-contentful-api.ts",
10+ // "lib/entities/app-action.ts",
11+ // "lib/entities/environment-template-installation.ts"
1212 ],
1313 "out" : " out" ,
1414 "includeVersion" : true ,
15- "categorizeByGroup" : true ,
16- "categoryOrder" : [" Core" , " Clients" , " Entities" , " Utilities" , " *" ],
15+ // "categorizeByGroup": true,
16+ // "categoryOrder": ["Core", "Clients", "Entities", "Utilities", "*"],
17+ "categoryOrder" : [" createClient" , " ClientParams" , " ContentType" , " Entry" , " *" ],
18+ // "groupOrder": ["Variables", "Functions", "*"],
19+ "kindSortOrder" : [
20+ " Reference" ,
21+ " Project" ,
22+ " Module" ,
23+ " Namespace" ,
24+ " Constructor" ,
25+ " Property" ,
26+ " Function" ,
27+ " Enum" ,
28+ " EnumMember" ,
29+ " Class" ,
30+ " Interface" ,
31+ " TypeAlias" ,
32+ " Variable" ,
33+ " Accessor" ,
34+ " Method" ,
35+ " Parameter" ,
36+ " TypeParameter" ,
37+ " TypeLiteral" ,
38+ " CallSignature" ,
39+ " ConstructorSignature" ,
40+ " IndexSignature" ,
41+ " GetSignature" ,
42+ " SetSignature"
43+ ],
44+ "sortEntryPoints" : false ,
1745 "readme" : " README.md" ,
1846 "excludePrivate" : false ,
1947 "excludeInternal" : false ,
2048 "excludeProtected" : false ,
21- "treatWarningsAsErrors" : true ,
49+ "treatWarningsAsErrors" : false ,
2250 "sort" : [" source-order" ],
2351 "plugin" : [
2452 " typedoc-plugin-missing-exports" ,
2553 " typedoc-github-theme"
26- //"typedoc-plugin-markdown"
2754 ],
28- "theme " : " typedoc-github-theme "
29- }
55+ "hideGenerator " : true ,
56+ }
0 commit comments