-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
107 lines (107 loc) · 3.52 KB
/
Copy pathtypedoc.json
File metadata and controls
107 lines (107 loc) · 3.52 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"entryPoints": [
"src/client.ts",
"src/server.ts",
"src/types.ts",
"src/log.ts"
],
"projectDocuments": ["./README.md", "./CHANGELOG.md"],
"includeVersion": true,
"plugin": [
"typedoc-material-theme",
"typedoc-plugin-mdn-links",
"typedoc-plugin-dt-links",
"typedoc-plugin-extras",
"typedoc-plugin-inline-sources",
"@8hobbies/typedoc-plugin-plausible",
"typedoc-plugin-redirect"
],
"themeColor": "#fffb0b",
"plausibleSiteOrigin": "https://stats.gwen.works",
"plausibleSiteDomain": "swarpc.js.org",
"footerLastModified": true,
"resolveUtilityTypes": true,
"favicon": "./favicon.png",
"readme": "README.md",
"githubPages": true,
"searchInComments": true,
"darkHighlightTheme": "one-dark-pro",
"lightHighlightTheme": "snazzy-light",
"useFirstParagraphOfCommentAsSummary": true,
"navigationLinks": {
"Source code": "https://github.com/gwennlbh/swarpc",
"Report a bug": "https://github.com/gwennlbh/swarpc/issues/new?labels=bug",
"Suggest an idea": "https://github.com/gwennlbh/swarpc/issues/new?labels=enhancement"
},
"redirects": {
"functions/index.Client.html": "functions/Client.html",
"functions/index.Server.html": "functions/Server.html",
"modules/index.html#cancelablepromise": "functions/CancelablePromise.html",
"modules/index.html#proceduresmap": "functions/ProceduresMap.html",
"modules/index.html#swarpcclient": "functions/SwarpcClient.html",
"modules/index.html#swarpcserver": "functions/SwarpcServer.html",
"types/types.CancelablePromise.html": "types/CancelablePromise.html",
"types/types.ClientMethod.html": "types/ClientMethod.html",
"types/types.Hooks.html": "types/Hooks.html",
"types/types.ImplementationsMap.html": "types/ImplementationsMap.html",
"types/types.Payload.html": "types/Payload.html",
"types/types.PayloadCore.html": "types/PayloadCore.html",
"types/types.PayloadHeader.html": "types/PayloadHeader.html",
"types/types.Procedure.html": "types/Procedure.html",
"types/types.ProcedureImplementation.html": "types/ProcedureImplementation.html",
"types/types.ProceduresMap.html": "types/ProceduresMap.html",
"types/types.SwarpcClient.html": "types/SwarpcClient.html",
"types/types.SwarpcServer.html": "types/SwarpcServer.html",
"variables/types.PayloadCoreSchema.html": "types/PayloadCoreSchema.html",
"variables/types.PayloadHeaderSchema.html": "types/PayloadHeaderSchema.html",
"variables/types.PayloadSchema.html": "types/PayloadSchema.html",
"variables/types.zImplementations.html": "types/zImplementations.html",
"variables/types.zProcedures.html": "types/zProcedures.html"
},
"externalSymbolLinkMappings": {
"typescript": {
"NavigatorConcurrentHardware.hardwareConcurrency": "https://developer.mozilla.org/en-US/docs/Web/API/Navigator/hardwareConcurrency"
}
},
"sort": ["documents-first", "kind", "source-order"],
"customCss": "typedoc.css",
"highlightLanguages": [
"bash",
"console",
"css",
"html",
"javascript",
"json",
"jsonc",
"json5",
"yaml",
"tsx",
"typescript",
"svelte"
],
"kindSortOrder": [
"Reference",
"Project",
"Module",
"Namespace",
"Class",
"Function",
"Enum",
"EnumMember",
"Interface",
"TypeAlias",
"Constructor",
"Property",
"Variable",
"Accessor",
"Method",
"Parameter",
"TypeParameter",
"TypeLiteral",
"CallSignature",
"ConstructorSignature",
"IndexSignature",
"GetSignature",
"SetSignature"
]
}