-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtypedoc.json
More file actions
59 lines (59 loc) · 1.38 KB
/
typedoc.json
File metadata and controls
59 lines (59 loc) · 1.38 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"entryPoints": ["src/index.ts"],
"out": "docs",
"name": "Kill the Clipboard - SMART Health Cards Library",
"includeVersion": true,
"excludePrivate": true,
"excludeProtected": true,
"excludeInternal": true,
"readme": "README.md",
"plugin": [
"typedoc-material-theme",
"typedoc-plugin-version-select",
"./typedoc-google-verification.js"
],
"themeColor": "#0052ff",
"hideGenerator": false,
"sort": ["alphabetical"],
"kindSortOrder": [
"Project",
"Module",
"Namespace",
"Enum",
"EnumMember",
"Class",
"Interface",
"TypeAlias",
"Constructor",
"Property",
"Variable",
"Function",
"Accessor",
"Method",
"Reference"
],
"groupOrder": ["SHC", "SHL"],
"categorizeByGroup": true,
"defaultCategory": "Other",
"categoryOrder": ["High-Level API", "Lower-Level API", "Configuration", "Types", "Errors", "*"],
"gitRevision": "main",
"gitRemote": "origin",
"visibilityFilters": {
"protected": false,
"private": false,
"inherited": true,
"external": false,
"@alpha": false,
"@beta": false
},
"searchInComments": true,
"cleanOutputDir": true,
"navigation": {
"includeCategories": true,
"includeGroups": true
},
"navigationLinks": {
"GitHub": "https://github.com/vintasoftware/kill-the-clipboard",
"Maintained by Vinta Software": "https://www.vinta.com.br"
}
}