-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typedoc.json
38 lines (38 loc) · 834 Bytes
/
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
{
"entryPoints": ["./src/index.ts"],
"highlightLanguages": [
"bash",
"console",
"css",
"html",
"javascript",
"json",
"jsonc",
"json5",
"md",
"tsx",
"typescript"
],
"hostedBaseUrl": "https://docs.karmanivero.us/controlled-proxy",
"out": "./docs",
"plugin": ["typedoc-plugin-mdn-links", "typedoc-plugin-replace-text"],
"projectDocuments": ["./CHANGELOG.md"],
"replaceText": {
"replacements": [
{
"pattern": "<!-- TYPEDOC_EXCLUDE -->.*?<!-- /TYPEDOC_EXCLUDE -->",
"flags": "gis",
"replace": ""
}
]
},
"searchInComments": true,
"searchInDocuments": true,
"sidebarLinks": {
"GitHub Repo": "https://github.com/karmaniverous/controlled-proxy"
},
"visibilityFilters": {
"external": false,
"protected": false
}
}