-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtypedoc.json
More file actions
34 lines (34 loc) · 1.1 KB
/
Copy pathtypedoc.json
File metadata and controls
34 lines (34 loc) · 1.1 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
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [ "./src/*" ],
"entryPointStrategy": "expand",
"out": "docs",
"githubPages": true,
"searchInComments": true,
"searchInDocuments": true,
"includeVersion": true,
"includeHierarchySummary": true,
"excludePrivate": false,
"excludeProtected": false,
"excludeInternal": false,
"excludeExternals": true,
"name": "CmpStr",
"customFooterHtml": "<b>CmpStr v3</b> — Copyright © 2023–2026 Paul Köhler (komed3) <br /> Distributed under the MIT license.",
"hideGenerator": true,
"favicon": "favicon.ico",
"headings": {
"readme": false,
"document": false
},
"navigationLinks": {
"GitHub": "https://github.com/komed3/cmpstr",
"npm": "https://npmjs.com/cmpstr",
"jsDelivr": "https://jsdelivr.com/package/npm/cmpstr",
"Docs": "https://github.com/komed3/cmpstr/wiki",
"Support": "https://ko-fi.com/komed3",
"Example": "https://onecompiler.com/nodejs/43qr6trny"
},
"visibilityFilters": {},
"plugin": [ "typedoc-plugin-missing-exports", "typedoc-github-theme" ],
"theme": "typedoc-github-theme"
}