-
Notifications
You must be signed in to change notification settings - Fork 1
/
typedoc.json
31 lines (31 loc) · 849 Bytes
/
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
{
"name": "Racehorse",
"entryPoints": [
"./web/racehorse",
"./web/react"
],
"excludePrivate": true,
"excludeExternals": true,
"excludeInternal": true,
"entryPointStrategy": "packages",
"disableSources": true,
"hideGenerator": true,
"readme": "none",
"tsconfig": "./tsconfig.json",
"customCss": "./node_modules/typedoc-custom-css/custom.css",
"navigation": {
"includeFolders": false
},
"sidebarLinks": {
"Racehorse Android API": "/racehorse/android/index.html"
},
"plugin": [
"typedoc-plugin-mdn-links"
],
"externalSymbolLinkMappings": {
"parallel-universe": {
"AbortableCallback": "https://smikhalevski.github.io/parallel-universe/types/AbortableCallback.html",
"AbortablePromise": "https://smikhalevski.github.io/parallel-universe/classes/AbortablePromise.html"
}
}
}