generated from PolymeshAssociation/typescript-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 11
/
sdk-docs-typedoc.json
36 lines (36 loc) · 944 Bytes
/
sdk-docs-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
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [
"src/api/client",
"src/api/entities",
"src/api/procedures/types.ts",
"src/generated/types.ts",
"src/types/index.ts",
"src/types/utils",
"src/base"
],
"entryPointStrategy": "expand",
"out": "sdk-docs",
"plugin": ["@polymeshassociation/typedoc-theme", "typedoc-plugin-markdown"],
"theme": "polymesh-docs",
"exclude": [
"src/internal.ts",
"**/{__tests__,polkadot,testUtils}/**/*",
"src/base/Context.ts",
"src/base/Procedure.ts",
"**/sandbox.ts",
"src/api/entities/Namespace.ts",
"src/types/internal.ts",
"src/utils/**",
"src/index.ts",
"src-temp/"
],
"excludeExternals": true,
"excludePrivate": true,
"excludeProtected": true,
"indexTitle": "Polymesh SDK",
"indexLabel": "SDK Module List",
"readmeTitle": "Polymesh SDK Readme",
"readmeLabel": "SDK Readme",
"githubPages": false
}