-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtypedoc.json
46 lines (40 loc) · 1.1 KB
/
typedoc.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
{
"entryPoints": [
"packages/gracile"
// , "packages/engine"
],
"name": "Gracile",
"entryPointStrategy": "packages",
// "includeVersion": false,
"plugin": ["typedoc-plugin-markdown"],
// Potentially useful for debugging
// "logLevel": "Verbose"
//
// "excludeScopesInPaths": true,
// "outputFileStrategy": "members",
"flattenOutputFiles": true,
"hidePageHeader": true,
"hideBreadcrumbs": true,
// "hidePageTitle": true,
"hideGroupHeadings": true,
"useCodeBlocks": true,
// "expandObjects": false,
// "expandParameters": false,
"indexFormat": "htmlTable",
"parametersFormat": "htmlTable",
"interfacePropertiesFormat": "htmlTable",
"classPropertiesFormat": "htmlTable",
"enumMembersFormat": "htmlTable",
"typeDeclarationFormat": "htmlTable",
"propertyMembersFormat": "htmlTable",
"tableColumnSettings": {
// "hideDefaults": false,
// "hideInherited": false,
// "hideModifiers": false,
// "hideOverrides": false,
// "hideSources": false,
// "hideValues": false,
// "leftAlignHeaders": false
}
// "publicPath": "http://abc.com"
}