-
Notifications
You must be signed in to change notification settings - Fork 0
/
typedoc.json
42 lines (42 loc) · 1.04 KB
/
typedoc.json
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
{
"name": "TsLangUtils",
"entryPoints": [
"src/index.ts"
],
"disableSources": true,
"excludeExternals": true,
"excludeInternal": true,
"excludePrivate": true,
"excludeProtected": true,
"hideGenerator": true,
"highlightLanguages": [
"bash",
"html",
"js",
"json",
"jsx",
"ts"
],
"includeVersion": false,
"navigationLinks": {
"GitHub": "https://github.com/yookue/ts-lang-utils",
"Yookue": "https://yookue.com"
},
"plugin": [
"@yookue/typedoc-plugin-raw-content",
"@yookue/typedoc-theme-dumi"
],
"theme": "dumi",
"rawHeadEnds": [
"<meta name='keywords' content='typescript, yookue, ts-lang-utils'/>"
],
"rawFooterEnds": [
"<div style='text-align: center'>Copyright © 2023 Yookue Ltd. All rights reserved</div>"
],
"logoTitle": "@yookue/ts-lang-utils",
"navigationLinkTargets": {
"GitHub": "_blank",
"Yookue": "_blank"
},
"footerAlign": "center"
}