forked from aws/aws-sdk-js-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typedoc.json
34 lines (34 loc) · 799 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
{
"exclude": [
"**/node_modules/**",
"**/*.spec.ts",
"private/**",
"tests/**",
"scripts/**",
"clients/**",
"benchmark/**",
"features/**",
"codegen/**",
"private/**",
"scripts/**",
"tests/**",
"verdaccio/**"
],
"excludeExternals": true,
"hideGenerator": true,
"skipErrorChecking": true,
"entryPointStrategy": "packages",
"name": "AWS SDK for JavaScript v3",
"out": "doc",
"plugin": ["@aws-sdk/core-theme-documentation-generator", "@aws-sdk/core-packages-documentation-generator"],
"readme": "README.md",
"theme": "sdk",
"categorizeByGroup": true,
"categoryOrder": ["Clients", "Libraries", "Packages"],
"visibilityFilters": {
"protected": true,
"private": false,
"inherited": true,
"external": true
}
}