-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtypedoc.json
33 lines (33 loc) · 1.07 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
{
"name":"PURISTA API",
"entryPointStrategy":"packages",
"entryPoints": [
"./packages/amqpbridge",
"./packages/aws-config-store",
"./packages/aws-secret-store",
"./packages/azure-secret-store",
"./packages/base-http-bridge",
"./packages/cli",
"./packages/core",
"./packages/dapr-sdk",
"./packages/gcloud-secret-store",
"./packages/hono-http-server",
"./packages/httpserver",
"./packages/infisical-secret-store",
"./packages/k8s-sdk",
"./packages/mqttbridge",
"./packages/nats-config-store",
"./packages/nats-state-store",
"./packages/natsbridge",
"./packages/redis-config-store",
"./packages/redis-state-store"
],
"plugin": ["typedoc-plugin-markdown"],
"out": "website/doc/api",
"readme":"CHANGELOG.md",
"hideGenerator": true,
"includeVersion":true,
"excludeInternal": true,
"excludeExternals": true,
"exclude": ["**/**/*.(test).ts","**/*+(index|.spec|.e2e|.test).ts","dist/**","lib/**","/examples/**/*","node_modules","**/node_modules"]
}