-
Notifications
You must be signed in to change notification settings - Fork 1
/
typedoc.rockets-react.json
41 lines (41 loc) · 1.25 KB
/
typedoc.rockets-react.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
{
"tsconfig": ["./.tmp/repos/rockets-react/tsconfig.json"],
"entryPoints": ["./.tmp/repos/rockets-react/packages/*"],
"exclude": [
"**/*+(index|.spec|.e2e).(ts|tsx)",
"./.tmp/repos/rockets-react/packages/react-common",
"./.tmp/repos/rockets-react/packages/react-notification-provider",
"./.tmp/repos/rockets-react/packages/react-router",
"./.tmp/repos/rockets-react/packages/react-samples"
],
"excludeExternals": true,
"name": "Rockets React",
"plugin": [
"typedoc-plugin-markdown",
"./plugins/docs/typedoc-markdown-nextra.mjs"
],
"out": "./pages/reference/rockets-react",
"entryPointStrategy": "packages",
"fileExtension": ".mdx",
"theme": "customTheme",
"excludeScopesInPaths": true,
"includeVersion": false,
"hidePageHeader": true,
"hideBreadcrumbs": true,
"parametersFormat": "table",
"interfacePropertiesFormat": "table",
"classPropertiesFormat": "table",
"enumMembersFormat": "table",
"typeDeclarationFormat": "table",
"propertyMembersFormat": "table",
"tableColumnSettings": {
"hideDefaults": false,
"hideInherited": false,
"hideModifiers": false,
"hideOverrides": false,
"hideSources": true,
"hideValues": false,
"leftAlignHeaders": false
},
"logLevel": "Verbose"
}