-
-
Notifications
You must be signed in to change notification settings - Fork 393
/
typedoc.json
34 lines (34 loc) · 1.16 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
{
"$schema": "https://typedoc.org/schema.json",
"disableSources": true,
"parametersFormat": "table",
"textContentMappings": {
"title.memberPage": "{kind}: {name}\n\n[💗 Help the project](https://github.com/sponsors/panva)\n\nSupport from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by [becoming a sponsor](https://github.com/sponsors/panva).\n\n***\n\n",
"title.indexPage": "{projectName} API Reference"
},
"hideBreadcrumbs": true,
"hidePageHeader": true,
"entryPoints": ["src/index.ts"],
"excludeExternals": false,
"excludePrivate": true,
"excludeProtected": true,
"excludeInternal": true,
"gitRevision": "main",
"hideGenerator": true,
"out": "docs",
"plugin": ["typedoc-plugin-markdown", "typedoc-plugin-mdn-links"],
"readme": "none",
"groupOrder": [
"You are probably looking for this",
"Configuration",
"Grants",
"Advanced Configuration",
"Client Authentication Methods",
"Errors",
"*",
"Interfaces",
"Type Aliases",
"Variables"
],
"sort": ["static-first", "required-first", "alphabetical"]
}