-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtypedoc.json
More file actions
36 lines (36 loc) · 796 Bytes
/
typedoc.json
File metadata and controls
36 lines (36 loc) · 796 Bytes
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
{
"excludeNotDocumented": true,
"excludeNotDocumentedKinds": ["Module"],
"includeHierarchySummary": false,
"excludeInternal": true,
"navigation": {
"includeFolders": false
},
"headings": {
"readme": false
},
"outputs": [
{
"name": "html",
"path": "./doc"
},
{
"name": "json",
"path": "./doc/index.json"
}
],
"hostedBaseUrl": "https://exodusoss.github.io/test/",
"navigationLeaves": [
"@exodus/test/node",
"@exodus/test/jest",
"@exodus/test/expect",
"@exodus/test/tape"
],
"navigationLinks": {
"npm": "https://www.npmjs.com/package/@exodus/test",
"GitHub": "https://github.com/ExodusOSS/test"
},
"hideGenerator": true,
"customCss": "./theme/custom.css",
"favicon": "./theme/favicon.ico"
}