-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
70 lines (70 loc) · 2.9 KB
/
typedoc.json
File metadata and controls
70 lines (70 loc) · 2.9 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
{
"categoryOrder": ["Entity Manager"],
"defaultCategory": "Entity Manager",
"entryPoints": ["./src/index.ts"],
"externalSymbolLinkMappings": {
"@karmaniverous/batch-process": {
"BatchProcessOptions": "https://docs.karmanivero.us/batch-process/interfaces/batch_process.BatchProcessOptions.html"
},
"@karmaniverous/entity-tools": {
"ConditionalProperty": "https://docs.karmanivero.us/entity-tools/types/entity-tools.ConditionalProperty.html",
"DefaultTranscodeRegistry": "https://docs.karmanivero.us/entity-tools/interfaces/entity-tools.DefaultTranscodeRegistry.html",
"defaultTranscodes": "https://docs.karmanivero.us/entity-tools/variables/entity-tools.defaultTranscodes.html",
"Entity": "https://docs.karmanivero.us/entity-tools/types/entity-tools.Entity.html",
"EntityMap": "https://docs.karmanivero.us/entity-tools/types/entity-tools.EntityMap.html",
"Exactify": "https://docs.karmanivero.us/entity-tools/types/entity-tools.Exactify.html",
"FlattenEntityMap": "https://docs.karmanivero.us/entity-tools/types/entity-tools.FlattenEntityMap.html",
"isNil": "https://docs.karmanivero.us/entity-tools/functions/entity-tools.isNil.html",
"MutuallyExclusive": "https://docs.karmanivero.us/entity-tools/types/entity-tools.MutuallyExclusive.html",
"Nil": "https://docs.karmanivero.us/entity-tools/types/entity-tools.Nil.html",
"NotNever": "https://docs.karmanivero.us/entity-tools/types/entity-tools.NotNever.html",
"PropertiesNotOfType": "https://docs.karmanivero.us/entity-tools/types/entity-tools.PropertiesNotOfType.html",
"PropertiesOfType": "https://docs.karmanivero.us/entity-tools/types/entity-tools.PropertiesOfType.html",
"SortOrder": "https://docs.karmanivero.us/entity-tools/types/entity-tools.SortOrder.html",
"TranscodeRegistry": "https://docs.karmanivero.us/entity-tools/types/entity-tools.TranscodeRegistry.html",
"Transcodes": "https://docs.karmanivero.us/entity-tools/types/entity-tools.Transcodes.html"
}
},
"highlightLanguages": [
"bash",
"console",
"css",
"html",
"javascript",
"json",
"jsonc",
"json5",
"md",
"tsx",
"typescript"
],
"hostedBaseUrl": "https://docs.karmanivero.us/entity-manager",
"navigation": {
"includeCategories": true
},
"out": "./docs",
"plugin": [
"typedoc-plugin-mdn-links",
"typedoc-plugin-replace-text",
"typedoc-plugin-zod"
],
"projectDocuments": ["./guides/stan-assistant-guide.md", "./CHANGELOG.md"],
"replaceText": {
"replacements": [
{
"pattern": "<!-- TYPEDOC_EXCLUDE -->.*?<!-- /TYPEDOC_EXCLUDE -->",
"flags": "gis",
"replace": ""
}
]
},
"searchInComments": true,
"searchInDocuments": true,
"titleLink": "https://github.com/karmaniverous/entity-manager",
"validation": {
"notDocumented": true
},
"visibilityFilters": {
"protected": false
}
}