-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathtypedoc.json
More file actions
40 lines (40 loc) · 989 Bytes
/
typedoc.json
File metadata and controls
40 lines (40 loc) · 989 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"$schema": "https://typedoc.org/schema.json",
"plugin": ["typedoc-plugin-markdown", "typedoc-plugin-mdn-links"],
"name": "ChatBotKit Node SDK",
"entryPoints": [
"packages/fetch",
"packages/sdk",
"packages/agent",
"packages/react",
"packages/widget",
"packages/next",
"packages/nextauth",
"packages/cli"
],
"entryPointStrategy": "packages",
"includeVersion": false,
"navigationLinks": {
"CBK.AI": "https://cbk.ai",
"CBK.AI DOCS": "https://docs.cbk.ai",
"CBK.AI MCP": "https://mcp.cbk.ai",
"ChatBotKit": "https://chatbotkit.com",
"GitHub Repo": "https://github.com/chatbotkit/node-sdk",
"GitHub Org": "https://github.com/chatbotkit"
},
"hostedBaseUrl": "https://chatbotkit.github.io/node-sdk/",
"outputs": [
{
"name": "html",
"path": "./docs"
},
{
"name": "json",
"path": "./docs/index.json"
},
{
"name": "markdown",
"path": "./docs/markdown"
}
]
}