forked from SignalK/signalk-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
71 lines (71 loc) · 1.76 KB
/
typedoc.json
File metadata and controls
71 lines (71 loc) · 1.76 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
60
61
62
63
64
65
66
67
68
69
70
71
{
"$schema": "https://typedoc.org/schema.json",
"name": "Signal K",
"entryPointStrategy": "packages",
"entryPoints": ["."],
"packagesRequiringDocumentation": ["signalk-server", "@signalk/server-api"],
"out": "docs/dist",
"readme": "docs/README.md",
"projectDocuments": [
"docs/installation/README.md",
"docs/setup/configuration.md",
"docs/security.md",
"docs/guides/README.md",
"docs/develop/README.md",
"docs/support/help.md",
"docs/support/sponsor.md"
],
"packageOptions": {
"sort": [
"kind",
"instance-first",
"required-first",
"alphabetical-ignoring-documents"
]
},
"searchInComments": true,
"searchInDocuments": true,
"router": "structure",
"sort": [
"documents-first",
"instance-first",
"required-first",
"kind",
"alphabetical-ignoring-documents"
],
"treatWarningsAsErrors": true,
"includeHierarchySummary": false,
"navigation": {
"includeCategories": true,
"includeGroups": false,
"excludeReferences": true,
"includeFolders": false,
"compactFolders": false
},
"visibilityFilters": {},
"excludeProtected": true,
"excludePrivate": true,
"excludeInternal": true,
"sortEntryPoints": true,
"exclude": [
"packages/resources-provider-plugin",
"packages/server-admin-ui",
"packages/server-admin-ui-dependencies",
"packages/streams",
"packages/typedoc-theme"
],
"alwaysCreateEntryPointModule": true,
"theme": "signalk",
"plugin": ["@signalk/typedoc-signalk-theme", "typedoc-plugin-mdn-links"],
"lightHighlightTheme": "github-light-default",
"darkHighlightTheme": "github-dark-dimmed",
"highlightLanguages": [
"bash",
"shell",
"sh",
"json",
"javascript",
"typescript"
],
"cacheBust": true
}