-
Notifications
You must be signed in to change notification settings - Fork 215
Expand file tree
/
Copy pathtypedoc.json
More file actions
28 lines (28 loc) · 857 Bytes
/
typedoc.json
File metadata and controls
28 lines (28 loc) · 857 Bytes
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
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [".build/sdk-typescript/strands-ts/src/index.ts"],
"out": ".build/api-docs/typescript",
"tsconfig": "typedoc-tsconfig.json",
"plugin": ["typedoc-plugin-markdown"],
"skipErrorChecking": true,
"basePath": ".build/sdk-typescript/strands-ts",
"name": "Strands Agents TypeScript SDK",
"readme": "none",
"hideGenerator": true,
"sort": ["source-order"],
"excludePrivate": true,
"excludeInternal": true,
"excludeExternals": true,
"includeVersion": false,
"outputFileStrategy": "members",
"fileExtension": ".md",
"entryFileName": "index",
"hideBreadcrumbs": true,
"hidePageHeader": true,
"hidePageTitle": true,
"useCodeBlocks": true,
"expandObjects": true,
"parametersFormat": "table",
"enumMembersFormat": "table",
"typeDeclarationFormat": "table"
}