-
Notifications
You must be signed in to change notification settings - Fork 0
/
typedoc.json
35 lines (35 loc) · 949 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
32
33
34
35
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./src/app.plugin.ts"],
"out": "docs",
"name": "Expo Inject",
"sidebarLinks": {
"GitHub": "https://github.com/codeauthor1/expo-inject"
},
"gitRemote": "https://github.com/codeauthor1/expo-inject",
"githubPages": true,
"useTsLinkResolution": true,
"coverageLabel": "Expo Inject",
"theme": "default",
"sortEntryPoints": true,
"sort": ["kind", "instance-first", "alphabetical"],
"readme": "./README.md",
"pretty": true,
"preserveLinkText": true,
"plugin": ["typedoc-plugin-coverage"],
"navigation": {
"includeCategories": true,
"includeGroups": false,
"includeFolders": true
},
"navigationLinks": {
"GitHub": "https://github.com/codeauthor1/expo-inject",
"twitter": "http://www.x.com/codeauthor1"
},
"visibilityFilters": {
"protected": false,
"private": false,
"inherited": true,
"external": false
}
}