-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypedoc.json
29 lines (28 loc) · 964 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
{
"$schema": "https://typedoc.org/schema.json",
"name": "GraphPolaris Visualization API",
"entryPoints": ["./src/react/index.ts", "./src/base/index.ts"],
"categorizeByGroup": false,
"gitRemote": "origin",
"searchCategoryBoosts": {
"React hooks": 2
},
"out": "./docs",
"readme": "none",
"excludeInternal": true,
"navigationLinks": {
"GitHub": "https://github.com/PolarExpress/graphpolaris-vis-api" // TODO: set this to GitLab after migration.
},
"externalSymbolLinkMappings": {
"typescript": {
"Record": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
"Partial": "https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype"
},
"graphology-types": {
"Attributes": "https://graphology.github.io/attributes.html#graph-attributes"
},
"graphology": {
"SerializedGraph": "https://graphology.github.io/serialization.html#export"
}
}
}