-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathtypedoc.json
More file actions
41 lines (41 loc) · 1.23 KB
/
Copy pathtypedoc.json
File metadata and controls
41 lines (41 loc) · 1.23 KB
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
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["src/core.ts", "src/schemas/index.ts", "src/utils/result.ts"],
"out": "docs/latest",
"githubPages": true,
"basePath": "/ts.data.json",
"exclude": ["**/*.spec.ts", "**/*.test.ts"],
"excludePrivate": true,
"excludeProtected": true,
"excludeInternal": true,
"includeVersion": true,
"theme": "default",
"name": "ts.data.json",
"readme": "assets/documents/basic-usage.md",
"sort": ["alphabetical-ignoring-documents"],
"categoryOrder": ["Guides", "Api docs", "*"],
"disableSources": true,
"visibilityFilters": {
"protected": false,
"private": false,
"inherited": false,
"external": false
},
"navigation": {
"includeCategories": true,
"includeGroups": false,
"includeFolders": false
},
"categorizeByGroup": false,
"projectDocuments": [
"assets/documents/basic-usage.md",
"assets/documents/advanced-usage.md",
"assets/documents/v4-migration.md"
],
"customFooterHtml": "<a href='https://github.com/joanllenas/ts.data.json' title='ts.data.json on GitHub'><img class='github-img' width='24' height='24' /></a>",
"customCss": "assets/css/custom.css",
"headings": {
"readme": false,
"document": false
}
}